chore: 客服自动回复与历史消息等改造前本地备份

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-01 11:49:17 +08:00
parent 8093497c51
commit 8f93d2c404
6 changed files with 222 additions and 375 deletions

View File

@@ -1,10 +1,10 @@
{
"navigationBarTitleText": "抢单大厅",
"navigationBarBackgroundColor": "#c4b5fd",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#0b0f1a",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false,
"backgroundTextStyle": "dark",
"backgroundColor": "#f5f3ff",
"backgroundColor": "#0b0f1a",
"usingComponents": {
"chenghao-tag": "/components/chenghao-tag/chenghao-tag",
"global-notification": "/components/global-notification/global-notification",

View File

@@ -18,7 +18,7 @@
refresher-default-style="black"
refresher-background="#f5f3ff"
refresher-background="#0b0f1a"
refresher-triggered="{{scrollViewRefreshing}}"
@@ -82,7 +82,7 @@
indicator-color="rgba(255,255,255,0.6)"
indicator-active-color="#9333ea"
indicator-active-color="#00c8ff"
autoplay="{{lunboList.length > 1}}"

View File

@@ -1,9 +1,9 @@
/* pages/qiangdan/qiangdan.wxss - 逍遥梦抢单页 */
/* pages/qiangdan/qiangdan.wxss - 机甲风格抢单页 */
@import '../../styles/dashou-xym-theme.wxss';
@import '../../styles/dashou-xym-order-card.wxss';
page {
background-color: #c4b5fd;
background-color: #0b0f1a;
}
.qiangdan-page {