This commit is contained in:
Mrx
2026-05-25 10:54:17 +08:00
parent d8b59829f1
commit e29e0f4d0f
3 changed files with 13 additions and 9 deletions

View File

@@ -70,10 +70,11 @@ WechatH5:
AppID: "wxd391e40295bd9dfb"
AppSecret: "f0fa74f7ed8c3c9953677465d44a4c0c"
WechatMini:
AppID: "wx5bacc94add2da981" # 小程序的AppID
AppSecret: "48a2c1e8ff1b7d4c0ff82fbefa64d2d0" # 小程序的AppSecret
TycAppID: "wxe74617f3dd56c196"
TycAppSecret: "c8207e54aef5689b2a7c1f91ed7ae8a0"
# AppID: "wx5bacc94add2da981" # 小程序的AppID
# AppSecret: "48a2c1e8ff1b7d4c0ff82fbefa64d2d0" # 小程序的AppSecret
# TYC
AppID: "wxe74617f3dd56c196"
AppSecret: "c8207e54aef5689b2a7c1f91ed7ae8a0"
Query:
ShareLinkExpire: 604800 # 7天 = 7 * 24 * 60 * 60 = 604800秒
AdminConfig:

View File

@@ -85,8 +85,11 @@ WechatH5:
AppID: "wxd391e40295bd9dfb"
AppSecret: "f0fa74f7ed8c3c9953677465d44a4c0c"
WechatMini:
AppID: "wx781abb66b3368963" # 小程序的AppID
AppSecret: "c7d02cdb0fc23c35c93187af9243b00d" # 小程序的AppSecret
# AppID: "wx5bacc94add2da981" # 小程序的AppID
# AppSecret: "48a2c1e8ff1b7d4c0ff82fbefa64d2d0" # 小程序的AppSecret
# TYC
AppID: "wxe74617f3dd56c196"
AppSecret: "c8207e54aef5689b2a7c1f91ed7ae8a0"
Query:
ShareLinkExpire: 604800 # 7天 = 7 * 24 * 60 * 60 = 604800秒
AdminConfig:

View File

@@ -1,4 +1,4 @@
# 全能查询功能实现说明
# 天远查车询功能实现说明
## 功能概述
实现了一个完整的工具查询系统包含11个实用工具用户可以通过首页点击工具进行查询。
@@ -119,7 +119,7 @@
#### 文件更新
- `pages/index.vue`:
- 添加了"全能查询"卡片
- 添加了"天远查车询"卡片
- 显示所有11个工具
- 点击工具跳转到查询页面
- 添加了自定义图标样式
@@ -156,7 +156,7 @@
### 用户使用流程
1. 打开首页
2. 看到"全能查询"卡片
2. 看到"天远查车询"卡片
3. 点击任意工具图标
4. 跳转到工具查询页面
5. 填写表单(如需)