修改了主题切换的问题,但登录故障问题还有残留

This commit is contained in:
2026-07-28 09:35:23 +08:00
parent fa781cc6a6
commit d37a93ab9e
71 changed files with 2135 additions and 115 deletions
+1
View File
@@ -50,6 +50,7 @@ export default function SettingsPage() {
const MENU = [
{ label: '个人信息', icon: '👤', action: () => setShowEdit(true) },
{ label: '账号管理', icon: '🆔', action: () => Taro.navigateTo({ url: '/pages/userDatabase/index' }) },
{ label: '定制协议', icon: '📋', action: () => Taro.navigateTo({ url: '/pages/agreement/index' }) },
{ label: '关于我们', icon: '️', action: () => Taro.showToast({ title: '智绘微刻 v1.0', icon: 'none' }) }
]