Skip to content

Burial0268/Burial0268

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 

Repository files navigation

<?php
namespace Humans\Burial0268;
use Humans\Burial0268\Introduction;

class About extends Me
{

    public function __construct(Introduction $introduction)
    {
        parent::__construct($introduction);
        $this->info = $introduction->infoList;
        $introduction->BootStrap($this);
    }

    public function batchAllInfo(): string
    {
        return $this->info;
    }

    public function toVarDump(mixed $data): string
    {
        return var_dump($data);
    }
}
Strating introduction... done
Initialize the introduction process... done

      ___           ___           ___       ___       ___     
     /\__\         /\  \         /\__\     /\__\     /\  \    
    /:/  /        /::\  \       /:/  /    /:/  /    /::\  \   
   /:/__/        /:/\:\  \     /:/  /    /:/  /    /:/\:\  \  
  /::\  \ ___   /::\~\:\  \   /:/  /    /:/  /    /:/  \:\  \ 
 /:/\:\  /\__\ /:/\:\ \:\__\ /:/__/    /:/__/    /:/__/ \:\__\
 \/__\:\/:/  / \:\~\:\ \/__/ \:\  \    \:\  \    \:\  \ /:/  /
      \::/  /   \:\ \:\__\    \:\  \    \:\  \    \:\  /:/  / 
      /:/  /     \:\ \/__/     \:\  \    \:\  \    \:\/:/  /  
     /:/  /       \:\__\        \:\__\    \:\__\    \::/  /   
     \/__/         \/__/         \/__/     \/__/     \/__/    


My common info: array(3) {
    [0]=>
    string(41) "🔭 I’m currently working on GBCLstudio"
    [1]=>
    string(39) "🌱 I’m currently learning JavaScript"
    [2]=>
    string(39) "I am a Genshin Impact(天空岛) player, 大佬求带"
}

My project info: array(3) { 
    ["FoF-Upload-Qcloud"]=>
    string(47) "https://github.com/GBCLStudio/FoF-Upload-Qcloud" 
    ["Bili_Video"]=> 
    string(40) "https://github.com/GBCLStudio/Bili_Video" 
    ["Domain-Resolver-PHP"]=> 
    string(49) "https://github.com/GBCLStudio/Domain-Resolver-PHP" 
} 

Tech stack: array(3) {
    ["Backend"]=>
    string(25) "PHP(8.x), Laravel, Flarum"
    ["Frontend"]=>
    string(18) "Basic Html5 & CSS3"
    ["Other"]=>
    string(18) "CDN, VPS, DNS, WAF"
}

My position: string(14) "China Mainland"

My goal: array(4) { 
    [0]=> 
    string(30) "Study another foreign language" 
    [1]=> 
    string(16) "Study JavaScript" 
    [2]=> 
    string(43) "Finish the high school entrance examination" 
    [3]=> 
    string(29) "To contribute to open source." 
}

Releases

No releases published

Packages

No packages published