recode for 3.0

This commit is contained in:
kmvan
2019-08-31 20:36:50 +08:00
parent 2e9d765d1a
commit 49ed1f9f18
103 changed files with 3723 additions and 21632 deletions

View File

@@ -45,6 +45,7 @@ class ConfigGeneration
'APP_NAME' => $appName,
'APP_URL' => $appUrl,
'APP_CONFIG_URL' => $appConfigUrl,
'APP_CONFIG_URL_DEV' => $appConfigUrlDev,
'AUTHOR_URL' => $authorUrl,
'UPDATE_PHP_URLS' => $updatePhpUrls,
'AUTHOR_NAME' => $authorName,
@@ -68,6 +69,7 @@ class ConfigApi
public static \$APP_NAME = '{$appName}';
public static \$APP_URL = '{$appUrl}';
public static \$APP_CONFIG_URL = '{$appConfigUrl}';
public static \$APP_CONFIG_URL_DEV = '{$appConfigUrlDev}';
public static \$AUTHOR_URL = '{$authorUrl}';
public static \$UPDATE_PHP_URLS = array('{$updatePhpUrls}');
public static \$AUTHOR_NAME = '{$authorName}';