From 2db8906c86c3ccd8e22d8f14cb718b3459884ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 14 Feb 2023 19:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 6 ++++-- config/cache.php | 6 ++++-- config/cookie.php | 6 ++++-- config/database.php | 6 ++++-- config/lang.php | 6 ++++-- config/log.php | 6 ++++-- config/phinx.php | 12 +++++++----- config/route.php | 6 ++++-- config/session.php | 6 ++++-- config/view.php | 6 ++++-- public/static/extra/script.js | 8 +++++--- public/static/extra/style.css | 12 +++++++----- 12 files changed, 55 insertions(+), 31 deletions(-) diff --git a/config/app.php b/config/app.php index e1e20b201..23312cf69 100644 --- a/config/app.php +++ b/config/app.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/cache.php b/config/cache.php index 0df23750b..42eccd226 100644 --- a/config/cache.php +++ b/config/cache.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/cookie.php b/config/cookie.php index a3b0d3528..36c286618 100644 --- a/config/cookie.php +++ b/config/cookie.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/database.php b/config/database.php index 766313fa8..a38b95260 100644 --- a/config/database.php +++ b/config/database.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/lang.php b/config/lang.php index 9af713a4d..3922deeb4 100644 --- a/config/lang.php +++ b/config/lang.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/log.php b/config/log.php index 54d8b1a6c..9f542f05c 100644 --- a/config/log.php +++ b/config/log.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/phinx.php b/config/phinx.php index 1f23dd279..a91394f61 100644 --- a/config/phinx.php +++ b/config/phinx.php @@ -3,20 +3,22 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ - // 忽略数据表 + // 忽略数据表,填写表名 'ignore' => [], - // 创建数据表 + // 创建数据表,填写表名 'tables' => [], - // 备份数据表 + // 备份数据表,填写表名 'backup' => [], ]; \ No newline at end of file diff --git a/config/route.php b/config/route.php index 7cae4a018..cde216b91 100644 --- a/config/route.php +++ b/config/route.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/session.php b/config/session.php index 0d26fc92c..6040541aa 100644 --- a/config/session.php +++ b/config/session.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/config/view.php b/config/view.php index d5001b973..88847cada 100644 --- a/config/view.php +++ b/config/view.php @@ -3,13 +3,15 @@ // +---------------------------------------------------------------------- // | Static Plugin for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- return [ diff --git a/public/static/extra/script.js b/public/static/extra/script.js index bcffefdce..caebe9fd3 100644 --- a/public/static/extra/script.js +++ b/public/static/extra/script.js @@ -3,14 +3,16 @@ // +---------------------------------------------------------------------- // | 官方网站: https://thinkadmin.top // +---------------------------------------------------------------------- -// | 版权所有 2014~2023 Anyon +// | 版权所有 2014~2023 Anyon // +---------------------------------------------------------------------- -// | 免费声明 ( https://thinkadmin.top/disclaimer ) +// | 开源协议 ( https://mit-license.org ) +// | 免责声明 ( https://thinkadmin.top/disclaimer ) // +---------------------------------------------------------------------- // | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +// | github 代码仓库:https://github.com/zoujingli/think-plugs-static // +---------------------------------------------------------------------- // | 自定义后台扩展脚本,需要在加载 admin.js 后载入 -// | 使用 php think xadmin:install static 时不会更新此文件 +// | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件 // +---------------------------------------------------------------------- $(function () { diff --git a/public/static/extra/style.css b/public/static/extra/style.css index 0614bf5f1..9f27daec3 100644 --- a/public/static/extra/style.css +++ b/public/static/extra/style.css @@ -1,14 +1,16 @@ /* +---------------------------------------------------------------------- /* | Static Plugin for ThinkAdmin /* +---------------------------------------------------------------------- -/* | 版权所有 2014~2023 Anyon -/* +---------------------------------------------------------------------- /* | 官方网站: https://thinkadmin.top /* +---------------------------------------------------------------------- -/* | 免费声明 ( https://thinkadmin.top/disclaimer ) +/* | 版权所有 2014~2023 Anyon +/* +---------------------------------------------------------------------- +/* | 开源协议 ( https://mit-license.org ) +/* | 免责声明 ( https://thinkadmin.top/disclaimer ) /* +---------------------------------------------------------------------- /* | gitee 代码仓库:https://gitee.com/zoujingli/think-plugs-static +/* | github 代码仓库:https://github.com/zoujingli/think-plugs-static /* +---------------------------------------------------------------------- -/* 自定义后台扩展样式,需要在加载 console.css 后载入 -/* 使用 php think xadmin:install static 时不会更新此文件 +/* | 自定义后台扩展样式,需要在加载 console.css 后载入 +/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件 /* +---------------------------------------------------------------------- */