📄 websetup.php
字号:
<?php// $Id$/** * @file * Web 鐣岄潰浠g爜鐢熸垚鍣ㄧ殑鍏ュ彛鏂囦欢 * * @ingroup script * * @{ */$app_config = require(dirname(dirname(__FILE__)) . '/config/boot.php');require $app_config['QEEPHP_DIR'] . '/library/q.php';require $app_config['APP_DIR'] . '/myapp.php';require $app_config['QEEPHP_DIR'] . '/commands/websetup/run.php';$websetup = Websetup::instance($app_config, MyApp::loadConfigFiles($app_config));$websetup->run();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -