feat: 添加系统设置页面,集成应用更新和缓存管理功能,优化用户体验

This commit is contained in:
2025-12-20 01:32:33 +07:00
parent 521585035e
commit 2703e6d007
8 changed files with 403 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ async function handleRefresh(event: RefresherCustomEvent) {
<ion-button fill="clear">
<ion-icon slot="icon-only" :icon="notificationsOutline" />
</ion-button>
<ion-button fill="clear" router-link="/user/settings">
<ion-button fill="clear" router-link="/system-settings">
<ion-icon slot="icon-only" :icon="settingsOutline" />
</ion-button>
</div>