This commit is contained in:
yziiy
2025-08-14 11:26:34 +08:00
parent e33b97fc90
commit f66cc10bf2
20 changed files with 834 additions and 817 deletions

12
App.vue
View File

@@ -2,7 +2,7 @@
import http from '@/until/http.js';
export default {
onLaunch: function () {
this.getInfo()
// this.getInfo()
},
onHide: function () {
uni.removeStorageSync('Theme_Data')
@@ -51,4 +51,14 @@ img {
height: 100%;
object-fit: cover;
}
// 定制
:root {
--primary-color: #6C49E4;
--sub-color: #F0EEF7;
--subs-color: #6C49E4;
--subss-color: #DEB52E;
--warn-color:#F69627;
--font-button-color:#fff;
--font-button-size:24rpx;
}
</style>