模块化 AppStore 并完善素材管理与个人空间设置。

将会话、权限、位置、收款与排队存储拆分为独立模块,同步更新各 ViewModel 与单元测试,并补充素材管理 UI 与个人空间设置交互。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-13 11:01:08 +08:00
parent ceca780ab3
commit 005349f8e6
128 changed files with 2953 additions and 1123 deletions

View File

@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "material_ic_download_count.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path d="M13 14H3C1.895 14 1 13.106 1 12.002V9.504C1 9.228 1.224 9.005 1.5 9.005H2.5C2.776 9.005 3 9.228 3 9.504V11.003C3 11.555 3.448 12.002 4 12.002H12C12.552 12.002 13 11.555 13 11.003V9.504C13 9.228 13.224 9.005 13.5 9.005H14.5C14.776 9.005 15 9.228 15 9.504V12.002C15 13.106 14.105 14 13 14ZM3.935 4.199C4.138 3.997 4.466 3.997 4.668 4.199L7 6.529V1.5C7 1.224 7.224 1 7.5 1H8.5C8.776 1 9 1.224 9 1.5V6.529L11.332 4.199C11.535 3.997 11.863 3.997 12.065 4.199L12.798 4.932C13 5.134 13 5.462 12.798 5.664L8.668 9.79C8.65 9.807 8.329 10.004 8.006 10.004C7.679 10.004 7.35 9.808 7.332 9.79L3.202 5.664C3 5.462 3 5.134 3.202 4.932L3.935 4.199Z" fill="#6B7280"/>
</svg>

After

Width:  |  Height:  |  Size: 754 B