更新插件的前台默认的显示页面,控制器的 bool变量名称更新后可以正常显示。

This commit is contained in:
panx
2024-08-17 22:22:12 +08:00
parent c26870b8c5
commit f2b899bd0b
29 changed files with 699 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
// +----------------------------------------------------------------------
// | swiftAdmin 极速开发框架 [基于 WebMan 开发]
// +----------------------------------------------------------------------
// | Copyright (c) 2020-2099 http://www.swiftadmin.net
// +----------------------------------------------------------------------
// | swiftAdmin.net High Speed Development Framework
// +----------------------------------------------------------------------
// | Author: meystack <coolsec@foxmail.com> Apache2
// +----------------------------------------------------------------------
* app 文件夹下所有文件将复制到根目录
* public 文件夹下所有文件将复制到根目录
* Partmanage.php 为插件的核心安装文件,请务必按要求书写代码
> 请注意钩子函数为public类型如需非钩子函数可使用protected类型
* function.php 为当前插件的函数库文件
* config.json 为当前插件的配置信息文件
* config.html 为当前配置模板,存在才会出现配置按钮
* install.sql 插件的数据库安装文件,不需要可删除!!
*
* uninstall.sql 插件的数据库卸载文件,不需要可删除!!
* library 该目录下为第三方类库文件如果你的类库文件存在命名空间问题可手动修改或自行实现install方法将第三方类库复制到extend文件夹下