完善首页权限申请流程与队列播报体验。

对齐 Android 无权限强制弹窗、角色下拉与申请页交互,补充 UIButton configuration 适配,并增强景区排队 TTS 与相关单元测试。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-14 13:46:45 +08:00
parent c083f1d4b3
commit efb3925257
50 changed files with 2585 additions and 455 deletions

View File

@ -0,0 +1,15 @@
{
"images" : [
{
"filename" : "permission_open_scenic.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
}

View File

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 1C2.875 1.027 2.438 1.383 2 2.312V13.688C2.031 14.234 2.438 14.617 3.5 15H6.5V12.813C6.531 12.266 6.937 11.883 8 11.5C8.625 11.527 9.063 11.883 9.5 12.813V15H12.5C13.125 14.973 13.563 14.617 14 13.688V2.312C13.969 1.766 13.563 1.383 12.5 1H3.5ZM4 7.563C4.031 7.152 4.5 7.125 5.5 7.125C5.969 7.152 6 7.563 6 8.438C5.969 8.848 5.5 8.875 4.5 8.875C4.031 8.848 4 8.438 4 7.563ZM7 7.563C7.031 7.152 7.5 7.125 8.5 7.125C8.969 7.152 9 7.563 9 8.438C8.969 8.848 8.5 8.875 7.5 8.875C7.031 8.848 7 8.438 7 7.563ZM10 7.563C10.031 7.152 10.5 7.125 11.5 7.125C11.969 7.152 12 7.563 12 8.438C11.969 8.848 11.5 8.875 10.5 8.875C10.031 8.848 10 8.438 10 7.563ZM4 4.062C4.031 3.652 4.5 3.625 5.5 3.625C5.969 3.652 6 4.062 6 4.937C5.969 5.348 5.5 5.375 4.5 5.375C4.031 5.348 4 4.937 4 4.062ZM7 4.062C7.031 3.652 7.5 3.625 8.5 3.625C8.969 3.652 9 4.062 9 4.937C8.969 5.348 8.5 5.375 7.5 5.375C7.031 5.348 7 4.937 7 4.062ZM10 4.062C10.031 3.652 10.5 3.625 11.5 3.625C11.969 3.652 12 4.062 12 4.937C11.969 5.348 11.5 5.375 10.5 5.375C10.031 5.348 10 4.937 10 4.062Z" fill="#FF7B00"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB