feat: 更新样式和配置

- 在App.vue中添加全局字体和自定义字体样式。
- 修改uni.scss中的主颜色和背景色以提升视觉效果。
- 更新用户页面(my.vue)的布局和样式,优化用户信息展示和钱包信息显示。
- 在.gitignore中添加designHtml以排除不必要的文件。
This commit is contained in:
Yer11214
2025-12-26 14:55:26 +08:00
parent 7939998a30
commit f57d739a91
8 changed files with 87 additions and 247 deletions

View File

@@ -124,7 +124,7 @@ export default {
<style lang="scss" scoped>
.green {
color: $aider-color-green !important;
color: #28d094 !important;
}
.view-item {
padding: 32rpx;