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\haonav;
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;
* favorites / favorite_shares / ads / apply / click_stats);
* 卸载时按统一前缀清理全部表;升级时经 callAddonHook('upgrade') 收敛表结构。
*/
class Addon extends addon
class Addon extends Addons
{
/**
* 安装钩子(框架自动导入 install.sql 后调用)。