feat: 新增第二种按钮权限指令(根据登录接口返回的permissions字段进行判断) (#1177)

* feat: 新增第二种按钮权限指令(根据登录接口返回的`permissions`字段进行判断)
This commit is contained in:
xiaoming
2024-08-12 13:32:04 +08:00
committed by GitHub
parent 96152ed134
commit 244ab7f990
20 changed files with 361 additions and 22 deletions

View File

@@ -2,4 +2,5 @@ export * from "./auth";
export * from "./copy";
export * from "./longpress";
export * from "./optimize";
export * from "./perms";
export * from "./ripple";