mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
同步 static 插件
This commit is contained in:
parent
02538ca533
commit
14db72afd4
@ -17,8 +17,8 @@
|
|||||||
namespace app\admin\controller;
|
namespace app\admin\controller;
|
||||||
|
|
||||||
use think\admin\Controller;
|
use think\admin\Controller;
|
||||||
|
use think\admin\Library;
|
||||||
use think\admin\service\AdminService;
|
use think\admin\service\AdminService;
|
||||||
use think\admin\service\ModuleService;
|
|
||||||
use think\admin\service\RuntimeService;
|
use think\admin\service\RuntimeService;
|
||||||
use think\admin\service\SystemService;
|
use think\admin\service\SystemService;
|
||||||
use think\admin\storage\AliossStorage;
|
use think\admin\storage\AliossStorage;
|
||||||
@ -54,7 +54,7 @@ class Config extends Controller
|
|||||||
{
|
{
|
||||||
$this->title = '系统参数配置';
|
$this->title = '系统参数配置';
|
||||||
$this->super = AdminService::isSuper();
|
$this->super = AdminService::isSuper();
|
||||||
$this->version = ModuleService::getVersion();
|
$this->version = Library::VERSION;
|
||||||
$this->fetch();
|
$this->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,9 +8,10 @@
|
|||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 开源协议 ( https://mit-license.org )
|
// | 开源协议 ( https://mit-license.org )
|
||||||
// | 免费声明 ( https://thinkadmin.top/disclaimer )
|
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
||||||
|
// | github 代码仓库:https://github.com/zoujingli/think-plugs-static
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
use think\admin\service\RuntimeService;
|
use think\admin\service\RuntimeService;
|
||||||
|
@ -8,9 +8,10 @@
|
|||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 开源协议 ( https://mit-license.org )
|
// | 开源协议 ( https://mit-license.org )
|
||||||
// | 免费声明 ( https://thinkadmin.top/disclaimer )
|
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
||||||
|
// | github 代码仓库:https://github.com/zoujingli/think-plugs-static
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
if (is_file($_SERVER['DOCUMENT_ROOT'] . $_SERVER['SCRIPT_NAME'])) {
|
if (is_file($_SERVER['DOCUMENT_ROOT'] . $_SERVER['SCRIPT_NAME'])) {
|
||||||
|
@ -6,9 +6,10 @@
|
|||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 开源协议 ( https://mit-license.org )
|
// | 开源协议 ( https://mit-license.org )
|
||||||
// | 免费声明 ( https://thinkadmin.top/disclaimer )
|
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
||||||
|
// | github 代码仓库:https://github.com/zoujingli/think-plugs-static
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
/*! 应用根路径,静态插件库路径,动态插件库路径 */
|
/*! 应用根路径,静态插件库路径,动态插件库路径 */
|
||||||
|
@ -6,9 +6,10 @@
|
|||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 开源协议 ( https://mit-license.org )
|
// | 开源协议 ( https://mit-license.org )
|
||||||
// | 免费声明 ( https://thinkadmin.top/disclaimer )
|
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
||||||
|
// | github 代码仓库:https://github.com/zoujingli/think-plugs-static
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
think
4
think
@ -8,9 +8,11 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 官方网站: https://thinkadmin.top
|
// | 官方网站: https://thinkadmin.top
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 免费声明 ( https://thinkadmin.top/disclaimer )
|
// | 开源协议 ( https://mit-license.org )
|
||||||
|
// | 免责声明 ( https://thinkadmin.top/disclaimer )
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
// | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static
|
||||||
|
// | github 代码仓库:https://github.com/zoujingli/think-plugs-static
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
use think\admin\service\RuntimeService;
|
use think\admin\service\RuntimeService;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user