fix: 修正打包脚本插件目录名(addon)、重建框架文件清单、修复 install.sql(sms 表冲突/菜单归属/权限名拼写)

This commit is contained in:
ywxapp
2026-08-16 17:42:18 +08:00
parent aded1c718b
commit 303f548664
24 changed files with 1614 additions and 882 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ namespace addon\appmall;
use think\facade\Config;
use think\facade\Db;
use ywxapp\AddonBase;
use ywxapp\Addons;
use ywxapp\model\BaseModel;
/**
@@ -23,7 +23,7 @@ use ywxapp\model\BaseModel;
* 安装时由框架自动导入 install.sql 建表(appmall_addon_list / appmall_addon_submissions / appmall_developers);
* 卸载时清理这些服务端表。
*/
class Addon extends addon
class Addon extends Addons
{
public function install(): bool