chore(addon): 新增wechat插件

This commit is contained in:
2025-12-05 15:52:21 +08:00
parent 402c425575
commit ff89fdf5e9
137 changed files with 15906 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
namespace addon\Wechat\event;
/**
* 应用卸载
*/
class UnInstall
{
/**
* 执行卸载
*/
public function handle()
{
return error('', 'System addon can not be uninstalled');
}
}