optimize container size

optimize page scroller
This commit is contained in:
kmvan
2019-09-01 22:29:34 +08:00
parent 3d492c16d6
commit ca581ceb6b
15 changed files with 101 additions and 83 deletions

View File

@@ -7,7 +7,7 @@ namespace InnStudio\Prober\Components\Config;
class ConfigApi
{
public static $APP_VERSION = '3.0';
public static $APP_VERSION = '3.1';
public static $APP_NAME = 'X Prober';
public static $APP_URL = 'https://github.com/kmvan/x-prober';
public static $APP_CONFIG_URL = 'https://raw.githubusercontent.com/kmvan/x-prober/master/AppConfig.json';