mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
update start settings.
This commit is contained in:
@@ -31,6 +31,10 @@ class DataProvider
|
||||
echo Console::setColor("saved", "lightblue").PHP_EOL;
|
||||
}
|
||||
|
||||
public static function getFrameworkLink(){
|
||||
return ZMBuf::globals("http_reverse_link");
|
||||
}
|
||||
|
||||
private static function getJsonData(string $string) {
|
||||
if(!file_exists(self::getDataFolder().$string)) return [];
|
||||
return json_decode(Co::readFile(self::getDataFolder().$string), true);
|
||||
|
||||
Reference in New Issue
Block a user