feat: 小助手角色新增常用语管理页面

- 新增 assistant/config-phrase.html 常用语管理页面
- 所有小助手页面顶部导航栏新增"常用语"菜单项
- 同步更新导航页 SITE_MAP 和 CHANGELOG

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 09:33:58 +08:00
co-authored by Claude Opus 4.6
parent 328411da1f
commit af7fd8a60f
15 changed files with 326 additions and 10 deletions
+1
View File
@@ -218,6 +218,7 @@ const SITE_MAP = [
{ file:'expert-manage.html', label:'专家管理' },
{ file:'checkup-standard.html', label:'体检标准化' },
{ file:'sms-send.html', label:'短信发送' },
{ file:'config-phrase.html', label:'常用语' },
{ file:'consult-settle.html', label:'咨询结算' },
{ file:'consult-settle-add.html', label:'新增/编辑结算配置' },
{ file:'consult-settle-report.html', label:'结算报表' },