feat: split button editor into app subpages

This commit is contained in:
7015725
2026-05-12 20:01:45 +08:00
parent c1643924b7
commit 5a4e3f6423
5 changed files with 221 additions and 12 deletions

View File

@@ -80,6 +80,10 @@ function FloatBallAppWM(logger) {
// 按钮管理首页:搜索过滤状态
buttonManagerQuery: "",
// 按钮编辑 App 化:编辑首页 / 基础信息子页 / 完整编辑页
buttonEditorSubPage: null,
buttonEditorDraft: null,
closing: false
};