更新羽声语音h5

This commit is contained in:
yziiy
2025-10-23 16:04:28 +08:00
parent f77801f9a1
commit 4fc72fbffe
228 changed files with 5384 additions and 4065 deletions

15
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,17 @@ 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;
--font-button-size-p:28rpx;
/* tab图标 */
--tab-url:url('https://vespa.qxyushen.top/h5/image/tabline.png');
}
</style>