feat: 添加应用配置和动画效果,优化首页和应用详情页面样式

This commit is contained in:
2026-01-02 23:40:52 +07:00
parent cedb6cc1a5
commit 6d61715407
7 changed files with 350 additions and 396 deletions

View File

@@ -0,0 +1,7 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'blue',
},
},
})