Compare commits

...

2 Commits

Author SHA1 Message Date
8753f48b75 fix(categories): 修正删除确认弹窗栏目名称显示格式
- 将删除确认弹窗的栏目名称用「」括起,提升提示信息的清晰度
- 修正字符串模板拼接错误,避免显示异常
2026-04-26 02:08:37 +08:00
76f1ca443c refactor(agreement): 删除 Websopy 平台核心服务描述
- 移除关于 AI 应用开发、智能体工作流、应用部署、开发者中心和应用市场的详细介绍
- 精简会员服务章节内容
- 保持账号注册与安全章节内容不变
2026-04-26 02:05:26 +08:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -24,5 +24,5 @@
}
]
},
"lastUpdated": 1777140140254
"lastUpdated": 1777140310286
}

View File

@@ -49,7 +49,7 @@
<a-button size="small" @click="handleEdit(record)">编辑</a-button>
<a-button size="small" @click="handleAddSub(record)" type="dashed">添加子栏目</a-button>
<a-popconfirm
:title="`确定删除栏目"${record.name}"吗?此操作不可恢复!`"
:title="`确定删除栏目${record.name}吗?此操作不可恢复!`"
@confirm="handleDelete(record)"
ok-text="确定"
cancel-text="取消"