mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
同步代码
This commit is contained in:
parent
14db72afd4
commit
2db8906c86
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,16 +7,18 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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' => [],
|
||||
];
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -7,9 +7,11 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: 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 [
|
||||
|
@ -5,12 +5,14 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | 版权所有 2014~2023 Anyon <zoujingli@qq.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// | 免费声明 ( 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 () {
|
||||
|
@ -1,14 +1,16 @@
|
||||
/* +----------------------------------------------------------------------
|
||||
/* | Static Plugin for ThinkAdmin
|
||||
/* +----------------------------------------------------------------------
|
||||
/* | 版权所有 2014~2023 Anyon<zoujingli@qq.com>
|
||||
/* +----------------------------------------------------------------------
|
||||
/* | 官方网站: https://thinkadmin.top
|
||||
/* +----------------------------------------------------------------------
|
||||
/* | 免费声明 ( https://thinkadmin.top/disclaimer )
|
||||
/* | 版权所有 2014~2023 Anyon<zoujingli@qq.com>
|
||||
/* +----------------------------------------------------------------------
|
||||
/* | 开源协议 ( 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 时不会更新此文件
|
||||
/* +---------------------------------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user