Compare commits
102
Commits
ota-mode
...
75cfcd66ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75cfcd66ee | ||
|
|
7955b37ec5 | ||
|
|
9e6ad4cf50 | ||
|
|
6c55d32f90 | ||
|
|
63fb4ae85a | ||
|
|
2628a17b3f | ||
|
|
e7f073ed7c | ||
|
|
d662db9465 | ||
|
|
23655102d3 | ||
|
|
fbb2076a77 | ||
|
|
8c96a4cb73 | ||
|
|
6a78093d31 | ||
|
|
4835993639 | ||
|
|
3c45ef78ac | ||
|
|
ab70c8c78e | ||
|
|
fac2576b65 | ||
|
|
360da2a1d7 | ||
|
|
e96537b21b | ||
|
|
8c834d299b | ||
|
|
b386990475 | ||
|
|
3ab1ad59bd | ||
|
|
cfdb169329 | ||
|
|
4245a3f947 | ||
|
|
d6f914ca7e | ||
|
|
959244c03a | ||
|
|
3a51142bd3 | ||
|
|
07dc8a250c | ||
|
|
f34800798d | ||
|
|
72fd8b134e | ||
|
|
30ab1c6775 | ||
|
|
02f30e88ba | ||
|
|
e6f11d3684 | ||
|
|
c5618fb60b | ||
|
|
f316d52cec | ||
|
|
d8d2f9e7e7 | ||
|
|
ef499e1448 | ||
|
|
c0d061d7d5 | ||
|
|
dff210462f | ||
|
|
3c5754b3fd | ||
|
|
a78ab1daeb | ||
|
|
886faa0007 | ||
|
|
b15c37cb4a | ||
|
|
970a9874b4 | ||
|
|
f64a6b5c95 | ||
|
|
621397e25d | ||
|
|
fa7ad8f538 | ||
|
|
b8c5f3dd91 | ||
|
|
af7f70ba80 | ||
|
|
6d1a910051 | ||
|
|
1c7cf74eb9 | ||
|
|
e9023ecc9f | ||
|
|
080af14be8 | ||
|
|
1796d4aa40 | ||
|
|
4b39107453 | ||
|
|
3e090e5b33 | ||
|
|
98ca638b63 | ||
|
|
b5373bee31 | ||
|
|
58a7bb2017 | ||
|
|
82eedc3ab8 | ||
|
|
ac4d8dfb38 | ||
|
|
ad8bc1f152 | ||
|
|
725a3ddcb9 | ||
|
|
33187e0cc3 | ||
|
|
bf6b87b59c | ||
|
|
12729a1cef | ||
|
|
f8efe4c4a4 | ||
|
|
af07d09ab6 | ||
|
|
e0d976fcce | ||
|
|
01ac4f9c03 | ||
|
|
095884d7fc | ||
|
|
348d490de8 | ||
|
|
a7897af861 | ||
|
|
d3e0307854 | ||
|
|
fd7c4b4bbf | ||
|
|
efb186d242 | ||
|
|
0a678cb387 | ||
|
|
3c7467fbdf | ||
|
|
6aa3c6fd6c | ||
|
|
8b11e41957 | ||
|
|
8c6374b2c5 | ||
|
|
3e99bb8ad9 | ||
|
|
0bf4773400 | ||
|
|
4ce2e6a7c4 | ||
|
|
52c5b9504a | ||
|
|
022683aff1 | ||
|
|
72518fa17e | ||
|
|
f5497c534d | ||
|
|
b3fc11f1b1 | ||
|
|
8b25a10d4c | ||
|
|
0e82416800 | ||
|
|
e6d00e7ea9 | ||
|
|
18afba01ec | ||
|
|
2780d1a6df | ||
|
|
2a53f6739e | ||
|
|
bae31add22 | ||
|
|
465b9c8dc7 | ||
|
|
3ff11df1d7 | ||
|
|
21d8d0fbdb | ||
|
|
fc7149121b | ||
|
|
8061ddbed5 | ||
|
|
bb50c7ca10 | ||
|
|
1bca5977c1 |
Vendored
+7
-1
@@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"i18n-ally.localesPaths": []
|
"i18n-ally.localesPaths": [],
|
||||||
|
"files.watcherExclude": {
|
||||||
|
"**/dist/**": true
|
||||||
|
},
|
||||||
|
"search.exclude": {
|
||||||
|
"**/dist/**": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -264,6 +264,7 @@ AI 应主动:
|
|||||||
* 少解释
|
* 少解释
|
||||||
* 优先 patch
|
* 优先 patch
|
||||||
* 优先 diff
|
* 优先 diff
|
||||||
|
* 写好中文注释
|
||||||
|
|
||||||
除非用户明确要求:
|
除非用户明确要求:
|
||||||
否则不要输出完整项目。
|
否则不要输出完整项目。
|
||||||
|
|||||||
@@ -114,3 +114,133 @@ git push origin test
|
|||||||
3. **体验版发布前确认代码已提交**,避免遗漏
|
3. **体验版发布前确认代码已提交**,避免遗漏
|
||||||
4. **开发分支命名建议**:`feature/姓名-功能名`,如 `feature/zhangsan-login`
|
4. **开发分支命名建议**:`feature/姓名-功能名`,如 `feature/zhangsan-login`
|
||||||
5. **删除已合并的开发分支**:`git branch -d feature/your-name-work`
|
5. **删除已合并的开发分支**:`git branch -d feature/your-name-work`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 六、比赛服 Proto 更新流程
|
||||||
|
|
||||||
|
### 1. 新开发人员快速接手
|
||||||
|
|
||||||
|
首次拉取项目后,先安装依赖并确认当前协议与运行时解码器一致:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
npm run proto:check
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
|
||||||
|
如果 `proto:check` 提示协议不同步,先执行 `npm run proto:generate`,不要直接修改生成区块。
|
||||||
|
|
||||||
|
### 2. 相关文件职责
|
||||||
|
|
||||||
|
| 文件 | 职责 | 修改规则 |
|
||||||
|
|------|------|----------|
|
||||||
|
| `src/utils/match.min.js` | 后端比赛服协议描述,是生成字段表的输入文件 | 后端协议更新时整体替换;禁止在小程序运行时代码中导入 |
|
||||||
|
| `scripts/generate-match-schema.mjs` | 解析协议、校验字段并生成运行时字段表 | 只有新增通用协议能力时才修改 |
|
||||||
|
| `src/utils/matchProtocol.js` | 小程序实际使用的 protobuf 编解码器 | `<match-schema-generated>` 标记区间内禁止手动修改 |
|
||||||
|
| `src/matchWebsocket.js` | 服务端消息路由、ACK 和业务事件分发 | 新增消息业务行为时人工接入 |
|
||||||
|
| `src/utils/matchAdapter.js` | 将解码结果从 snake_case 统一转换为 camelCase | 页面继续使用适配后的字段名 |
|
||||||
|
|
||||||
|
`match.min.js` 不是小程序运行时解码器。运行时仍使用 `protobufjs/minimal.js` 的 `Reader/Writer`,`int64` 字段统一保留为字符串,避免大整数精度丢失。
|
||||||
|
|
||||||
|
### 3. 日常协议更新步骤
|
||||||
|
|
||||||
|
```text
|
||||||
|
替换 src/utils/match.min.js
|
||||||
|
↓
|
||||||
|
执行 npm run proto:update
|
||||||
|
↓
|
||||||
|
检查生成差异和业务接入范围
|
||||||
|
↓
|
||||||
|
执行 git diff --check
|
||||||
|
↓
|
||||||
|
微信开发者工具检查包体并上传
|
||||||
|
```
|
||||||
|
|
||||||
|
具体操作:
|
||||||
|
|
||||||
|
1. 从后端获取最新的 `match.min.js`,整体覆盖 `src/utils/match.min.js`。
|
||||||
|
2. 执行推荐命令:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run proto:update
|
||||||
|
```
|
||||||
|
|
||||||
|
3. 该命令会依次完成:
|
||||||
|
- 解析 `match.min.js`
|
||||||
|
- 更新 `matchProtocol.js` 内的生成区块
|
||||||
|
- 校验生成区块与协议源文件一致
|
||||||
|
- 执行微信小程序正式构建
|
||||||
|
4. 检查 Git 差异。普通字段更新通常只应涉及:
|
||||||
|
- `src/utils/match.min.js`
|
||||||
|
- `src/utils/matchProtocol.js` 的生成区块
|
||||||
|
5. 如果新增了消息业务行为,再单独检查 `src/matchWebsocket.js`、页面或组件的接入改动。
|
||||||
|
6. 执行空白和换行检查:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git diff --check
|
||||||
|
```
|
||||||
|
|
||||||
|
7. 打开微信开发者工具,导入 `dist/build/mp-weixin`,检查代码依赖分析和主包体积后再上传。
|
||||||
|
|
||||||
|
### 4. Proto 命令说明
|
||||||
|
|
||||||
|
| 命令 | 用途 | 是否修改文件 |
|
||||||
|
|------|------|--------------|
|
||||||
|
| `npm run proto:generate` | 根据 `match.min.js` 更新生成区块 | 是 |
|
||||||
|
| `npm run proto:check` | 检查生成区块是否与协议同步 | 否 |
|
||||||
|
| `npm run proto:update` | 执行生成,然后运行正式构建 | 是,日常更新推荐使用 |
|
||||||
|
| `npm run dev` | 启动开发构建,启动前自动执行 `proto:check` | 协议不同步时直接中止 |
|
||||||
|
| `npm run build` | 执行正式构建,构建前自动执行 `proto:check` | 协议不同步时直接中止 |
|
||||||
|
|
||||||
|
`npm run dev` 和 `npm run build` 只负责检查,不会自动改写协议;发现不同步时应执行 `npm run proto:generate` 或 `npm run proto:update`。
|
||||||
|
|
||||||
|
### 5. 自动生成与人工接入边界
|
||||||
|
|
||||||
|
以下内容由生成器自动处理:
|
||||||
|
|
||||||
|
- 服务端和客户端消息枚举
|
||||||
|
- 普通 scalar 字段
|
||||||
|
- 嵌套 message
|
||||||
|
- repeated message
|
||||||
|
- 当前解码器支持的 map
|
||||||
|
- snake_case 字段名和 oneof 兼容信息
|
||||||
|
|
||||||
|
以下情况仍需人工处理:
|
||||||
|
|
||||||
|
- **新增服务端消息类型**:枚举会自动生成,但 `matchWebsocket.js` 的路由、ACK、音频或页面事件仍需接入。
|
||||||
|
- **新增客户端指令**:枚举会自动生成,但发送函数、字段编码和业务调用入口仍需接入。
|
||||||
|
- **修改既有字段编号或类型**:属于协议兼容性变更,必须先与后端确认,不能只看构建是否通过。
|
||||||
|
- **新增解码器不支持的类型**:生成器会直接报错,需要同时扩展生成器和 `matchProtocol.js` 的通用解码能力。
|
||||||
|
|
||||||
|
当前生成器会拒绝不支持的 scalar、map key、字段规则以及 packed scalar repeated,避免继续构建后静默丢字段。
|
||||||
|
|
||||||
|
### 6. 常见报错处理
|
||||||
|
|
||||||
|
| 报错或现象 | 原因 | 处理方式 |
|
||||||
|
|------------|------|----------|
|
||||||
|
| 生成区块与 `match.min.js` 不同步 | 替换协议后没有重新生成 | 执行 `npm run proto:update` |
|
||||||
|
| 找不到 `Root.create(...)` | 后端提供的文件格式发生变化或文件不完整 | 停止更新,确认协议文件来源和生成格式 |
|
||||||
|
| 使用了不支持的类型、规则或 map key | 新协议超出当前通用解码器能力 | 不要手补生成区块,先扩展生成器和解码器并补充验证 |
|
||||||
|
| packed scalar repeated 不支持 | protobuf 默认可能使用 packed 编码,当前通用解码器未覆盖 | 增加 packed 解码能力后再重新生成 |
|
||||||
|
| `matchProtocol.js` 缺少生成区块标记 | 标记被误删或生成区块被手改 | 恢复 `<match-schema-generated>` 标记,重新执行生成 |
|
||||||
|
| 协议生成成功但构建失败 | 问题位于项目构建或业务代码,不是字段表同步 | 保留生成结果,按构建错误继续定位 |
|
||||||
|
|
||||||
|
### 7. 禁止事项与验收清单
|
||||||
|
|
||||||
|
禁止:
|
||||||
|
|
||||||
|
- 禁止在运行时代码中导入 `match.min.js`。
|
||||||
|
- 禁止手动修改 `<match-schema-generated>` 与 `</match-schema-generated>` 之间的内容。
|
||||||
|
- 禁止绕过 `proto:check` 后直接上传。
|
||||||
|
- 禁止把 `int64` 字段直接转换为普通 `Number`。
|
||||||
|
- 禁止把“枚举已经生成”等同于“业务消息已经完成接入”。
|
||||||
|
|
||||||
|
每次协议更新至少确认:
|
||||||
|
|
||||||
|
1. `npm run proto:check` 通过。
|
||||||
|
2. `npm run build` 通过,或直接确认 `npm run proto:update` 已完整通过。
|
||||||
|
3. `git diff --check` 通过。
|
||||||
|
4. 生成区块之外没有意外改动。
|
||||||
|
5. 新消息已完成必要的 WebSocket 路由和页面验证。
|
||||||
|
6. 微信开发者工具中的主包、分包体积符合上传限制。
|
||||||
|
|||||||
+2
-1
@@ -12,5 +12,6 @@
|
|||||||
},
|
},
|
||||||
"vueCompilerOptions": {
|
"vueCompilerOptions": {
|
||||||
"plugins": ["@uni-helper/uni-types/volar-plugin"]
|
"plugins": ["@uni-helper/uni-types/volar-plugin"]
|
||||||
}
|
},
|
||||||
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+628
@@ -26,6 +26,8 @@
|
|||||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001",
|
"@dcloudio/uni-quickapp-webview": "3.0.0-4060620250520001",
|
||||||
"@dcloudio/uni-ui": "^1.5.11",
|
"@dcloudio/uni-ui": "^1.5.11",
|
||||||
"pinia": "2.0.36",
|
"pinia": "2.0.36",
|
||||||
|
"pinia-plugin-persistedstate": "3.2.1",
|
||||||
|
"protobufjs": "^8.7.0",
|
||||||
"vue": "^3.4.21",
|
"vue": "^3.4.21",
|
||||||
"vue-i18n": "^9.1.9"
|
"vue-i18n": "^9.1.9"
|
||||||
},
|
},
|
||||||
@@ -2422,6 +2424,70 @@
|
|||||||
"vite": "^5.2.8"
|
"vite": "^5.2.8"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@esbuild/aix-ppc64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
|
||||||
|
"cpu": [
|
||||||
|
"ppc64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"aix"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/android-arm": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/android-arm64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/android-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@esbuild/darwin-arm64": {
|
"node_modules/@esbuild/darwin-arm64": {
|
||||||
"version": "0.20.2",
|
"version": "0.20.2",
|
||||||
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
|
||||||
@@ -2438,6 +2504,294 @@
|
|||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@esbuild/darwin-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/freebsd-arm64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"freebsd"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/freebsd-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"freebsd"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-arm": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-arm64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-ia32": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
|
||||||
|
"cpu": [
|
||||||
|
"ia32"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-loong64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
|
||||||
|
"cpu": [
|
||||||
|
"loong64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-mips64el": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
|
||||||
|
"cpu": [
|
||||||
|
"mips64el"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-ppc64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
|
||||||
|
"cpu": [
|
||||||
|
"ppc64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-riscv64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
|
||||||
|
"cpu": [
|
||||||
|
"riscv64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-s390x": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
|
||||||
|
"cpu": [
|
||||||
|
"s390x"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/linux-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/netbsd-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"netbsd"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/openbsd-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"openbsd"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/sunos-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"sunos"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/win32-arm64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/win32-ia32": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
|
||||||
|
"cpu": [
|
||||||
|
"ia32"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@esbuild/win32-x64": {
|
||||||
|
"version": "0.20.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
|
||||||
|
"integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@intlify/core-base": {
|
"node_modules/@intlify/core-base": {
|
||||||
"version": "9.1.9",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.1.9.tgz",
|
||||||
@@ -3424,6 +3778,32 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-lGVys55Qb00Wvh8DMAocp5kIcaNzEFTmGhfFd88LfaogYTRKrdxgtlO5H6S49v2Nd8R2C6wLOal0qv6/kCkOwA==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-android-arm64": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-It9+M1zE31KWfqh/0cJLrrsCPiF72PoJjIChLX+rEcujVRCb4NLQ5QzFkzIZW8Kn8FTbvGQBY5TkKBau3S8cCQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"android"
|
||||||
|
]
|
||||||
|
},
|
||||||
"node_modules/@rollup/rollup-darwin-arm64": {
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
||||||
"version": "4.39.0",
|
"version": "4.39.0",
|
||||||
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.39.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.39.0.tgz",
|
||||||
@@ -3437,6 +3817,227 @@
|
|||||||
"darwin"
|
"darwin"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"node_modules/@rollup/rollup-darwin-x64": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-mKXpNZLvtEbgu6WCkNij7CGycdw9cJi2k9v0noMb++Vab12GZjFgUXD69ilAbBh034Zwn95c2PNSz9xM7KYEAQ==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"darwin"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-jivRRlh2Lod/KvDZx2zUR+I4iBfHcu2V/BA2vasUtdtTN2Uk3jfcZczLa81ESHZHPHy4ih3T/W5rPFZ/hX7RtQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"freebsd"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-8RXIWvYIRK9nO+bhVz8DwLBepcptw633gv/QT4015CpJ0Ht8punmoHU/DuEd3iw9Hr8UwUV+t+VNNuZIWYeY7Q==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"freebsd"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-mz5POx5Zu58f2xAG5RaRRhp3IZDK7zXGk5sdEDj4o96HeaXhlUwmLFzNlc4hCQi5sGdR12VDgEUqVSHer0lI9g==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-+YDwhM6gUAyakl0CD+bMFpdmwIoRDzZYaTWV3SDRBGkMU/VpIBYXXEvkEcTagw/7VVkL2vA29zU4UVy1mP0/Yw==",
|
||||||
|
"cpu": [
|
||||||
|
"arm"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-EKf7iF7aK36eEChvlgxGnk7pdJfzfQbNvGV/+l98iiMwU23MwvmV0Ty3pJ0p5WQfm3JRHOytSIqD9LB7Bq7xdQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-vYanR6MtqC7Z2SNr8gzVnzUul09Wi1kZqJaek3KcIlI/wq5Xtq4ZPIZ0Mr/st/sv/NnaPwy/D4yXg5x0B3aUUA==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-NMRUT40+h0FBa5fb+cpxtZoGAggRem16ocVKIv5gDB5uLDgBIwrIsXlGqYbLwW8YyO3WVTk1FkFDjMETYlDqiw==",
|
||||||
|
"cpu": [
|
||||||
|
"loong64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-0pCNnmxgduJ3YRt+D+kJ6Ai/r+TaePu9ZLENl+ZDV/CdVczXl95CbIiwwswu4L+K7uOIGf6tMo2vm8uadRaICQ==",
|
||||||
|
"cpu": [
|
||||||
|
"ppc64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-t7j5Zhr7S4bBtksT73bO6c3Qa2AV/HqiGlj9+KB3gNF5upcVkx+HLgxTm8DK4OkzsOYqbdqbLKwvGMhylJCPhQ==",
|
||||||
|
"cpu": [
|
||||||
|
"riscv64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-m6cwI86IvQ7M93MQ2RF5SP8tUjD39Y7rjb1qjHgYh28uAPVU8+k/xYWvxRO3/tBN2pZkSMa5RjnPuUIbrwVxeA==",
|
||||||
|
"cpu": [
|
||||||
|
"riscv64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-iRDJd2ebMunnk2rsSBYlsptCyuINvxUfGwOUldjv5M4tpa93K8tFMeYGpNk2+Nxl+OBJnBzy2/JCscGeO507kA==",
|
||||||
|
"cpu": [
|
||||||
|
"s390x"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-t9jqYw27R6Lx0XKfEFe5vUeEJ5pF3SGIM6gTfONSMb7DuG6z6wfj2yjcoZxHg129veTqU7+wOhY6GX8wmf90dA==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-ThFdkrFDP55AIsIZDKSBWEt/JcWlCzydbZHinZ0F/r1h83qbGeenCt/G/wG2O0reuENDD2tawfAj2s8VK7Bugg==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"linux"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-jDrLm6yUtbOg2TYB3sBF3acUnAwsIksEYjLeHL+TJv9jg+TmTwdyjnDex27jqEMakNKf3RwwPahDIt7QXCSqRQ==",
|
||||||
|
"cpu": [
|
||||||
|
"arm64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-6w9uMuza+LbLCVoNKL5FSLE7yvYkq9laSd09bwS0tMjkwXrmib/4KmoJcrKhLWHvw19mwU+33ndC69T7weNNjQ==",
|
||||||
|
"cpu": [
|
||||||
|
"ia32"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
||||||
|
"version": "4.39.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.39.0.tgz",
|
||||||
|
"integrity": "sha512-yAkUOkIKZlK5dl7u6dg897doBgLXmUHhIINM2c+sND3DZwnrdQkkSiDh7N75Ll4mM4dxSkYfXqU9fW3lLkMFug==",
|
||||||
|
"cpu": [
|
||||||
|
"x64"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"os": [
|
||||||
|
"win32"
|
||||||
|
]
|
||||||
|
},
|
||||||
"node_modules/@sinonjs/commons": {
|
"node_modules/@sinonjs/commons": {
|
||||||
"version": "1.8.6",
|
"version": "1.8.6",
|
||||||
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
||||||
@@ -7535,6 +8136,12 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
|
"node_modules/long": {
|
||||||
|
"version": "5.3.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
||||||
|
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
||||||
|
"license": "Apache-2.0"
|
||||||
|
},
|
||||||
"node_modules/lru-cache": {
|
"node_modules/lru-cache": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
||||||
@@ -8222,6 +8829,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/pinia-plugin-persistedstate": {
|
||||||
|
"version": "3.2.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-3.2.1.tgz",
|
||||||
|
"integrity": "sha512-MK++8LRUsGF7r45PjBFES82ISnPzyO6IZx3CH5vyPseFLZCk1g2kgx6l/nW8pEBKxxd4do0P6bJw+mUSZIEZUQ==",
|
||||||
|
"license": "MIT",
|
||||||
|
"peerDependencies": {
|
||||||
|
"pinia": "^2.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/pirates": {
|
"node_modules/pirates": {
|
||||||
"version": "4.0.7",
|
"version": "4.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
||||||
@@ -8530,6 +9146,18 @@
|
|||||||
"node": ">= 6"
|
"node": ">= 6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/protobufjs": {
|
||||||
|
"version": "8.7.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.0.tgz",
|
||||||
|
"integrity": "sha512-uu52JNxLh3vsL7tXU/h0gDaywufvuUCTbGSi0NKQKBZ2ZopkmrWQJSQO/EFqzu/5YhiwgVM8rq/a/iVpx4eZ0g==",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
|
"dependencies": {
|
||||||
|
"long": "^5.3.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/proxy-addr": {
|
"node_modules/proxy-addr": {
|
||||||
"version": "2.0.7",
|
"version": "2.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
||||||
|
|||||||
@@ -3,7 +3,12 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"proto:generate": "node scripts/generate-match-schema.mjs",
|
||||||
|
"proto:check": "node scripts/generate-match-schema.mjs --check",
|
||||||
|
"proto:update": "npm run proto:generate && npm run build",
|
||||||
|
"predev": "npm run proto:check",
|
||||||
"dev": "uni -p mp-weixin",
|
"dev": "uni -p mp-weixin",
|
||||||
|
"prebuild": "npm run proto:check",
|
||||||
"build": "uni build -p mp-weixin"
|
"build": "uni build -p mp-weixin"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -26,6 +31,7 @@
|
|||||||
"@dcloudio/uni-ui": "^1.5.11",
|
"@dcloudio/uni-ui": "^1.5.11",
|
||||||
"pinia": "2.0.36",
|
"pinia": "2.0.36",
|
||||||
"pinia-plugin-persistedstate": "3.2.1",
|
"pinia-plugin-persistedstate": "3.2.1",
|
||||||
|
"protobufjs": "^8.7.0",
|
||||||
"vue": "^3.4.21",
|
"vue": "^3.4.21",
|
||||||
"vue-i18n": "^9.1.9"
|
"vue-i18n": "^9.1.9"
|
||||||
},
|
},
|
||||||
|
|||||||
+242
-1
@@ -3,7 +3,248 @@
|
|||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "3.7.7",
|
"libVersion": "3.7.7",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/common/dialog-light.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/common/dialog-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/common/dialog-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/prompt-bg-square.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/coach-comment.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/screen-hint-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/red-team-win.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/blue-team-win.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/my-grow.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/gold-shining.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/bow-target.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/matching-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/versus.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/point-champion.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/my-practise.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/shining-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/donate.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/friend-battle.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/user-upgrade.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/finish-frame.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/vip/svip-jian.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/battle-header.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/battle-header-melee.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/player-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/mvp-blue.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/finish-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/2unfinish-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/have-no-device.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/device-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/unfinish-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/test-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/mvp-red.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/vip/svip-lie.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/mvp-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/rank/battle-choose.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/back-to-game-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/complete-light1.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/complete-light2.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/title-2v2.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/tab-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/scan.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/choose-battle-mode.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/shooter.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/my-growth.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/juezhanbang.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/title-3v3.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/point-book-tip-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/reward-us.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/rank/star.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/tab-point-book.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/pk-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/first-try.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/row-yellow-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/room-notfound-title.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/title-mvp.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/long-bubble-tall.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/battle-result.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"value": "static/tab-mall.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "folder",
|
||||||
|
"value": "static/training-home"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "folder",
|
||||||
|
"value": "static/training-difficulty-design"
|
||||||
|
}
|
||||||
|
],
|
||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
|
|||||||
@@ -0,0 +1,441 @@
|
|||||||
|
import { createHash } from "node:crypto";
|
||||||
|
import { readFileSync, writeFileSync } from "node:fs";
|
||||||
|
import { dirname, resolve } from "node:path";
|
||||||
|
import { fileURLToPath } from "node:url";
|
||||||
|
import vm from "node:vm";
|
||||||
|
|
||||||
|
const scriptDirectory = dirname(fileURLToPath(import.meta.url));
|
||||||
|
const projectRoot = resolve(scriptDirectory, "..");
|
||||||
|
const sourcePath = resolve(projectRoot, "src/utils/match.min.js");
|
||||||
|
const runtimePath = resolve(projectRoot, "src/utils/matchProtocol.js");
|
||||||
|
const generatedStartMarker = "// <match-schema-generated>";
|
||||||
|
const generatedEndMarker = "// </match-schema-generated>";
|
||||||
|
|
||||||
|
const supportedScalarKinds = new Set([
|
||||||
|
"int32",
|
||||||
|
"int64",
|
||||||
|
"float",
|
||||||
|
"double",
|
||||||
|
"bool",
|
||||||
|
"string",
|
||||||
|
"bytes",
|
||||||
|
]);
|
||||||
|
const supportedMapKeyKinds = new Set(["int32", "int64", "bool", "string"]);
|
||||||
|
// 新版描述文件未携带旧协议的 oneof 元数据,保留现有解码结果中的 payload 标识。
|
||||||
|
const compatibilityOneofs = {
|
||||||
|
ServerMessage: {
|
||||||
|
match_info: "payload",
|
||||||
|
shoot_data: "payload",
|
||||||
|
practice_info: "payload",
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
function isRecord(value) {
|
||||||
|
return value !== null && typeof value === "object" && !Array.isArray(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
function extractRootCreateArgument(source) {
|
||||||
|
const match = /(?:\$protobuf\.)?Root\.create\s*\(/.exec(source);
|
||||||
|
if (!match) {
|
||||||
|
throw new Error("match.min.js 中未找到 Root.create(...) 协议描述");
|
||||||
|
}
|
||||||
|
|
||||||
|
const openIndex = source.indexOf("(", match.index);
|
||||||
|
let depth = 0;
|
||||||
|
let quote = "";
|
||||||
|
let escaped = false;
|
||||||
|
let lineComment = false;
|
||||||
|
let blockComment = false;
|
||||||
|
|
||||||
|
for (let index = openIndex; index < source.length; index += 1) {
|
||||||
|
const char = source[index];
|
||||||
|
const next = source[index + 1];
|
||||||
|
|
||||||
|
if (lineComment) {
|
||||||
|
if (char === "\n") lineComment = false;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (blockComment) {
|
||||||
|
if (char === "*" && next === "/") {
|
||||||
|
blockComment = false;
|
||||||
|
index += 1;
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (quote) {
|
||||||
|
if (escaped) {
|
||||||
|
escaped = false;
|
||||||
|
} else if (char === "\\") {
|
||||||
|
escaped = true;
|
||||||
|
} else if (char === quote) {
|
||||||
|
quote = "";
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (char === '"' || char === "'" || char === "`") {
|
||||||
|
quote = char;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (char === "/" && next === "/") {
|
||||||
|
lineComment = true;
|
||||||
|
index += 1;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (char === "/" && next === "*") {
|
||||||
|
blockComment = true;
|
||||||
|
index += 1;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (char === "(") {
|
||||||
|
depth += 1;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (char === ")") {
|
||||||
|
depth -= 1;
|
||||||
|
if (depth === 0) {
|
||||||
|
return source.slice(openIndex + 1, index).trim();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
throw new Error("match.min.js 中的 Root.create(...) 括号不完整");
|
||||||
|
}
|
||||||
|
|
||||||
|
function stripQuotedText(source) {
|
||||||
|
let output = "";
|
||||||
|
let quote = "";
|
||||||
|
let escaped = false;
|
||||||
|
|
||||||
|
for (const char of source) {
|
||||||
|
if (quote) {
|
||||||
|
output += " ";
|
||||||
|
if (escaped) {
|
||||||
|
escaped = false;
|
||||||
|
} else if (char === "\\") {
|
||||||
|
escaped = true;
|
||||||
|
} else if (char === quote) {
|
||||||
|
quote = "";
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
if (char === '"' || char === "'") {
|
||||||
|
quote = char;
|
||||||
|
output += " ";
|
||||||
|
} else {
|
||||||
|
output += char;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return output;
|
||||||
|
}
|
||||||
|
|
||||||
|
function parseDescriptor(argumentSource) {
|
||||||
|
if (!argumentSource.startsWith("{") || !argumentSource.endsWith("}")) {
|
||||||
|
throw new Error("Root.create(...) 参数不是静态对象字面量");
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
return JSON.parse(argumentSource);
|
||||||
|
} catch {
|
||||||
|
// 兼容旧版 pbjs 生成的未加引号对象键;只允许静态对象语法。
|
||||||
|
const syntaxOnly = stripQuotedText(argumentSource);
|
||||||
|
if (/[();`=]/.test(syntaxOnly)) {
|
||||||
|
throw new Error("旧版协议描述包含非静态表达式,已拒绝执行");
|
||||||
|
}
|
||||||
|
const descriptor = vm.runInNewContext(
|
||||||
|
`(${argumentSource})`,
|
||||||
|
Object.create(null),
|
||||||
|
{ timeout: 1000 }
|
||||||
|
);
|
||||||
|
return JSON.parse(JSON.stringify(descriptor));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function findProtocolNamespace(node, path = []) {
|
||||||
|
if (!isRecord(node)) return null;
|
||||||
|
const entries = isRecord(node.nested) ? node.nested : node;
|
||||||
|
|
||||||
|
if (isRecord(entries.ServerMessage?.fields) && isRecord(entries.ClientMessage?.fields)) {
|
||||||
|
return { entries, path };
|
||||||
|
}
|
||||||
|
|
||||||
|
for (const [name, child] of Object.entries(entries)) {
|
||||||
|
if (!isRecord(child) || isRecord(child.fields)) continue;
|
||||||
|
const found = findProtocolNamespace(child, [...path, name]);
|
||||||
|
if (found) return found;
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getEnumValues(definition) {
|
||||||
|
if (!isRecord(definition)) return null;
|
||||||
|
const candidate = isRecord(definition.values) ? definition.values : definition;
|
||||||
|
const entries = Object.entries(candidate);
|
||||||
|
if (entries.length === 0 || entries.some(([, value]) => !Number.isInteger(value))) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return Object.fromEntries(entries.sort((left, right) => left[1] - right[1]));
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeTypeName(type) {
|
||||||
|
return String(type || "")
|
||||||
|
.replace(/^\./, "")
|
||||||
|
.split(".")
|
||||||
|
.pop();
|
||||||
|
}
|
||||||
|
|
||||||
|
function getOneofByField(definition) {
|
||||||
|
const result = new Map();
|
||||||
|
if (!isRecord(definition.oneofs)) return result;
|
||||||
|
|
||||||
|
for (const [groupName, groupDefinition] of Object.entries(definition.oneofs)) {
|
||||||
|
const fieldNames = Array.isArray(groupDefinition)
|
||||||
|
? groupDefinition
|
||||||
|
: groupDefinition?.oneof;
|
||||||
|
if (!Array.isArray(fieldNames)) continue;
|
||||||
|
for (const fieldName of fieldNames) result.set(fieldName, groupName);
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
function buildSchema({ messageName, definition, messages, enumNames }) {
|
||||||
|
const schema = {};
|
||||||
|
const usedIds = new Set();
|
||||||
|
const oneofByField = getOneofByField(definition);
|
||||||
|
|
||||||
|
for (const [fieldKey, fieldDefinition] of Object.entries(definition.fields)) {
|
||||||
|
const id = Number(fieldDefinition.id);
|
||||||
|
if (!Number.isInteger(id) || id <= 0) {
|
||||||
|
throw new Error(`${messageName}.${fieldKey} 的字段编号无效`);
|
||||||
|
}
|
||||||
|
if (usedIds.has(id)) {
|
||||||
|
throw new Error(`${messageName} 存在重复字段编号 ${id}`);
|
||||||
|
}
|
||||||
|
usedIds.add(id);
|
||||||
|
|
||||||
|
const rule = fieldDefinition.rule;
|
||||||
|
if (rule && !["optional", "required", "repeated", "map"].includes(rule)) {
|
||||||
|
throw new Error(`${messageName}.${fieldKey} 使用了不支持的规则 ${rule}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
const fieldName = fieldDefinition.protoName || fieldKey;
|
||||||
|
const typeName = normalizeTypeName(fieldDefinition.type);
|
||||||
|
const keyTypeName = normalizeTypeName(
|
||||||
|
fieldDefinition.keyType ?? fieldDefinition.keytype
|
||||||
|
);
|
||||||
|
const isMap = rule === "map" || Boolean(keyTypeName);
|
||||||
|
|
||||||
|
if (isMap) {
|
||||||
|
if (!supportedMapKeyKinds.has(keyTypeName)) {
|
||||||
|
throw new Error(
|
||||||
|
`${messageName}.${fieldKey} 使用了不支持的 map key 类型 ${keyTypeName}`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
const valueIsMessage = messages.has(typeName);
|
||||||
|
const valueKind = enumNames.has(typeName) ? "int32" : typeName;
|
||||||
|
if (!valueIsMessage && !supportedScalarKinds.has(valueKind)) {
|
||||||
|
throw new Error(
|
||||||
|
`${messageName}.${fieldKey} 使用了不支持的 map value 类型 ${typeName}`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
schema[id] = valueIsMessage
|
||||||
|
? {
|
||||||
|
name: fieldName,
|
||||||
|
kind: "map",
|
||||||
|
keyKind: keyTypeName,
|
||||||
|
valueKind: "message",
|
||||||
|
valueType: typeName,
|
||||||
|
}
|
||||||
|
: {
|
||||||
|
name: fieldName,
|
||||||
|
kind: "map",
|
||||||
|
keyKind: keyTypeName,
|
||||||
|
valueKind,
|
||||||
|
};
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
const isMessage = messages.has(typeName);
|
||||||
|
const kind = enumNames.has(typeName) ? "int32" : typeName;
|
||||||
|
if (!isMessage && !supportedScalarKinds.has(kind)) {
|
||||||
|
throw new Error(`${messageName}.${fieldKey} 使用了不支持的类型 ${typeName}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
const repeated = rule === "repeated";
|
||||||
|
if (repeated && !isMessage && !["string", "bytes"].includes(kind)) {
|
||||||
|
throw new Error(
|
||||||
|
`${messageName}.${fieldKey} 是 packed scalar repeated,当前通用解码器尚不支持`
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const field = isMessage
|
||||||
|
? { name: fieldName, kind: "message", type: typeName }
|
||||||
|
: { name: fieldName, kind };
|
||||||
|
if (repeated) field.repeated = true;
|
||||||
|
|
||||||
|
const oneof =
|
||||||
|
fieldDefinition.oneof ||
|
||||||
|
oneofByField.get(fieldKey) ||
|
||||||
|
compatibilityOneofs[messageName]?.[fieldName];
|
||||||
|
if (oneof) field.oneof = oneof;
|
||||||
|
schema[id] = field;
|
||||||
|
}
|
||||||
|
|
||||||
|
return schema;
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatPropertyKey(key) {
|
||||||
|
return /^(?:[A-Za-z_$][\w$]*|\d+)$/.test(key) ? key : JSON.stringify(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatJsValue(value, depth = 0) {
|
||||||
|
if (!isRecord(value)) return JSON.stringify(value);
|
||||||
|
|
||||||
|
const entries = Object.entries(value);
|
||||||
|
if (entries.length === 0) return "{}";
|
||||||
|
|
||||||
|
const indent = " ".repeat(depth);
|
||||||
|
const primitiveEntries = entries.every(([, child]) => !isRecord(child));
|
||||||
|
if (primitiveEntries && value.kind !== "map") {
|
||||||
|
const singleLine = `{ ${entries
|
||||||
|
.map(([key, child]) => `${formatPropertyKey(key)}: ${JSON.stringify(child)}`)
|
||||||
|
.join(", ")} }`;
|
||||||
|
if (indent.length + singleLine.length <= 100) return singleLine;
|
||||||
|
}
|
||||||
|
|
||||||
|
const childIndent = " ".repeat(depth + 1);
|
||||||
|
const lines = entries.map(
|
||||||
|
([key, child]) =>
|
||||||
|
`${childIndent}${formatPropertyKey(key)}: ${formatJsValue(child, depth + 1)},`
|
||||||
|
);
|
||||||
|
return `{\n${lines.join("\n")}\n${indent}}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function createGeneratedSource(source) {
|
||||||
|
const descriptor = parseDescriptor(extractRootCreateArgument(source));
|
||||||
|
const namespace = findProtocolNamespace(descriptor);
|
||||||
|
if (!namespace) {
|
||||||
|
throw new Error("协议描述中未找到 ServerMessage 和 ClientMessage");
|
||||||
|
}
|
||||||
|
|
||||||
|
const messages = new Map();
|
||||||
|
const enums = new Map();
|
||||||
|
for (const [name, definition] of Object.entries(namespace.entries)) {
|
||||||
|
if (isRecord(definition?.fields)) {
|
||||||
|
messages.set(name, definition);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
const values = getEnumValues(definition);
|
||||||
|
if (values) enums.set(name, values);
|
||||||
|
}
|
||||||
|
|
||||||
|
const serverMessageType = enums.get("ServerMessageType");
|
||||||
|
const clientMessageType = enums.get("ClientMessageType");
|
||||||
|
if (!serverMessageType || !clientMessageType) {
|
||||||
|
throw new Error("协议描述缺少 ServerMessageType 或 ClientMessageType");
|
||||||
|
}
|
||||||
|
|
||||||
|
const enumNames = new Set(enums.keys());
|
||||||
|
const schemaByName = new Map();
|
||||||
|
for (const [messageName, definition] of messages) {
|
||||||
|
schemaByName.set(
|
||||||
|
messageName,
|
||||||
|
buildSchema({ messageName, definition, messages, enumNames })
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const reachable = new Set();
|
||||||
|
function collectReachable(messageName) {
|
||||||
|
if (reachable.has(messageName)) return;
|
||||||
|
const schema = schemaByName.get(messageName);
|
||||||
|
if (!schema) throw new Error(`找不到消息定义 ${messageName}`);
|
||||||
|
reachable.add(messageName);
|
||||||
|
for (const field of Object.values(schema)) {
|
||||||
|
if (field.kind === "message") collectReachable(field.type);
|
||||||
|
if (field.kind === "map" && field.valueKind === "message") {
|
||||||
|
collectReachable(field.valueType);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
collectReachable("ServerMessage");
|
||||||
|
|
||||||
|
const schemas = {};
|
||||||
|
for (const messageName of messages.keys()) {
|
||||||
|
if (reachable.has(messageName)) schemas[messageName] = schemaByName.get(messageName);
|
||||||
|
}
|
||||||
|
|
||||||
|
const sourceHash = createHash("sha256").update(source).digest("hex").slice(0, 16);
|
||||||
|
const namespaceName = namespace.path.join(".") || "root";
|
||||||
|
const fieldCount = Object.values(schemas).reduce(
|
||||||
|
(total, schema) => total + Object.keys(schema).length,
|
||||||
|
0
|
||||||
|
);
|
||||||
|
const generatedBlock = [
|
||||||
|
generatedStartMarker,
|
||||||
|
"// 此区块由 scripts/generate-match-schema.mjs 自动生成,请勿手动修改。",
|
||||||
|
`// 来源:src/utils/match.min.js(sha256: ${sourceHash})`,
|
||||||
|
`// 协议命名空间:${namespaceName};消息数:${Object.keys(schemas).length};字段数:${fieldCount}`,
|
||||||
|
"",
|
||||||
|
`export const ServerMessageType = ${formatJsValue(serverMessageType)};`,
|
||||||
|
"",
|
||||||
|
`export const ClientMessageType = ${formatJsValue(clientMessageType)};`,
|
||||||
|
"",
|
||||||
|
`const SCHEMAS = ${formatJsValue(schemas)};`,
|
||||||
|
generatedEndMarker,
|
||||||
|
].join("\n");
|
||||||
|
|
||||||
|
return {
|
||||||
|
generatedBlock,
|
||||||
|
messageCount: Object.keys(schemas).length,
|
||||||
|
fieldCount,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function main() {
|
||||||
|
const args = process.argv.slice(2);
|
||||||
|
const unknownArgs = args.filter((arg) => arg !== "--check");
|
||||||
|
if (unknownArgs.length > 0) {
|
||||||
|
throw new Error(`未知参数:${unknownArgs.join(", ")}`);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 统一换行符,避免 Windows 的 CRLF 让未变更的协议产生不同哈希。
|
||||||
|
const source = readFileSync(sourcePath, "utf8").replace(/\r\n?/g, "\n");
|
||||||
|
const { generatedBlock, messageCount, fieldCount } = createGeneratedSource(source);
|
||||||
|
const runtimeSource = readFileSync(runtimePath, "utf8");
|
||||||
|
const startIndex = runtimeSource.indexOf(generatedStartMarker);
|
||||||
|
const endMarkerIndex = runtimeSource.indexOf(generatedEndMarker);
|
||||||
|
if (startIndex < 0 || endMarkerIndex < startIndex) {
|
||||||
|
throw new Error("matchProtocol.js 缺少协议生成区块标记");
|
||||||
|
}
|
||||||
|
const endIndex = endMarkerIndex + generatedEndMarker.length;
|
||||||
|
const currentBlock = runtimeSource.slice(startIndex, endIndex);
|
||||||
|
|
||||||
|
if (args.includes("--check")) {
|
||||||
|
if (currentBlock !== generatedBlock) {
|
||||||
|
throw new Error(
|
||||||
|
"matchProtocol.js 的生成区块与 match.min.js 不同步,请运行 npm run proto:generate"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
console.log(`[match-schema] 同步校验通过:${messageCount} 个消息,${fieldCount} 个字段`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (currentBlock === generatedBlock) {
|
||||||
|
console.log(`[match-schema] 无需更新:${messageCount} 个消息,${fieldCount} 个字段`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const nextRuntimeSource =
|
||||||
|
runtimeSource.slice(0, startIndex) + generatedBlock + runtimeSource.slice(endIndex);
|
||||||
|
writeFileSync(runtimePath, nextRuntimeSource, "utf8");
|
||||||
|
console.log(`[match-schema] 已生成:${messageCount} 个消息,${fieldCount} 个字段`);
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
main();
|
||||||
|
} catch (error) {
|
||||||
|
console.error(`[match-schema] ${error.message}`);
|
||||||
|
process.exitCode = 1;
|
||||||
|
}
|
||||||
+60
-2
@@ -7,9 +7,13 @@
|
|||||||
onHide
|
onHide
|
||||||
} from "@dcloudio/uni-app";
|
} from "@dcloudio/uni-app";
|
||||||
import websocket from "@/websocket";
|
import websocket from "@/websocket";
|
||||||
|
import matchWebsocket from "@/matchWebsocket";
|
||||||
import {
|
import {
|
||||||
getDeviceBatteryAPI
|
getDeviceBatteryAPI
|
||||||
} from "@/apis";
|
} from "@/apis";
|
||||||
|
import {
|
||||||
|
MESSAGETYPES
|
||||||
|
} from "@/constants";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import {
|
import {
|
||||||
storeToRefs
|
storeToRefs
|
||||||
@@ -17,11 +21,14 @@
|
|||||||
import audioManager from "./audioManager";
|
import audioManager from "./audioManager";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const {
|
const {
|
||||||
user
|
user,
|
||||||
|
device,
|
||||||
|
online
|
||||||
} = storeToRefs(store);
|
} = storeToRefs(store);
|
||||||
const {
|
const {
|
||||||
updateUser,
|
updateUser,
|
||||||
updateOnline,
|
updateOnline,
|
||||||
|
showDeviceChargingDialog,
|
||||||
clearSessionState,
|
clearSessionState,
|
||||||
clearDevice
|
clearDevice
|
||||||
} = store;
|
} = store;
|
||||||
@@ -36,6 +43,9 @@
|
|||||||
websocket.createWebSocket(token, onShootWsMsg);
|
websocket.createWebSocket(token, onShootWsMsg);
|
||||||
}
|
}
|
||||||
if (!newVal) {
|
if (!newVal) {
|
||||||
|
matchWebsocket.closeMatchWebSocket({
|
||||||
|
reason: "logout"
|
||||||
|
});
|
||||||
websocket.closeWebSocket();
|
websocket.closeWebSocket();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
@@ -61,7 +71,11 @@
|
|||||||
|
|
||||||
async function emitUpdateOnline() {
|
async function emitUpdateOnline() {
|
||||||
const data = await getDeviceBatteryAPI();
|
const data = await getDeviceBatteryAPI();
|
||||||
updateOnline(data.online);
|
const wasOnline = Boolean(online.value);
|
||||||
|
const nextOnline = Boolean(data.online);
|
||||||
|
updateOnline(nextOnline);
|
||||||
|
if (!device.value.deviceId || wasOnline === nextOnline) return;
|
||||||
|
audioManager.play(nextOnline ? "设备已连接" : "设备连接已断开");
|
||||||
}
|
}
|
||||||
|
|
||||||
function onDeviceBindInvalid() {
|
function onDeviceBindInvalid() {
|
||||||
@@ -69,22 +83,59 @@
|
|||||||
uni.setStorageSync("calibration", false);
|
uni.setStorageSync("calibration", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onDeviceCharging() {
|
||||||
|
showDeviceChargingDialog();
|
||||||
|
}
|
||||||
|
|
||||||
function onDeviceShoot() {
|
function onDeviceShoot() {
|
||||||
// audioManager.play("射箭声音")
|
// audioManager.play("射箭声音")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onNetworkStatusChange(status) {
|
||||||
|
matchWebsocket.handleMatchNetworkStatusChange(status);
|
||||||
|
}
|
||||||
|
|
||||||
|
function connectMatchServerFromMessage(content) {
|
||||||
|
const messages = Array.isArray(content) ? content : [content];
|
||||||
|
messages.forEach((message) => {
|
||||||
|
if (
|
||||||
|
message?.constructor ===
|
||||||
|
MESSAGETYPES.ShootSyncBattleCreateMatchLinkID
|
||||||
|
) {
|
||||||
|
matchWebsocket.connectMatchWebSocketFromNotice(
|
||||||
|
message,
|
||||||
|
user.value.id
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
function onShootWsMsg(content) {
|
function onShootWsMsg(content) {
|
||||||
if(content.type === 'shoot-trigger'){
|
if(content.type === 'shoot-trigger'){
|
||||||
onDeviceShoot()
|
onDeviceShoot()
|
||||||
}
|
}
|
||||||
|
connectMatchServerFromMessage(content);
|
||||||
uni.$emit("socket-inbox", content);
|
uni.$emit("socket-inbox", content);
|
||||||
}
|
}
|
||||||
|
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
|
void audioManager.warmButton();
|
||||||
uni.$on("update-user", emitUpdateUser);
|
uni.$on("update-user", emitUpdateUser);
|
||||||
uni.$on("update-online", emitUpdateOnline);
|
uni.$on("update-online", emitUpdateOnline);
|
||||||
uni.$on("session-kicked-out", onSessionKickedOut);
|
uni.$on("session-kicked-out", onSessionKickedOut);
|
||||||
uni.$on("device-bind-invalid", onDeviceBindInvalid);
|
uni.$on("device-bind-invalid", onDeviceBindInvalid);
|
||||||
|
uni.$on("device-charging", onDeviceCharging);
|
||||||
|
if (typeof uni.offNetworkStatusChange === "function") {
|
||||||
|
uni.offNetworkStatusChange(onNetworkStatusChange);
|
||||||
|
}
|
||||||
|
if (typeof uni.onNetworkStatusChange === "function") {
|
||||||
|
uni.onNetworkStatusChange(onNetworkStatusChange);
|
||||||
|
}
|
||||||
|
if (typeof uni.getNetworkType === "function") {
|
||||||
|
uni.getNetworkType({
|
||||||
|
success: onNetworkStatusChange
|
||||||
|
});
|
||||||
|
}
|
||||||
const token = uni.getStorageSync(
|
const token = uni.getStorageSync(
|
||||||
`${uni.getAccountInfoSync().miniProgram.envVersion}_token`
|
`${uni.getAccountInfoSync().miniProgram.envVersion}_token`
|
||||||
);
|
);
|
||||||
@@ -99,6 +150,13 @@
|
|||||||
uni.$off("update-online", emitUpdateOnline);
|
uni.$off("update-online", emitUpdateOnline);
|
||||||
uni.$off("session-kicked-out", onSessionKickedOut);
|
uni.$off("session-kicked-out", onSessionKickedOut);
|
||||||
uni.$off("device-bind-invalid", onDeviceBindInvalid);
|
uni.$off("device-bind-invalid", onDeviceBindInvalid);
|
||||||
|
uni.$off("device-charging", onDeviceCharging);
|
||||||
|
if (typeof uni.offNetworkStatusChange === "function") {
|
||||||
|
uni.offNetworkStatusChange(onNetworkStatusChange);
|
||||||
|
}
|
||||||
|
matchWebsocket.closeMatchWebSocket({
|
||||||
|
reason: "app-hide"
|
||||||
|
});
|
||||||
websocket.closeWebSocket();
|
websocket.closeWebSocket();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
+103
-14
@@ -1,3 +1,5 @@
|
|||||||
|
import { normalizeBattleApiResult } from "@/utils/matchAdapter";
|
||||||
|
|
||||||
let BASE_URL = "https://api.shelingxingqiu.com/api/shoot"; // 默认正式版
|
let BASE_URL = "https://api.shelingxingqiu.com/api/shoot"; // 默认正式版
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@@ -24,8 +26,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const ADDONS_BASE_URL = BASE_URL.replace(/\/api\/shoot$/, "/api/shoot");
|
const ADDONS_BASE_URL = BASE_URL.replace(/\/api\/shoot$/, "/api/shoot");
|
||||||
|
// 统一处理业务接口请求,包含登录态、业务错误和特定接口空响应兼容。
|
||||||
// 统一处理业务接口请求,包含登录态、业务错误和 WiFi 连接空响应兼容。
|
|
||||||
function request(method, url, data = {}, baseUrl = BASE_URL) {
|
function request(method, url, data = {}, baseUrl = BASE_URL) {
|
||||||
const token = uni.getStorageSync(
|
const token = uni.getStorageSync(
|
||||||
`${uni.getAccountInfoSync().miniProgram.envVersion}_token`
|
`${uni.getAccountInfoSync().miniProgram.envVersion}_token`
|
||||||
@@ -40,7 +41,11 @@ function request(method, url, data = {}, baseUrl = BASE_URL) {
|
|||||||
data,
|
data,
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if (url === "/user/hardwareBox/connectWifi" && res.statusCode === 200 && res.data && Object.keys(res.data).length === 0) {
|
const acceptsEmptyResponse = [
|
||||||
|
"/user/hardwareBox/connectWifi",
|
||||||
|
"/user/device/unbindByQrcodeId",
|
||||||
|
].includes(url);
|
||||||
|
if (acceptsEmptyResponse && res.statusCode === 200 && res.data && Object.keys(res.data).length === 0) {
|
||||||
resolve({});
|
resolve({});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -185,8 +190,19 @@ export const getDailyCountAPI = () => {
|
|||||||
return request("GET", "/index/dailyCount", {}, ADDONS_BASE_URL);
|
return request("GET", "/index/dailyCount", {}, ADDONS_BASE_URL);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getHomeData = (seasonId) => {
|
export const getHomeData = async (seasonId) => {
|
||||||
return request("GET", `/user/myHome?seasonId=${seasonId}`);
|
const data = await request("GET", `/user/myHome?seasonId=${seasonId}`);
|
||||||
|
if (!data?.user) return data;
|
||||||
|
|
||||||
|
// 段位信息由 myHome 接口直接返回,统一并入用户数据供各页面展示。
|
||||||
|
return {
|
||||||
|
...data,
|
||||||
|
user: {
|
||||||
|
...data.user,
|
||||||
|
rankIcon: data.rankIcon,
|
||||||
|
rankName: data.rankName,
|
||||||
|
},
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getProvinceData = () => {
|
export const getProvinceData = () => {
|
||||||
@@ -230,6 +246,12 @@ export const checkUserBindAPI = async (code) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const tempBindOrgAPI = (scene) => {
|
||||||
|
return request("POST", "/user/org/device/tempBind", {
|
||||||
|
scene,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
export const bindDeviceAPI = (device) => {
|
export const bindDeviceAPI = (device) => {
|
||||||
return request("POST", "/user/device/bindDevice", {
|
return request("POST", "/user/device/bindDevice", {
|
||||||
device,
|
device,
|
||||||
@@ -248,6 +270,11 @@ export const unbindDeviceAPI = (deviceId) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// 测试环境根据设备二维码编号解绑设备,不校验设备归属。
|
||||||
|
export const unbindDeviceByQrcodeIdAPI = (id) => {
|
||||||
|
return request("POST", "/user/device/unbindByQrcodeId", {id});
|
||||||
|
};
|
||||||
|
|
||||||
export const getMyDevicesAPI = () => {
|
export const getMyDevicesAPI = () => {
|
||||||
// "/user/device/getBinding?deviceId=9ZF9oVXs"
|
// "/user/device/getBinding?deviceId=9ZF9oVXs"
|
||||||
return request("GET", "/user/device/getBindings");
|
return request("GET", "/user/device/getBindings");
|
||||||
@@ -261,18 +288,36 @@ export const createPractiseAPI = (arrows, time, target) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
export const startPractiseAPI = () => {
|
export const createPractiseV2API = (trainingType, difficultyLevel) => {
|
||||||
return request("POST", "/user/practice/begin");
|
return request("POST", "/user/practice/create/v2", {
|
||||||
|
trainingType,
|
||||||
|
difficultyLevel,
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
export const endPractiseAPI = () => {
|
export const getCurrentPractiseAPI = () => {
|
||||||
return request("POST", "/user/practice/stop");
|
return request("GET", "/user/practice/current");
|
||||||
|
};
|
||||||
|
|
||||||
|
export const startPractiseAPI = (id) => {
|
||||||
|
return request("POST", "/user/practice/begin", { id });
|
||||||
|
};
|
||||||
|
|
||||||
|
export const endPractiseAPI = (id) => {
|
||||||
|
return request("POST", "/user/practice/stop", { id });
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getPractiseAPI = async (id) => {
|
export const getPractiseAPI = async (id) => {
|
||||||
return request("GET", `/user/practice/get?id=${id}`);
|
return request("GET", `/user/practice/get?id=${id}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const getPractiseDetailAPI = async (id) => {
|
||||||
|
return request(
|
||||||
|
"GET",
|
||||||
|
`/user/practice/detail?id=${encodeURIComponent(id)}`
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
export const createRoomAPI = (gameType, teamSize, targetType) => {
|
export const createRoomAPI = (gameType, teamSize, targetType) => {
|
||||||
return request("POST", "/user/createroom", {
|
return request("POST", "/user/createroom", {
|
||||||
gameType,
|
gameType,
|
||||||
@@ -306,12 +351,12 @@ export const startRoomAPI = (number) => {
|
|||||||
return request("POST", "/user/room/start", {number});
|
return request("POST", "/user/room/start", {number});
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getPractiseResultListAPI = async (page = 1, page_size = 15) => {
|
export const getPractiseResultListAPI = async (page = 1, pageSize = 15) => {
|
||||||
const reuslt = await request(
|
const result = await request(
|
||||||
"GET",
|
"GET",
|
||||||
`/user/practice/list?page=${page}&page_size=${page_size}`
|
`/user/practice/mylist?page=${page}&pageSize=${pageSize}&status=0`
|
||||||
);
|
);
|
||||||
return reuslt.list;
|
return Array.isArray(result?.list) ? result.list : [];
|
||||||
};
|
};
|
||||||
|
|
||||||
export const matchGameAPI = (match, gameType, teamSize) => {
|
export const matchGameAPI = (match, gameType, teamSize) => {
|
||||||
@@ -366,6 +411,17 @@ export const createOrderAPI = (vipId) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const virtualPayOrderAPI = (vipId = 0, code = "") => {
|
||||||
|
return request("POST", "/user/virtualPay/createOrder", {
|
||||||
|
vipId,
|
||||||
|
code,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
export const getOrderDetailAPI = (orderId) => {
|
||||||
|
return request("GET", `/user/order/detail?orderId=${encodeURIComponent(orderId)}`);
|
||||||
|
};
|
||||||
|
|
||||||
export const payOrderAPI = (id) => {
|
export const payOrderAPI = (id) => {
|
||||||
return request("POST", "/user/order/pay", {
|
return request("POST", "/user/order/pay", {
|
||||||
id,
|
id,
|
||||||
@@ -440,6 +496,15 @@ export const getPractiseDataAPI = async () => {
|
|||||||
return request("GET", "/user/practice/statistics");
|
return request("GET", "/user/practice/statistics");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const getPersonalTrainingAPI = async () => {
|
||||||
|
return request("GET", "/personal/training");
|
||||||
|
};
|
||||||
|
|
||||||
|
export const getTrainingDifficultyListAPI = async (type) => {
|
||||||
|
const query = type ? `?type=${encodeURIComponent(type)}` : "";
|
||||||
|
return request("GET", `/training/difficulty/list${query}`);
|
||||||
|
};
|
||||||
|
|
||||||
export const getBattleDataAPI = async () => {
|
export const getBattleDataAPI = async () => {
|
||||||
return request("GET", "/user/fight/statistics");
|
return request("GET", "/user/fight/statistics");
|
||||||
};
|
};
|
||||||
@@ -470,6 +535,25 @@ export const laserAimAPI = async () => {
|
|||||||
return request("POST", "/user/device/laserAim");
|
return request("POST", "/user/device/laserAim");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// 调瞄续期只负责发送请求,不等待或处理响应,避免阻塞下一次续期。
|
||||||
|
export const aimRenewAPI = () => {
|
||||||
|
const token = uni.getStorageSync(
|
||||||
|
`${uni.getAccountInfoSync().miniProgram.envVersion}_token`
|
||||||
|
);
|
||||||
|
const header = {};
|
||||||
|
if (token) header.Authorization = `Bearer ${token}`;
|
||||||
|
|
||||||
|
uni.request({
|
||||||
|
url: `${BASE_URL}/user/device/aimRenew`,
|
||||||
|
method: "POST",
|
||||||
|
header,
|
||||||
|
data: {},
|
||||||
|
timeout: 10000,
|
||||||
|
success: () => {},
|
||||||
|
fail: () => {},
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
export const laserCloseAPI = async () => {
|
export const laserCloseAPI = async () => {
|
||||||
return request("POST", "/user/device/closeAim");
|
return request("POST", "/user/device/closeAim");
|
||||||
};
|
};
|
||||||
@@ -510,6 +594,10 @@ export const getPhoneNumberAPI = (data) => {
|
|||||||
return request("POST", "/index/getPhone", data);
|
return request("POST", "/index/getPhone", data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const getPhoneNumberAPIv2 = (data) => {
|
||||||
|
return request("POST", "/index/getPhone/v2", data);
|
||||||
|
};
|
||||||
|
|
||||||
export const getPointBookRankListAPI = (page = 1) => {
|
export const getPointBookRankListAPI = (page = 1) => {
|
||||||
return request(
|
return request(
|
||||||
"GET",
|
"GET",
|
||||||
@@ -538,9 +626,10 @@ export const getReadyAPI = (roomId) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const getBattleAPI = async (battleId) => {
|
export const getBattleAPI = async (battleId) => {
|
||||||
return request("POST", "/user/match/info", {
|
const result = await request("POST", "/user/match/info", {
|
||||||
id: battleId,
|
id: battleId,
|
||||||
});
|
});
|
||||||
|
return normalizeBattleApiResult(result);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const kickPlayerAPI = (number, userId) => {
|
export const kickPlayerAPI = (number, userId) => {
|
||||||
|
|||||||
+427
-245
@@ -4,6 +4,10 @@ export const AUDIO_INTERRUPTION_END_EVENT = "audio-interruption-end";
|
|||||||
export const audioFils = {
|
export const audioFils = {
|
||||||
tententen: "https://static.shelingxingqiu.com/shootmini/static/audio/tententen.mp3",
|
tententen: "https://static.shelingxingqiu.com/shootmini/static/audio/tententen.mp3",
|
||||||
点击按钮: "https://static.shelingxingqiu.com/shootmini/static/audio/%E7%82%B9%E5%87%BB%E6%8C%89%E9%92%AE.mp3",
|
点击按钮: "https://static.shelingxingqiu.com/shootmini/static/audio/%E7%82%B9%E5%87%BB%E6%8C%89%E9%92%AE.mp3",
|
||||||
|
设备连接已断开:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E8%AE%BE%E5%A4%87%E8%BF%9E%E6%8E%A5%E5%B7%B2%E6%96%AD%E5%BC%80.MP3",
|
||||||
|
设备已连接:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E8%AE%BE%E5%A4%87%E5%B7%B2%E8%BF%9E%E6%8E%A5.MP3",
|
||||||
"20CM全环靶": "https://static.shelingxingqiu.com/shootmini/static/audio/20CM%E5%85%A8%E7%8E%AF%E9%9D%B6-%E6%97%A0%E6%95%88.mp3",
|
"20CM全环靶": "https://static.shelingxingqiu.com/shootmini/static/audio/20CM%E5%85%A8%E7%8E%AF%E9%9D%B6-%E6%97%A0%E6%95%88.mp3",
|
||||||
"40CM全环靶": "https://static.shelingxingqiu.com/shootmini/static/audio/40CM%E5%85%A8%E7%8E%AF%E9%9D%B6-%E6%97%A0%E6%95%88.mp3",
|
"40CM全环靶": "https://static.shelingxingqiu.com/shootmini/static/audio/40CM%E5%85%A8%E7%8E%AF%E9%9D%B6-%E6%97%A0%E6%95%88.mp3",
|
||||||
// 激光已校准:
|
// 激光已校准:
|
||||||
@@ -16,6 +20,8 @@ export const audioFils = {
|
|||||||
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutwrda0amn5kqr4j.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutwrda0amn5kqr4j.mp3",
|
||||||
距离不足:
|
距离不足:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-11-12/de6hr2faw28t0ianh0.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-11-12/de6hr2faw28t0ianh0.mp3",
|
||||||
|
"未发现靶纸,请瞄准靶纸射箭":
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E6%9C%AA%E5%8F%91%E7%8E%B0%E9%9D%B6%E7%BA%B8%EF%BC%8C%E8%AF%B7%E7%9E%84%E5%87%86%E9%9D%B6%E7%BA%B8%E5%B0%84%E7%AE%AD.MP3",
|
||||||
轮到你了:
|
轮到你了:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutzdrn4lxcpv8aqr.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutzdrn4lxcpv8aqr.mp3",
|
||||||
第一轮:
|
第一轮:
|
||||||
@@ -40,10 +46,18 @@ export const audioFils = {
|
|||||||
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutya59b6pu0ur4um.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutya59b6pu0ur4um.mp3",
|
||||||
比赛开始:
|
比赛开始:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcuu5z3a3lumkutske.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcuu5z3a3lumkutske.mp3",
|
||||||
|
下半场开始:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E4%B8%8B%E5%8D%8A%E5%9C%BA%E5%BC%80%E5%A7%8B.mp3",
|
||||||
请开始射击:
|
请开始射击:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutzdrl5u0iromqhf.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-09-17/dcutzdrl5u0iromqhf.mp3",
|
||||||
射击无效:
|
射击无效:
|
||||||
"https://static.shelingxingqiu.com/shootmini/static/audio/%E5%B0%84%E7%AE%AD%E6%97%A0%E6%95%88%E6%A3%80%E6%9F%A5%E8%B7%9D%E7%A6%BB%E5%92%8C%E9%9D%B6%E7%BA%B8.mp3",
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E5%B0%84%E7%AE%AD%E6%97%A0%E6%95%88%E6%A3%80%E6%9F%A5%E8%B7%9D%E7%A6%BB%E5%92%8C%E9%9D%B6%E7%BA%B8.mp3",
|
||||||
|
"射箭无效,距离不足":
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E5%B0%84%E7%AE%AD%E6%97%A0%E6%95%88%EF%BC%8C%E8%B7%9D%E7%A6%BB%E4%B8%8D%E8%B6%B3.MP3",
|
||||||
|
"射箭无效,未识别到靶纸":
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E5%B0%84%E7%AE%AD%E6%97%A0%E6%95%88%EF%BC%8C%E6%9C%AA%E8%AF%86%E5%88%AB%E5%88%B0%E9%9D%B6%E7%BA%B8.MP3",
|
||||||
|
"射箭无效,靶纸错误":
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E5%B0%84%E7%AE%AD%E6%97%A0%E6%95%88%EF%BC%8C%E9%9D%B6%E7%BA%B8%E9%94%99%E8%AF%AF.mp3.MP3",
|
||||||
未上靶:
|
未上靶:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-11-12/de6n45o3tsm1v4unam.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-11-12/de6n45o3tsm1v4unam.mp3",
|
||||||
"1环":
|
"1环":
|
||||||
@@ -87,12 +101,45 @@ export const audioFils = {
|
|||||||
"https://static.shelingxingqiu.com/attachment/2025-11-13/de7kzzllq0futwynso.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-11-13/de7kzzllq0futwynso.mp3",
|
||||||
练习开始:
|
练习开始:
|
||||||
"https://static.shelingxingqiu.com/attachment/2025-11-14/de88w0lmmt43nnfmoi.mp3",
|
"https://static.shelingxingqiu.com/attachment/2025-11-14/de88w0lmmt43nnfmoi.mp3",
|
||||||
|
练习结束:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/audio/%E7%BB%83%E4%B9%A0%E7%BB%93%E6%9D%9F.mp3",
|
||||||
射箭声音:
|
射箭声音:
|
||||||
"https://static.shelingxingqiu.com/shootaudio/v4/v4/%E7%AE%AD%E9%A3%9E%E8%A1%8C.mp3",
|
"https://static.shelingxingqiu.com/shootaudio/v4/v4/%E7%AE%AD%E9%A3%9E%E8%A1%8C.mp3",
|
||||||
命中:
|
命中:
|
||||||
"https://static.shelingxingqiu.com/shootaudio/%E5%91%BD%E4%B8%AD.mp3"
|
"https://static.shelingxingqiu.com/shootaudio/%E5%91%BD%E4%B8%AD.mp3"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const AUDIO_LOAD_TIMEOUT_MS = 5000;
|
||||||
|
const AUDIO_WARM_CONCURRENCY = 3;
|
||||||
|
const AUDIO_WARM_RETRIES = 1;
|
||||||
|
const AUDIO_INSTANCE_LIMIT = 24;
|
||||||
|
const AUDIO_QUEUE_COMPACT_THRESHOLD = 12;
|
||||||
|
const AUDIO_WARM_PRIORITY_KEYS = [
|
||||||
|
"点击按钮",
|
||||||
|
"设备连接已断开",
|
||||||
|
"设备已连接",
|
||||||
|
"比赛开始",
|
||||||
|
"练习开始",
|
||||||
|
"练习结束",
|
||||||
|
"请开始射击",
|
||||||
|
"轮到你了",
|
||||||
|
"比赛结束",
|
||||||
|
"射击无效",
|
||||||
|
"射箭无效,距离不足",
|
||||||
|
"射箭无效,未识别到靶纸",
|
||||||
|
"射箭无效,靶纸错误",
|
||||||
|
"中场休息",
|
||||||
|
"下半场开始",
|
||||||
|
"决金箭轮",
|
||||||
|
"请蓝方射箭",
|
||||||
|
"请红方射箭",
|
||||||
|
"距离合格",
|
||||||
|
"距离不足",
|
||||||
|
"未发现靶纸,请瞄准靶纸射箭",
|
||||||
|
"未上靶",
|
||||||
|
"X环",
|
||||||
|
];
|
||||||
|
|
||||||
// 版本控制日志函数
|
// 版本控制日志函数
|
||||||
function debugLog(...args) {
|
function debugLog(...args) {
|
||||||
// 获取当前环境信息
|
// 获取当前环境信息
|
||||||
@@ -109,18 +156,17 @@ class AudioManager {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.audioMap = new Map();
|
this.audioMap = new Map();
|
||||||
this.currentPlayingKey = null;
|
this.currentPlayingKey = null;
|
||||||
this.maxRetries = 3;
|
|
||||||
// 多轮统一重试:最多重试的轮次与每轮间隔
|
|
||||||
this.maxRetryRounds = 10;
|
|
||||||
this.retryRoundIntervalMs = 1500;
|
|
||||||
// 显式授权播放标记,防止 iOS 在设置 src 后误播
|
// 显式授权播放标记,防止 iOS 在设置 src 后误播
|
||||||
this.allowPlayMap = new Map();
|
this.allowPlayMap = new Map();
|
||||||
|
|
||||||
// 串行加载相关属性
|
// 后台预热与单条加载状态
|
||||||
this.audioKeys = [];
|
|
||||||
this.currentLoadingIndex = 0;
|
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.loadingPromise = null;
|
this.loadingKeyPromises = new Map();
|
||||||
|
this.pendingPlayKeys = new Set();
|
||||||
|
this.cacheWritePromises = new Map();
|
||||||
|
this.audioLastUsedAt = new Map();
|
||||||
|
this.warmPriorityPromise = null;
|
||||||
|
this.warmAllPromise = null;
|
||||||
|
|
||||||
// 连续播放队列相关属性
|
// 连续播放队列相关属性
|
||||||
this.sequenceQueue = [];
|
this.sequenceQueue = [];
|
||||||
@@ -139,19 +185,14 @@ class AudioManager {
|
|||||||
// 静音开关
|
// 静音开关
|
||||||
this.isMuted = false;
|
this.isMuted = false;
|
||||||
this.pendingPlayKey = null;
|
this.pendingPlayKey = null;
|
||||||
// 新增:就绪状态映射
|
|
||||||
this.readyMap = new Map();
|
this.readyMap = new Map();
|
||||||
// 新增:首轮失败的音频集合与重试阶段标识
|
// 加载代数,用于 reloadAll 时作废旧的异步加载
|
||||||
this.failedLoadKeys = new Set();
|
|
||||||
// 加载代数,用于 reloadAll 时作废旧的加载循环
|
|
||||||
this.loadGeneration = 0;
|
this.loadGeneration = 0;
|
||||||
// 本地路径缓存 Map: { url: localPath }
|
// 本地路径缓存 Map: { url: localPath }
|
||||||
this.localFileCache = uni.getStorageSync("audio_local_files") || {};
|
this.localFileCache = uni.getStorageSync("audio_local_files") || {};
|
||||||
// 启动时自动清理过期的缓存文件(URL 已不在 audioFils 中的文件)
|
// 启动时自动清理过期的缓存文件(URL 已不在 audioFils 中的文件)
|
||||||
this.cleanObsoleteCache();
|
this.cleanObsoleteCache();
|
||||||
this.bindAudioInterruptionEvents();
|
this.bindAudioInterruptionEvents();
|
||||||
|
|
||||||
this.initAudios();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bindAudioInterruptionEvents() {
|
bindAudioInterruptionEvents() {
|
||||||
@@ -215,128 +256,199 @@ class AudioManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 初始化音频(两阶段:首轮串行加载全部,次轮仅串行加载失败项一次)
|
getWarmupKeys() {
|
||||||
initAudios() {
|
return Array.from(new Set(AUDIO_WARM_PRIORITY_KEYS));
|
||||||
if (this.isLoading) {
|
|
||||||
debugLog("音频正在加载中,跳过重复初始化");
|
|
||||||
return this.loadingPromise;
|
|
||||||
}
|
|
||||||
debugLog("开始串行加载音频...");
|
|
||||||
this.isLoading = true;
|
|
||||||
this.audioKeys = Object.keys(audioFils);
|
|
||||||
this.currentLoadingIndex = 0;
|
|
||||||
this.failedLoadKeys.clear();
|
|
||||||
|
|
||||||
// 增加代数,使得旧的加载循环失效
|
|
||||||
this.loadGeneration = (this.loadGeneration || 0) + 1;
|
|
||||||
const currentGen = this.loadGeneration;
|
|
||||||
|
|
||||||
this.loadingPromise = new Promise((resolve) => {
|
|
||||||
const finalize = () => {
|
|
||||||
if (currentGen !== this.loadGeneration) return;
|
|
||||||
const runRounds = (round) => {
|
|
||||||
if (currentGen !== this.loadGeneration) return;
|
|
||||||
// 达到最大轮次或没有失败项,收尾
|
|
||||||
if (this.failedLoadKeys.size === 0 || round > this.maxRetryRounds) {
|
|
||||||
this.isLoading = false;
|
|
||||||
resolve();
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const retryKeys = Array.from(this.failedLoadKeys);
|
getAllAudioKeys() {
|
||||||
this.failedLoadKeys.clear();
|
return Object.keys(audioFils);
|
||||||
debugLog(`开始第 ${round} 轮串行加载,共 ${retryKeys.length} 个`);
|
|
||||||
|
|
||||||
this.loadKeysSequentially(
|
|
||||||
retryKeys,
|
|
||||||
() => {
|
|
||||||
if (currentGen !== this.loadGeneration) return;
|
|
||||||
// 如仍有失败项,继续下一轮;否则结束
|
|
||||||
if (this.failedLoadKeys.size > 0 && round < this.maxRetryRounds) {
|
|
||||||
setTimeout(
|
|
||||||
() => runRounds(round + 1),
|
|
||||||
this.retryRoundIntervalMs
|
|
||||||
);
|
|
||||||
} else {
|
|
||||||
this.isLoading = false;
|
|
||||||
resolve();
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
currentGen
|
touchAudioKey(key) {
|
||||||
);
|
this.audioLastUsedAt.set(key, Date.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
destroyAudioInstance(key) {
|
||||||
|
const audio = this.audioMap.get(key);
|
||||||
|
if (!audio) return false;
|
||||||
|
|
||||||
|
this.clearPlayWatchdog(key);
|
||||||
|
this.audioMap.delete(key);
|
||||||
|
this.readyMap.delete(key);
|
||||||
|
this.allowPlayMap.delete(key);
|
||||||
|
this.audioLastUsedAt.delete(key);
|
||||||
|
try {
|
||||||
|
audio.destroy();
|
||||||
|
} catch (_) {}
|
||||||
|
// destroy 可能同步触发 onStop,最后再清一次对应状态。
|
||||||
|
this.allowPlayMap.delete(key);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
pruneAudioInstances(preserveKey) {
|
||||||
|
while (this.audioMap.size >= AUDIO_INSTANCE_LIMIT) {
|
||||||
|
const candidate = Array.from(this.audioMap.keys())
|
||||||
|
.filter(
|
||||||
|
(key) =>
|
||||||
|
key !== preserveKey &&
|
||||||
|
key !== this.currentPlayingKey &&
|
||||||
|
!this.loadingKeyPromises.has(key)
|
||||||
|
)
|
||||||
|
.sort(
|
||||||
|
(left, right) =>
|
||||||
|
(this.audioLastUsedAt.get(left) || 0) -
|
||||||
|
(this.audioLastUsedAt.get(right) || 0)
|
||||||
|
)[0];
|
||||||
|
if (!candidate || !this.destroyAudioInstance(candidate)) return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
compactSequenceQueue(force = false) {
|
||||||
|
if (!this.isSequenceRunning || this.sequenceIndex <= 0) return;
|
||||||
|
if (!force && this.sequenceIndex < AUDIO_QUEUE_COMPACT_THRESHOLD) return;
|
||||||
|
this.sequenceQueue = this.sequenceQueue.slice(this.sequenceIndex);
|
||||||
|
this.sequenceIndex = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
getRuntimeStats() {
|
||||||
|
return {
|
||||||
|
audioInstanceCount: this.audioMap.size,
|
||||||
|
loadingAudioCount: this.loadingKeyPromises.size,
|
||||||
|
pendingPlayCount: this.pendingPlayKeys.size,
|
||||||
|
sequenceQueueLength: this.isSequenceRunning
|
||||||
|
? Math.max(this.sequenceQueue.length - this.sequenceIndex, 0)
|
||||||
|
: 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
// 启动第 1 轮重试(如有失败项)
|
|
||||||
runRounds(1);
|
|
||||||
};
|
|
||||||
this.loadNextAudio(finalize, currentGen);
|
|
||||||
});
|
|
||||||
return this.loadingPromise;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 按自定义列表串行加载音频(避免并发过多)
|
ensureAudio(key) {
|
||||||
loadKeysSequentially(keys, onComplete, gen) {
|
if (!audioFils[key]) return Promise.resolve(false);
|
||||||
if (gen !== undefined && gen !== this.loadGeneration) return;
|
if (this.readyMap.get(key) && this.audioMap.has(key)) {
|
||||||
let idx = 0;
|
this.touchAudioKey(key);
|
||||||
const list = Array.from(keys);
|
return Promise.resolve(true);
|
||||||
const next = () => {
|
|
||||||
if (gen !== undefined && gen !== this.loadGeneration) return;
|
|
||||||
if (idx >= list.length) {
|
|
||||||
if (onComplete) onComplete();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const k = list[idx++];
|
|
||||||
|
|
||||||
// 已就绪的音频不再重载,避免把 ready 状态重置为 false
|
|
||||||
if (this.readyMap.get(k)) {
|
|
||||||
setTimeout(next, 50);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 未就绪:已存在则重载;不存在则创建
|
const loadingPromise = this.loadingKeyPromises.get(key);
|
||||||
if (this.audioMap.has(k)) {
|
if (loadingPromise) return loadingPromise;
|
||||||
this.retryLoadAudio(k);
|
|
||||||
setTimeout(next, 100);
|
|
||||||
} else {
|
|
||||||
this.createAudio(k, () => {
|
|
||||||
setTimeout(next, 100);
|
|
||||||
});
|
|
||||||
return; // createAudio 内部会触发 next
|
|
||||||
}
|
|
||||||
};
|
|
||||||
next();
|
|
||||||
}
|
|
||||||
|
|
||||||
// 串行加载下一个音频(首轮)
|
let promise;
|
||||||
loadNextAudio(onComplete, gen) {
|
promise = new Promise((resolve) => {
|
||||||
if (gen !== undefined && gen !== this.loadGeneration) return;
|
try {
|
||||||
if (this.currentLoadingIndex >= this.audioKeys.length) {
|
|
||||||
debugLog("首轮加载遍历完成", this.currentLoadingIndex);
|
|
||||||
if (onComplete) onComplete();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
const key = this.audioKeys[this.currentLoadingIndex];
|
|
||||||
debugLog(
|
|
||||||
`开始加载音频 ${this.currentLoadingIndex + 1}/${
|
|
||||||
this.audioKeys.length
|
|
||||||
}: ${key}`
|
|
||||||
);
|
|
||||||
this.createAudio(key, () => {
|
this.createAudio(key, () => {
|
||||||
setTimeout(() => {
|
resolve(this.readyMap.get(key) === true && this.audioMap.has(key));
|
||||||
this.loadNextAudio(onComplete, gen);
|
|
||||||
}, 100);
|
|
||||||
});
|
});
|
||||||
|
} catch (error) {
|
||||||
|
debugLog(`音频 ${key} 创建失败`, error);
|
||||||
|
resolve(false);
|
||||||
|
}
|
||||||
|
}).finally(() => {
|
||||||
|
if (this.loadingKeyPromises.get(key) === promise) {
|
||||||
|
this.loadingKeyPromises.delete(key);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
this.loadingKeyPromises.set(key, promise);
|
||||||
|
return promise;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 创建单个音频实例(支持本地缓存)
|
async warmKeys(
|
||||||
createAudio(key, callback) {
|
keys,
|
||||||
this.currentLoadingIndex++;
|
{ concurrency = AUDIO_WARM_CONCURRENCY, retries = AUDIO_WARM_RETRIES } = {}
|
||||||
const src = audioFils[key];
|
) {
|
||||||
|
const queue = Array.from(new Set(keys)).filter((key) => !!audioFils[key]);
|
||||||
|
if (!queue.length) return;
|
||||||
|
|
||||||
const setupAudio = (realSrc) => {
|
let index = 0;
|
||||||
|
const worker = async () => {
|
||||||
|
while (index < queue.length) {
|
||||||
|
const key = queue[index++];
|
||||||
|
let ready = await this.ensureAudio(key);
|
||||||
|
for (let attempt = 0; !ready && attempt < retries; attempt += 1) {
|
||||||
|
ready = await this.retryLoadAudio(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const workerCount = Math.min(Math.max(1, concurrency), queue.length);
|
||||||
|
await Promise.all(Array.from({ length: workerCount }, () => worker()));
|
||||||
|
}
|
||||||
|
|
||||||
|
warmButton() {
|
||||||
|
return this.warmKeys(["点击按钮"], { concurrency: 1, retries: 1 });
|
||||||
|
}
|
||||||
|
|
||||||
|
warmCommon() {
|
||||||
|
if (this.warmPriorityPromise) return this.warmPriorityPromise;
|
||||||
|
|
||||||
|
debugLog("开始后台预热常用语音");
|
||||||
|
this.isLoading = true;
|
||||||
|
this.warmPriorityPromise = this.warmKeys(this.getWarmupKeys())
|
||||||
|
.catch((error) => {
|
||||||
|
debugLog("常用语音预热异常", error);
|
||||||
|
})
|
||||||
|
.finally(() => {
|
||||||
|
this.isLoading = false;
|
||||||
|
debugLog("常用语音预热结束", this.getRuntimeStats());
|
||||||
|
});
|
||||||
|
return this.warmPriorityPromise;
|
||||||
|
}
|
||||||
|
|
||||||
|
warmAll() {
|
||||||
|
if (this.warmAllPromise) return this.warmAllPromise;
|
||||||
|
|
||||||
|
debugLog("音频测试页开始遍历全部语音");
|
||||||
|
this.isLoading = true;
|
||||||
|
this.warmAllPromise = this.warmKeys(this.getAllAudioKeys())
|
||||||
|
.catch((error) => {
|
||||||
|
debugLog("全部语音遍历异常", error);
|
||||||
|
})
|
||||||
|
.finally(() => {
|
||||||
|
this.isLoading = false;
|
||||||
|
debugLog("全部语音遍历结束", this.getRuntimeStats());
|
||||||
|
});
|
||||||
|
return this.warmAllPromise;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 音频测试页保留全量遍历;实例池会及时淘汰旧实例,避免同时常驻全部语音。
|
||||||
|
initAudios() {
|
||||||
|
return this.warmAll();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 创建单个音频实例:缓存命中优先使用,未命中直接使用 CDN。
|
||||||
|
createAudio(key, callback) {
|
||||||
|
const src = audioFils[key];
|
||||||
|
const generation = this.loadGeneration;
|
||||||
|
let completed = false;
|
||||||
|
|
||||||
|
const complete = () => {
|
||||||
|
if (completed) return;
|
||||||
|
completed = true;
|
||||||
|
if (callback) callback();
|
||||||
|
};
|
||||||
|
|
||||||
|
if (!src) {
|
||||||
|
complete();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const existingAudio = this.audioMap.get(key);
|
||||||
|
if (existingAudio && !this.readyMap.get(key)) {
|
||||||
|
try {
|
||||||
|
existingAudio.destroy();
|
||||||
|
} catch (_) {}
|
||||||
|
this.audioMap.delete(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
const isCurrentGeneration = () => generation === this.loadGeneration;
|
||||||
|
|
||||||
|
const setupAudio = (realSrc, resumeAfterReady = false) => {
|
||||||
|
if (!isCurrentGeneration()) {
|
||||||
|
complete();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.pruneAudioInstances(key);
|
||||||
const audio = uni.createInnerAudioContext();
|
const audio = uni.createInnerAudioContext();
|
||||||
audio.autoplay = false;
|
audio.autoplay = false;
|
||||||
audio.src = realSrc;
|
|
||||||
try {
|
try {
|
||||||
if (typeof audio.volume === "number") {
|
if (typeof audio.volume === "number") {
|
||||||
audio.volume = this.isMuted ? 0 : 1;
|
audio.volume = this.isMuted ? 0 : 1;
|
||||||
@@ -346,6 +458,7 @@ class AudioManager {
|
|||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
this.allowPlayMap.set(key, false);
|
this.allowPlayMap.set(key, false);
|
||||||
audio.onPlay(() => {
|
audio.onPlay(() => {
|
||||||
|
if (this.audioMap.get(key) !== audio) return;
|
||||||
if (!this.allowPlayMap.get(key)) {
|
if (!this.allowPlayMap.get(key)) {
|
||||||
try {
|
try {
|
||||||
audio.stop();
|
audio.stop();
|
||||||
@@ -353,66 +466,105 @@ class AudioManager {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const loadTimeout = setTimeout(() => {
|
let loadTimeout = null;
|
||||||
debugLog(`音频 ${key} 加载超时`);
|
let readyHandled = false;
|
||||||
this.recordLoadFailure(key);
|
const clearLoadTimeout = () => {
|
||||||
|
if (!loadTimeout) return;
|
||||||
|
clearTimeout(loadTimeout);
|
||||||
|
loadTimeout = null;
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleLoadFailure = (message) => {
|
||||||
|
if (this.audioMap.get(key) !== audio) return;
|
||||||
|
clearLoadTimeout();
|
||||||
|
debugLog(`音频 ${key} ${message}`);
|
||||||
|
|
||||||
|
const isLocalCache =
|
||||||
|
realSrc !== src && this.localFileCache[src] === realSrc;
|
||||||
|
const shouldResume =
|
||||||
|
this.allowPlayMap.get(key) === true || this.currentPlayingKey === key;
|
||||||
|
const shouldResumeDirectly = shouldResume && completed;
|
||||||
|
|
||||||
|
this.clearPlayWatchdog(key);
|
||||||
|
this.allowPlayMap.set(key, false);
|
||||||
|
if (this.currentPlayingKey === key) {
|
||||||
|
this.currentPlayingKey = null;
|
||||||
|
}
|
||||||
|
if (this.lastPlayKey === key) {
|
||||||
|
this.lastPlayKey = null;
|
||||||
|
this.lastPlayAt = 0;
|
||||||
|
}
|
||||||
|
this.readyMap.set(key, false);
|
||||||
this.audioMap.delete(key);
|
this.audioMap.delete(key);
|
||||||
|
this.audioLastUsedAt.delete(key);
|
||||||
try {
|
try {
|
||||||
audio.destroy();
|
audio.destroy();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
|
|
||||||
|
if (isLocalCache && isCurrentGeneration()) {
|
||||||
|
debugLog(`本地缓存失效,立即切换 CDN: ${key}`);
|
||||||
|
delete this.localFileCache[src];
|
||||||
|
uni.setStorageSync("audio_local_files", this.localFileCache);
|
||||||
|
uni.removeSavedFile({ filePath: realSrc });
|
||||||
|
setupAudio(src, shouldResumeDirectly);
|
||||||
|
void this.cacheRemoteFile(src, key);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
this.finishPlayback(key, {
|
this.finishPlayback(key, {
|
||||||
advanceSequence: true,
|
advanceSequence: true,
|
||||||
emitEnded: true,
|
emitEnded: true,
|
||||||
});
|
});
|
||||||
if (callback) callback();
|
complete();
|
||||||
}, 10000);
|
};
|
||||||
|
|
||||||
|
loadTimeout = setTimeout(() => {
|
||||||
|
handleLoadFailure("加载超时");
|
||||||
|
}, AUDIO_LOAD_TIMEOUT_MS);
|
||||||
|
|
||||||
audio.onCanplay(() => {
|
audio.onCanplay(() => {
|
||||||
|
if (this.audioMap.get(key) !== audio) return;
|
||||||
|
if (readyHandled) return;
|
||||||
|
readyHandled = true;
|
||||||
|
if (!isCurrentGeneration()) {
|
||||||
|
clearLoadTimeout();
|
||||||
|
this.audioMap.delete(key);
|
||||||
|
this.audioLastUsedAt.delete(key);
|
||||||
|
try {
|
||||||
|
audio.destroy();
|
||||||
|
} catch (_) {}
|
||||||
|
complete();
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (!this.allowPlayMap.get(key)) {
|
if (!this.allowPlayMap.get(key)) {
|
||||||
try {
|
try {
|
||||||
audio.pause();
|
audio.pause();
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
}
|
}
|
||||||
clearTimeout(loadTimeout);
|
clearLoadTimeout();
|
||||||
this.readyMap.set(key, true);
|
this.readyMap.set(key, true);
|
||||||
this.failedLoadKeys.delete(key);
|
|
||||||
// debugLog(`音频 ${key} 已加载完成`, this.getLoadProgress());
|
|
||||||
uni.$emit("audioLoaded", key);
|
uni.$emit("audioLoaded", key);
|
||||||
const loadedAudioKeys = uni.getStorageSync("loadedAudioKeys") || {};
|
const loadedAudioKeys = uni.getStorageSync("loadedAudioKeys") || {};
|
||||||
loadedAudioKeys[key] = true;
|
loadedAudioKeys[key] = true;
|
||||||
uni.setStorageSync("loadedAudioKeys", loadedAudioKeys);
|
uni.setStorageSync("loadedAudioKeys", loadedAudioKeys);
|
||||||
if (callback) callback();
|
complete();
|
||||||
|
|
||||||
|
if (resumeAfterReady) {
|
||||||
|
setTimeout(() => {
|
||||||
|
const isSequenceCurrent =
|
||||||
|
this.isSequenceRunning &&
|
||||||
|
this.sequenceQueue[this.sequenceIndex] === key;
|
||||||
|
if (isSequenceCurrent) this._playSingle(key, false);
|
||||||
|
}, 0);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
audio.onError((res) => {
|
audio.onError((res) => {
|
||||||
clearTimeout(loadTimeout);
|
handleLoadFailure(`加载失败:${res.errMsg || "unknown"}`);
|
||||||
debugLog(`音频 ${key} 加载失败:`, res.errMsg);
|
|
||||||
// 如果是本地文件加载失败,可能是文件损坏,清除缓存以便下次重新下载
|
|
||||||
if (realSrc !== src && this.localFileCache[src] === realSrc) {
|
|
||||||
debugLog(`本地缓存失效,移除记录: ${key}`);
|
|
||||||
delete this.localFileCache[src];
|
|
||||||
uni.setStorageSync("audio_local_files", this.localFileCache);
|
|
||||||
// 移除文件
|
|
||||||
uni.removeSavedFile({ filePath: realSrc });
|
|
||||||
}
|
|
||||||
this.recordLoadFailure(key);
|
|
||||||
this.audioMap.delete(key);
|
|
||||||
try {
|
|
||||||
audio.destroy();
|
|
||||||
} catch (_) {}
|
|
||||||
this.finishPlayback(key, {
|
|
||||||
advanceSequence: true,
|
|
||||||
emitEnded: true,
|
|
||||||
});
|
|
||||||
if (this.readyMap.get(key)) {
|
|
||||||
// 这里不要去除,不然检查进度的时候由于没有重新加载而进度卡住,等播放失败的时候会重新加载
|
|
||||||
// this.readyMap.set(key, false);
|
|
||||||
} else {
|
|
||||||
if (callback) callback();
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
audio.onEnded(() => {
|
audio.onEnded(() => {
|
||||||
|
if (this.audioMap.get(key) !== audio) return;
|
||||||
this.finishPlayback(key, {
|
this.finishPlayback(key, {
|
||||||
advanceSequence: true,
|
advanceSequence: true,
|
||||||
emitEnded: true,
|
emitEnded: true,
|
||||||
@@ -420,62 +572,84 @@ class AudioManager {
|
|||||||
});
|
});
|
||||||
|
|
||||||
audio.onStop(() => {
|
audio.onStop(() => {
|
||||||
|
if (this.audioMap.get(key) !== audio) return;
|
||||||
this.finishPlayback(key);
|
this.finishPlayback(key);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.audioMap.set(key, audio);
|
this.audioMap.set(key, audio);
|
||||||
|
this.touchAudioKey(key);
|
||||||
|
audio.src = realSrc;
|
||||||
};
|
};
|
||||||
|
|
||||||
// 检查是否有可用的本地缓存
|
// 检查是否有可用的本地缓存
|
||||||
this.checkLocalFile(src).then((localPath) => {
|
this.checkLocalFile(src).then((localPath) => {
|
||||||
|
if (!isCurrentGeneration()) {
|
||||||
|
complete();
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (localPath) {
|
if (localPath) {
|
||||||
debugLog(`命中本地缓存: ${key}`);
|
debugLog(`命中本地缓存: ${key}`);
|
||||||
setupAudio(localPath);
|
setupAudio(localPath);
|
||||||
} else {
|
} else {
|
||||||
// 下载并尝试保存
|
setupAudio(src);
|
||||||
|
void this.cacheRemoteFile(src, key);
|
||||||
|
}
|
||||||
|
}).catch(() => {
|
||||||
|
setupAudio(src);
|
||||||
|
void this.cacheRemoteFile(src, key);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
cacheRemoteFile(url, key) {
|
||||||
|
if (this.localFileCache[url]) return Promise.resolve(true);
|
||||||
|
const currentPromise = this.cacheWritePromises.get(url);
|
||||||
|
if (currentPromise) return currentPromise;
|
||||||
|
|
||||||
|
let promise;
|
||||||
|
promise = new Promise((resolve) => {
|
||||||
|
if (typeof uni.downloadFile !== "function") {
|
||||||
|
resolve(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
uni.downloadFile({
|
uni.downloadFile({
|
||||||
url: src,
|
url,
|
||||||
timeout: 20000,
|
timeout: 20000,
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
if (res.tempFilePath) {
|
if (!res.tempFilePath) {
|
||||||
// 尝试保存文件到本地存储(持久化)
|
resolve(false);
|
||||||
uni.getFileSystemManager().saveFile({
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let fileSystemManager;
|
||||||
|
try {
|
||||||
|
fileSystemManager = uni.getFileSystemManager();
|
||||||
|
} catch (_) {
|
||||||
|
resolve(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
fileSystemManager.saveFile({
|
||||||
tempFilePath: res.tempFilePath,
|
tempFilePath: res.tempFilePath,
|
||||||
success: (saveRes) => {
|
success: (saveRes) => {
|
||||||
const savedPath = saveRes.savedFilePath;
|
this.localFileCache[url] = saveRes.savedFilePath;
|
||||||
this.localFileCache[src] = savedPath;
|
|
||||||
uni.setStorageSync("audio_local_files", this.localFileCache);
|
uni.setStorageSync("audio_local_files", this.localFileCache);
|
||||||
debugLog(`音频已缓存到本地: ${key}`);
|
debugLog(`音频已后台缓存到本地: ${key}`);
|
||||||
setupAudio(savedPath);
|
resolve(true);
|
||||||
},
|
},
|
||||||
fail: (err) => {
|
fail: () => resolve(false),
|
||||||
debugLog(
|
|
||||||
`保存音频失败(可能空间不足),使用临时文件: ${key}`,
|
|
||||||
err
|
|
||||||
);
|
|
||||||
setupAudio(res.tempFilePath);
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
this.recordLoadFailure(key);
|
|
||||||
this.finishPlayback(key, {
|
|
||||||
advanceSequence: true,
|
|
||||||
emitEnded: true,
|
|
||||||
});
|
|
||||||
if (callback) callback();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
fail: () => {
|
|
||||||
this.recordLoadFailure(key);
|
|
||||||
this.finishPlayback(key, {
|
|
||||||
advanceSequence: true,
|
|
||||||
emitEnded: true,
|
|
||||||
});
|
|
||||||
if (callback) callback();
|
|
||||||
},
|
},
|
||||||
|
fail: () => resolve(false),
|
||||||
});
|
});
|
||||||
|
}).finally(() => {
|
||||||
|
if (this.cacheWritePromises.get(url) === promise) {
|
||||||
|
this.cacheWritePromises.delete(url);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.cacheWritePromises.set(url, promise);
|
||||||
|
return promise;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检查本地文件是否有效
|
// 检查本地文件是否有效
|
||||||
@@ -502,11 +676,6 @@ class AudioManager {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// 新增:记录失败(首轮与次轮都会用到)
|
|
||||||
recordLoadFailure(key) {
|
|
||||||
this.failedLoadKeys.add(key);
|
|
||||||
}
|
|
||||||
|
|
||||||
clearPlayWatchdog(key) {
|
clearPlayWatchdog(key) {
|
||||||
const timer = this.playWatchdogTimers.get(key);
|
const timer = this.playWatchdogTimers.get(key);
|
||||||
if (timer) {
|
if (timer) {
|
||||||
@@ -610,27 +779,17 @@ class AudioManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reloadAudioKey(key) {
|
reloadAudioKey(key) {
|
||||||
const audio = this.audioMap.get(key);
|
return this.retryLoadAudio(key);
|
||||||
if (audio) {
|
|
||||||
try {
|
|
||||||
audio.destroy();
|
|
||||||
} catch (_) {}
|
|
||||||
this.audioMap.delete(key);
|
|
||||||
}
|
|
||||||
this.readyMap.set(key, false);
|
|
||||||
this.retryLoadAudio(key);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 重新加载音频
|
// 重新加载音频
|
||||||
retryLoadAudio(key) {
|
retryLoadAudio(key) {
|
||||||
this.clearPlayWatchdog(key);
|
const loadingPromise = this.loadingKeyPromises.get(key);
|
||||||
const oldAudio = this.audioMap.get(key);
|
if (loadingPromise) return loadingPromise;
|
||||||
if (oldAudio) {
|
|
||||||
try {
|
this.destroyAudioInstance(key);
|
||||||
oldAudio.destroy();
|
this.readyMap.set(key, false);
|
||||||
} catch (_) {}
|
return this.ensureAudio(key);
|
||||||
}
|
|
||||||
this.createAudio(key);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 播放指定音频或音频数组(数组则按顺序连续播放)
|
// 播放指定音频或音频数组(数组则按顺序连续播放)
|
||||||
@@ -675,7 +834,8 @@ class AudioManager {
|
|||||||
// 不打断当前播放:把新的队列加入到序列中,等待当前播放结束后衔接
|
// 不打断当前播放:把新的队列加入到序列中,等待当前播放结束后衔接
|
||||||
if (this.currentPlayingKey) {
|
if (this.currentPlayingKey) {
|
||||||
if (this.isSequenceRunning) {
|
if (this.isSequenceRunning) {
|
||||||
// 已有序列在跑:直接追加
|
// 已有序列在跑:先移除已消费前缀,再追加待播语音。
|
||||||
|
this.compactSequenceQueue(true);
|
||||||
this.sequenceQueue = this.sequenceQueue.concat(queue);
|
this.sequenceQueue = this.sequenceQueue.concat(queue);
|
||||||
} else {
|
} else {
|
||||||
// 没有序列但当前有正在播放的:以当前为序列的起点
|
// 没有序列但当前有正在播放的:以当前为序列的起点
|
||||||
@@ -684,6 +844,17 @@ class AudioManager {
|
|||||||
this.sequenceIndex = 0;
|
this.sequenceIndex = 0;
|
||||||
// 不触发 _playSingle,等待当前音频自然结束后由 onAudioEnded 接管
|
// 不触发 _playSingle,等待当前音频自然结束后由 onAudioEnded 接管
|
||||||
}
|
}
|
||||||
|
} else if (
|
||||||
|
this.isSequenceRunning &&
|
||||||
|
this.sequenceQueue[this.sequenceIndex]
|
||||||
|
) {
|
||||||
|
// 当前队首正在按需加载时只追加,不能覆盖已经排队的语音。
|
||||||
|
this.compactSequenceQueue(true);
|
||||||
|
this.sequenceQueue = this.sequenceQueue.concat(queue);
|
||||||
|
const pendingKey = this.sequenceQueue[this.sequenceIndex];
|
||||||
|
if (!this.pendingPlayKeys.has(pendingKey)) {
|
||||||
|
this._playSingle(pendingKey, false);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
// 当前没有播放:直接启动新的序列
|
// 当前没有播放:直接启动新的序列
|
||||||
this.sequenceQueue = queue;
|
this.sequenceQueue = queue;
|
||||||
@@ -693,6 +864,32 @@ class AudioManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
waitForAudioAndPlay(key) {
|
||||||
|
if (this.pendingPlayKeys.has(key)) return;
|
||||||
|
this.pendingPlayKeys.add(key);
|
||||||
|
|
||||||
|
this.ensureAudio(key)
|
||||||
|
.then((ready) => {
|
||||||
|
const isSequenceCurrent =
|
||||||
|
this.isSequenceRunning && this.sequenceQueue[this.sequenceIndex] === key;
|
||||||
|
if (!isSequenceCurrent) return;
|
||||||
|
|
||||||
|
if (ready) {
|
||||||
|
this._playSingle(key, false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.finishPlayback(key, {
|
||||||
|
advanceSequence: true,
|
||||||
|
emitEnded: true,
|
||||||
|
force: true,
|
||||||
|
});
|
||||||
|
})
|
||||||
|
.finally(() => {
|
||||||
|
this.pendingPlayKeys.delete(key);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// 内部方法:播放单个 key
|
// 内部方法:播放单个 key
|
||||||
_playSingle(key, forceStopAll = false) {
|
_playSingle(key, forceStopAll = false) {
|
||||||
if (this.isInterrupted) {
|
if (this.isInterrupted) {
|
||||||
@@ -724,7 +921,7 @@ class AudioManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const audio = this.audioMap.get(key);
|
const audio = this.audioMap.get(key);
|
||||||
if (audio) {
|
if (audio && this.readyMap.get(key)) {
|
||||||
// 播放前确保遵循当前静音状态
|
// 播放前确保遵循当前静音状态
|
||||||
try {
|
try {
|
||||||
if (typeof audio.volume === "number") {
|
if (typeof audio.volume === "number") {
|
||||||
@@ -764,34 +961,11 @@ class AudioManager {
|
|||||||
this.currentPlayingKey = key;
|
this.currentPlayingKey = key;
|
||||||
this.lastPlayKey = key;
|
this.lastPlayKey = key;
|
||||||
this.lastPlayAt = Date.now();
|
this.lastPlayAt = Date.now();
|
||||||
|
this.touchAudioKey(key);
|
||||||
this.startPlayWatchdog(key);
|
this.startPlayWatchdog(key);
|
||||||
} else {
|
} else {
|
||||||
debugLog(`音频 ${key} 不存在,尝试重新加载...`);
|
debugLog(`音频 ${key} 尚未就绪,按需加载后播放...`);
|
||||||
this.retryLoadAudio(key);
|
this.waitForAudioAndPlay(key);
|
||||||
let loadWaitTimer = null;
|
|
||||||
const cleanup = () => {
|
|
||||||
try {
|
|
||||||
uni.$off("audioLoaded", handler);
|
|
||||||
} catch (_) {}
|
|
||||||
if (loadWaitTimer) {
|
|
||||||
clearTimeout(loadWaitTimer);
|
|
||||||
loadWaitTimer = null;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
const handler = (loadedKey) => {
|
|
||||||
if (loadedKey === key) {
|
|
||||||
cleanup();
|
|
||||||
// 再次校验是否存在且就绪
|
|
||||||
const a = this.audioMap.get(key);
|
|
||||||
if (a && this.readyMap.get(key)) {
|
|
||||||
this._playSingle(key, false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
try {
|
|
||||||
uni.$on("audioLoaded", handler);
|
|
||||||
} catch (_) {}
|
|
||||||
loadWaitTimer = setTimeout(cleanup, 12000);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -804,7 +978,8 @@ class AudioManager {
|
|||||||
const nextIndex = this.sequenceIndex + 1;
|
const nextIndex = this.sequenceIndex + 1;
|
||||||
if (nextIndex < this.sequenceQueue.length) {
|
if (nextIndex < this.sequenceQueue.length) {
|
||||||
this.sequenceIndex = nextIndex;
|
this.sequenceIndex = nextIndex;
|
||||||
const nextKey = this.sequenceQueue[nextIndex];
|
this.compactSequenceQueue();
|
||||||
|
const nextKey = this.sequenceQueue[this.sequenceIndex];
|
||||||
this._playSingle(nextKey, false);
|
this._playSingle(nextKey, false);
|
||||||
} else {
|
} else {
|
||||||
// 队列播放完成
|
// 队列播放完成
|
||||||
@@ -884,9 +1059,12 @@ class AudioManager {
|
|||||||
debugLog("本地音频缓存清理完成");
|
debugLog("本地音频缓存清理完成");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 手动重置并重新加载所有音频(用于卡住时恢复)
|
// 手动重置音频实例,并按之前的预热范围在后台恢复。
|
||||||
reloadAll() {
|
reloadAll() {
|
||||||
debugLog("执行 reloadAll: 重置所有状态并重新加载");
|
debugLog("执行 reloadAll: 重置音频实例并后台恢复");
|
||||||
|
const shouldWarmAll = this.warmAllPromise !== null;
|
||||||
|
const shouldWarmPriority = this.warmPriorityPromise !== null;
|
||||||
|
this.loadGeneration += 1;
|
||||||
|
|
||||||
// 1. 停止所有播放
|
// 1. 停止所有播放
|
||||||
this.stopAll();
|
this.stopAll();
|
||||||
@@ -898,11 +1076,13 @@ class AudioManager {
|
|||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
}
|
}
|
||||||
this.audioMap.clear();
|
this.audioMap.clear();
|
||||||
|
this.audioLastUsedAt.clear();
|
||||||
|
|
||||||
// 3. 重置状态
|
// 3. 重置状态
|
||||||
this.readyMap.clear();
|
this.readyMap.clear();
|
||||||
this.failedLoadKeys.clear();
|
|
||||||
this.allowPlayMap.clear();
|
this.allowPlayMap.clear();
|
||||||
|
this.loadingKeyPromises.clear();
|
||||||
|
this.pendingPlayKeys.clear();
|
||||||
this.clearAllPlayWatchdogs();
|
this.clearAllPlayWatchdogs();
|
||||||
this.currentPlayingKey = null;
|
this.currentPlayingKey = null;
|
||||||
this.sequenceQueue = [];
|
this.sequenceQueue = [];
|
||||||
@@ -913,13 +1093,15 @@ class AudioManager {
|
|||||||
// 这里选择不自动全清,而是依赖 onError 里的单点清除。如果需要彻底重置,可取消注释:
|
// 这里选择不自动全清,而是依赖 onError 里的单点清除。如果需要彻底重置,可取消注释:
|
||||||
// this.clearCache();
|
// this.clearCache();
|
||||||
|
|
||||||
// 4. 强制重置加载锁
|
// 4. 重置后台预热状态
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.loadingPromise = null;
|
this.warmPriorityPromise = null;
|
||||||
this.currentLoadingIndex = 0;
|
this.warmAllPromise = null;
|
||||||
|
|
||||||
// 5. 重新初始化 (initAudios 会自增 loadGeneration,从而终止之前的任何异步循环)
|
// 5. 按中断前使用范围恢复,产品页不再全量创建语音实例。
|
||||||
return this.initAudios();
|
if (shouldWarmAll) return this.warmAll();
|
||||||
|
if (shouldWarmPriority) return this.warmCommon();
|
||||||
|
return this.warmButton();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+32
-15
@@ -635,7 +635,7 @@ export function renderScores(ctx, arrows = [], bgImg) {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
ctx.drawImage(
|
ctx.drawImage(
|
||||||
"../static/score-bg.png",
|
"/static/score-bg.png",
|
||||||
16 + (i % 9) * 30,
|
16 + (i % 9) * 30,
|
||||||
290 + Math.ceil((i + 1) / 9) * 30,
|
290 + Math.ceil((i + 1) / 9) * 30,
|
||||||
27,
|
27,
|
||||||
@@ -657,7 +657,7 @@ export function renderScores(ctx, arrows = [], bgImg) {
|
|||||||
ctx.drawImage(bgImg, 24 + rowIndex * 42, i > 5 ? 362 : 320, 38, 38);
|
ctx.drawImage(bgImg, 24 + rowIndex * 42, i > 5 ? 362 : 320, 38, 38);
|
||||||
} else {
|
} else {
|
||||||
ctx.drawImage(
|
ctx.drawImage(
|
||||||
"../static/score-bg.png",
|
"/static/score-bg.png",
|
||||||
24 + rowIndex * 42,
|
24 + rowIndex * 42,
|
||||||
i > 5 ? 362 : 320,
|
i > 5 ? 362 : 320,
|
||||||
38,
|
38,
|
||||||
@@ -706,22 +706,39 @@ export async function sharePractiseData(canvasId, type, user, data) {
|
|||||||
);
|
);
|
||||||
const bgImg = await loadCanvasImage(canvas, bgImgSrc);
|
const bgImg = await loadCanvasImage(canvas, bgImgSrc);
|
||||||
|
|
||||||
const avatarImgPromise = loadImage(user.avatar).then((path) =>
|
// 头像与段位框属于装饰图片,缺失时使用兜底或跳过,避免阻断分享。
|
||||||
loadCanvasImage(canvas, path)
|
const loadProfileImage = async (src, fallbackSrc = "", label = "") => {
|
||||||
);
|
const normalizedSrc =
|
||||||
const lvlImgPromise = loadImage(user.lvlImage).then((path) =>
|
typeof src === "string" && src.startsWith("../static/")
|
||||||
loadCanvasImage(canvas, path)
|
? src.slice(2)
|
||||||
);
|
: src;
|
||||||
|
if (normalizedSrc) {
|
||||||
|
try {
|
||||||
|
const path = await loadImage(normalizedSrc);
|
||||||
|
return await loadCanvasImage(canvas, path);
|
||||||
|
} catch (error) {
|
||||||
|
console.warn(`share ${label} image load failed`, error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return fallbackSrc ? loadCanvasImage(canvas, fallbackSrc) : null;
|
||||||
|
};
|
||||||
|
|
||||||
let titleImageSrc = "../static/first-try-title.png";
|
const avatarImgPromise = loadProfileImage(
|
||||||
|
user?.avatar,
|
||||||
|
"/static/user-icon.png",
|
||||||
|
"avatar"
|
||||||
|
);
|
||||||
|
const lvlImgPromise = loadProfileImage(user?.lvlImage, "", "level");
|
||||||
|
|
||||||
|
let titleImageSrc = "/static/first-try-title.png";
|
||||||
if (type == 2) {
|
if (type == 2) {
|
||||||
titleImageSrc = "../static/practise-one-title.png";
|
titleImageSrc = "/static/practise-one-title.png";
|
||||||
} else if (type == 3) {
|
} else if (type == 3) {
|
||||||
titleImageSrc = "../static/practise-two-title.png";
|
titleImageSrc = "/static/practise-two-title.png";
|
||||||
}
|
}
|
||||||
const titleImgPromise = loadCanvasImage(canvas, titleImageSrc);
|
const titleImgPromise = loadCanvasImage(canvas, titleImageSrc);
|
||||||
const scoreBgImgPromise = loadCanvasImage(canvas, "../static/score-bg.png");
|
const scoreBgImgPromise = loadCanvasImage(canvas, "/static/score-bg.png");
|
||||||
const qrCodeImgPromise = loadCanvasImage(canvas, "../static/qr-code.png");
|
const qrCodeImgPromise = loadCanvasImage(canvas, "/static/qr-code.png");
|
||||||
|
|
||||||
const [avatarImg, lvlImg, titleImg, scoreBgImg, qrCodeImg] =
|
const [avatarImg, lvlImg, titleImg, scoreBgImg, qrCodeImg] =
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
@@ -738,8 +755,8 @@ export async function sharePractiseData(canvasId, type, user, data) {
|
|||||||
|
|
||||||
ctx.drawImage(bgImg, 0, 0, width, height);
|
ctx.drawImage(bgImg, 0, 0, width, height);
|
||||||
|
|
||||||
drawRoundImage(ctx, avatarImg, 17, 20, 32, 32, 20);
|
if (avatarImg) drawRoundImage(ctx, avatarImg, 17, 20, 32, 32, 20);
|
||||||
ctx.drawImage(lvlImg, 12, 15, 42, 42);
|
if (lvlImg) ctx.drawImage(lvlImg, 12, 15, 42, 42);
|
||||||
|
|
||||||
renderText(ctx, user.nickName, 13, "#fff", 58, 34);
|
renderText(ctx, user.nickName, 13, "#fff", 58, 34);
|
||||||
renderRankTitle(ctx, user.lvlName);
|
renderRankTitle(ctx, user.lvlName);
|
||||||
|
|||||||
@@ -57,6 +57,30 @@ const props = defineProps({
|
|||||||
src="https://static.shelingxingqiu.com/shootmini/static/rank/rank-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/rank/rank-bg.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
|
<image
|
||||||
|
class="bg-image"
|
||||||
|
v-if="type === 7"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg6.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
class="bg-image"
|
||||||
|
v-if="type === 8"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg7.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
class="bg-image"
|
||||||
|
v-if="type === 9"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg8.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
class="bg-image"
|
||||||
|
v-if="type === 11"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg9.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
<image
|
<image
|
||||||
class="bg-image"
|
class="bg-image"
|
||||||
v-if="type === 10"
|
v-if="type === 10"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{ image: "../static/tab-vip.png" },
|
{ image: "../static/tab-vip.png" },
|
||||||
{ image: "../static/tab-point-book.png" },
|
{ image: "https://static.shelingxingqiu.com/shootmini/static/tab-point-book.png" },
|
||||||
{ image: "../static/tab-mall.png" },
|
{ image: "https://static.shelingxingqiu.com/shootmini/static/tab-mall.png" },
|
||||||
];
|
];
|
||||||
|
|
||||||
function handleTabClick(index) {
|
function handleTabClick(index) {
|
||||||
@@ -26,7 +26,7 @@ function handleTabClick(index) {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
<image class="footer-bg" src="../static/tab-bg.png" mode="widthFix" />
|
<image class="footer-bg" src="https://static.shelingxingqiu.com/shootmini/static/tab-bg.png" mode="widthFix" />
|
||||||
<view
|
<view
|
||||||
v-for="(tab, index) in tabs"
|
v-for="(tab, index) in tabs"
|
||||||
:key="index"
|
:key="index"
|
||||||
@@ -43,9 +43,13 @@ function handleTabClick(index) {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.footer {
|
.footer {
|
||||||
height: 120px;
|
/* height: 120px; */
|
||||||
|
height: 190rpx;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: relative;
|
/* position: relative; */
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
+25
-12
@@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, watch } from "vue";
|
import { computed, ref, watch } from "vue";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
@@ -26,12 +26,33 @@ const props = defineProps({
|
|||||||
type: Number,
|
type: Number,
|
||||||
default: 45,
|
default: 45,
|
||||||
},
|
},
|
||||||
|
sizeUnit: {
|
||||||
|
type: String,
|
||||||
|
default: "px",
|
||||||
|
},
|
||||||
|
imageMode: {
|
||||||
|
type: String,
|
||||||
|
default: "widthFix",
|
||||||
|
},
|
||||||
borderColor: {
|
borderColor: {
|
||||||
type: String,
|
type: String,
|
||||||
default: "",
|
default: "",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const avatarFrame = ref("");
|
const avatarFrame = ref("");
|
||||||
|
const sizeValue = computed(() => `${Number(props.size)}${props.sizeUnit}`);
|
||||||
|
const frameSizeValue = computed(() => `${Number(props.size) + 10}${props.sizeUnit}`);
|
||||||
|
const avatarImageStyle = computed(() => ({
|
||||||
|
width: sizeValue.value,
|
||||||
|
height: sizeValue.value,
|
||||||
|
minHeight: sizeValue.value,
|
||||||
|
borderColor: props.borderColor || "#fff",
|
||||||
|
}));
|
||||||
|
const avatarFrameStyle = computed(() => ({
|
||||||
|
width: frameSizeValue.value,
|
||||||
|
height: frameSizeValue.value,
|
||||||
|
}));
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => [config.value, props.rankLvl],
|
() => [config.value, props.rankLvl],
|
||||||
() => {
|
() => {
|
||||||
@@ -51,10 +72,7 @@ watch(
|
|||||||
v-if="avatarFrame"
|
v-if="avatarFrame"
|
||||||
:src="avatarFrame"
|
:src="avatarFrame"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
:style="{
|
:style="avatarFrameStyle"
|
||||||
width: Number(size) + 10 + 'px',
|
|
||||||
height: Number(size) + 10 + 'px',
|
|
||||||
}"
|
|
||||||
class="avatar-frame"
|
class="avatar-frame"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
@@ -78,13 +96,8 @@ watch(
|
|||||||
<view v-if="rank > 3" class="rank-view">{{ rank }}</view>
|
<view v-if="rank > 3" class="rank-view">{{ rank }}</view>
|
||||||
<image
|
<image
|
||||||
:src="src || '../static/user-icon.png'"
|
:src="src || '../static/user-icon.png'"
|
||||||
mode="widthFix"
|
:mode="imageMode"
|
||||||
:style="{
|
:style="avatarImageStyle"
|
||||||
width: size + 'px',
|
|
||||||
height: size + 'px',
|
|
||||||
minHeight: size + 'px',
|
|
||||||
borderColor: borderColor || '#fff',
|
|
||||||
}"
|
|
||||||
class="avatar-image"
|
class="avatar-image"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import { onShow } from "@dcloudio/uni-app";
|
|||||||
|
|
||||||
import { getBattleAPI, getUserGameState } from "@/apis";
|
import { getBattleAPI, getUserGameState } from "@/apis";
|
||||||
import { debounce } from "@/util";
|
import { debounce } from "@/util";
|
||||||
|
import { returnToBattle } from "@/utils/matchReturn";
|
||||||
|
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
@@ -66,12 +67,7 @@ const onClick = debounce(async () => {
|
|||||||
loading.value = true;
|
loading.value = true;
|
||||||
const result = await getBattleAPI();
|
const result = await getBattleAPI();
|
||||||
if (result && result.matchId) {
|
if (result && result.matchId) {
|
||||||
await uni.$checkAudio();
|
await returnToBattle(result, navigateOnce);
|
||||||
if (result.mode <= 3) {
|
|
||||||
await navigateOnce(`/pages/team-battle/index?battleId=${result.matchId}`);
|
|
||||||
} else {
|
|
||||||
await navigateOnce(`/pages/melee-battle?battleId=${result.matchId}`);
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (game.value.roomID) {
|
if (game.value.roomID) {
|
||||||
@@ -100,9 +96,9 @@ onBeforeUnmount(() => {
|
|||||||
class="back-to-game"
|
class="back-to-game"
|
||||||
@click="onClick"
|
@click="onClick"
|
||||||
>
|
>
|
||||||
<image src="../static/back-to-game-bg.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/back-to-game-bg.png" mode="widthFix" />
|
||||||
<block v-if="game.inBattle">
|
<block v-if="game.inBattle">
|
||||||
<image src="../static/pk-icon.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/pk-icon.png" mode="widthFix" />
|
||||||
<text>返回进行中的对局</text>
|
<text>返回进行中的对局</text>
|
||||||
</block>
|
</block>
|
||||||
<block v-else-if="game.roomID">
|
<block v-else-if="game.roomID">
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const normalRounds = computed(() => {
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="guide-row">
|
<view class="guide-row">
|
||||||
<image src="../static/shooter.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/shooter.png" mode="widthFix" />
|
||||||
<view
|
<view
|
||||||
:style="{
|
:style="{
|
||||||
marginBottom: '10px',
|
marginBottom: '10px',
|
||||||
@@ -42,7 +42,7 @@ const normalRounds = computed(() => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<image src="../static/battle-header-melee.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/battle-header-melee.png" mode="widthFix" />
|
||||||
<text>蓝队({{ bluePoints }})</text>
|
<text>蓝队({{ bluePoints }})</text>
|
||||||
<text>红队({{ redPoints }})</text>
|
<text>红队({{ redPoints }})</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -38,16 +38,16 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ paddingTop: showHeader ? '5px' : '0' }">
|
<view class="container">
|
||||||
<image
|
<image
|
||||||
v-if="showHeader"
|
v-if="showHeader"
|
||||||
:src="`../static/battle-header${players.length ? '-melee' : ''}.png`"
|
:src="`https://static.shelingxingqiu.com/shootmini/static/battle-header${players.length ? '-melee' : ''}.png`"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<view
|
<view
|
||||||
v-if="!players.length && blueTeam.length && redTeam.length"
|
v-if="!players.length && blueTeam.length && redTeam.length"
|
||||||
class="players"
|
class="players"
|
||||||
:style="{ paddingTop: showHeader ? '15px' : '0' }"
|
:style="{ paddingTop: showHeader ? '48rpx' : '0' }"
|
||||||
>
|
>
|
||||||
<view>
|
<view>
|
||||||
<view
|
<view
|
||||||
@@ -113,6 +113,7 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
v-if="players.length"
|
v-if="players.length"
|
||||||
class="players-melee"
|
class="players-melee"
|
||||||
scroll-x
|
scroll-x
|
||||||
|
:show-scrollbar="false"
|
||||||
@touchmove="(e) => players.length > 5 && e.stopPropagation()"
|
@touchmove="(e) => players.length > 5 && e.stopPropagation()"
|
||||||
:style="{ paddingTop: showHeader ? '15px' : '0' }"
|
:style="{ paddingTop: showHeader ? '15px' : '0' }"
|
||||||
>
|
>
|
||||||
@@ -151,13 +152,15 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 999;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.container > image:first-child {
|
.container > image:first-child {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: -5px;
|
/* top: -5px; */
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
.players {
|
.players {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -188,15 +191,12 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
.players-melee {
|
.players-melee {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
white-space: nowrap;
|
||||||
.players-melee::-webkit-scrollbar {
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
color: transparent;
|
|
||||||
}
|
}
|
||||||
/* 小程序 scroll-view 不支持直接 flex,通过内层 wrapper 承载横向排列 */
|
/* 小程序 scroll-view 不支持直接 flex,通过内层 wrapper 承载横向排列 */
|
||||||
.players-melee-inner {
|
.players-melee-inner {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
|
min-width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
@@ -207,7 +207,7 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #fff9;
|
color: #fff9;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding-top: 7px;
|
/* padding-top: 7px; */
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
}
|
}
|
||||||
.player-name {
|
.player-name {
|
||||||
|
|||||||
@@ -4,18 +4,34 @@ import { getDeviceBatteryAPI } from "@/apis";
|
|||||||
|
|
||||||
const power = ref(0);
|
const power = ref(0);
|
||||||
const timer = ref(null);
|
const timer = ref(null);
|
||||||
|
let disposed = false;
|
||||||
|
let requestInFlight = false;
|
||||||
|
|
||||||
|
const refreshPower = async () => {
|
||||||
|
if (disposed || requestInFlight) return;
|
||||||
|
requestInFlight = true;
|
||||||
|
try {
|
||||||
|
const data = await getDeviceBatteryAPI();
|
||||||
|
if (!disposed) power.value = data.battery;
|
||||||
|
} catch (_) {
|
||||||
|
// 电量轮询失败时等待下一轮,避免产生未处理的 Promise 拒绝。
|
||||||
|
} finally {
|
||||||
|
requestInFlight = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
const data = await getDeviceBatteryAPI();
|
await refreshPower();
|
||||||
power.value = data.battery;
|
if (disposed) return;
|
||||||
timer.value = setInterval(async () => {
|
timer.value = setInterval(() => {
|
||||||
const data = await getDeviceBatteryAPI();
|
void refreshPower();
|
||||||
power.value = data.battery;
|
|
||||||
}, 1000 * 10);
|
}, 1000 * 10);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
disposed = true;
|
||||||
clearInterval(timer.value);
|
clearInterval(timer.value);
|
||||||
|
timer.value = null;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -22,10 +22,22 @@ const props = defineProps({
|
|||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
|
targetLeft: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
targetTop: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
hitOffsetPx: {
|
hitOffsetPx: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0,
|
default: 0,
|
||||||
},
|
},
|
||||||
|
viewportMode: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(["complete", "impact"]);
|
const emit = defineEmits(["complete", "impact"]);
|
||||||
@@ -34,11 +46,15 @@ const phase = ref("idle");
|
|||||||
const activePlayKey = ref("");
|
const activePlayKey = ref("");
|
||||||
const animationKey = ref("");
|
const animationKey = ref("");
|
||||||
const impactEmitted = ref(false);
|
const impactEmitted = ref(false);
|
||||||
|
const activeShot = ref(null);
|
||||||
|
const activeLayout = ref(null);
|
||||||
let timers = [];
|
let timers = [];
|
||||||
|
|
||||||
const isActive = computed(() => phase.value !== "idle");
|
const isActive = computed(() => phase.value !== "idle");
|
||||||
const ARROW_IMPACT_MS = 340;
|
const ARROW_IMPACT_MS = 340;
|
||||||
const COMPLETE_FALLBACK_MS = 980;
|
const COMPLETE_FALLBACK_MS = 980;
|
||||||
|
// 箭头尖端统一从屏幕中下区域出发,箭身自然延伸到屏幕底部之外。
|
||||||
|
const SHOT_START_VIEWPORT_Y_RATIO = 0.82;
|
||||||
|
|
||||||
const safeTargetRadius = computed(() => {
|
const safeTargetRadius = computed(() => {
|
||||||
const radius = Number(props.targetRadius);
|
const radius = Number(props.targetRadius);
|
||||||
@@ -48,15 +64,55 @@ const safeTargetRadius = computed(() => {
|
|||||||
const safeTargetSize = computed(() => {
|
const safeTargetSize = computed(() => {
|
||||||
const width = Number(props.targetWidth);
|
const width = Number(props.targetWidth);
|
||||||
const height = Number(props.targetHeight);
|
const height = Number(props.targetHeight);
|
||||||
|
const left = Number(props.targetLeft);
|
||||||
|
const top = Number(props.targetTop);
|
||||||
|
return {
|
||||||
|
width: Number.isFinite(width) && width > 0 ? width : 0,
|
||||||
|
height: Number.isFinite(height) && height > 0 ? height : 0,
|
||||||
|
left: Number.isFinite(left) ? left : 0,
|
||||||
|
top: Number.isFinite(top) ? top : 0,
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
function getWindowSize() {
|
||||||
|
try {
|
||||||
|
const info =
|
||||||
|
typeof uni.getWindowInfo === "function"
|
||||||
|
? uni.getWindowInfo()
|
||||||
|
: uni.getSystemInfoSync();
|
||||||
|
const width = Number(info?.windowWidth);
|
||||||
|
const height = Number(info?.windowHeight);
|
||||||
return {
|
return {
|
||||||
width: Number.isFinite(width) && width > 0 ? width : 0,
|
width: Number.isFinite(width) && width > 0 ? width : 0,
|
||||||
height: Number.isFinite(height) && height > 0 ? height : 0,
|
height: Number.isFinite(height) && height > 0 ? height : 0,
|
||||||
};
|
};
|
||||||
});
|
} catch {
|
||||||
|
return { width: 0, height: 0 };
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasShotPoint(shot) {
|
||||||
|
const x = Number(shot?.x);
|
||||||
|
const y = Number(shot?.y);
|
||||||
|
return Number.isFinite(x) && Number.isFinite(y);
|
||||||
|
}
|
||||||
|
|
||||||
|
const effectiveShot = computed(() => activeShot.value || props.shot);
|
||||||
|
const effectiveTargetSize = computed(
|
||||||
|
() => activeLayout.value?.target || safeTargetSize.value
|
||||||
|
);
|
||||||
|
const effectiveWindowSize = computed(
|
||||||
|
() => activeLayout.value?.window || getWindowSize()
|
||||||
|
);
|
||||||
|
const isViewportMode = computed(() =>
|
||||||
|
activeLayout.value
|
||||||
|
? activeLayout.value.viewportMode
|
||||||
|
: props.viewportMode === true
|
||||||
|
);
|
||||||
|
|
||||||
const shotPoint = computed(() => {
|
const shotPoint = computed(() => {
|
||||||
const x = Number(props.shot?.x);
|
const x = Number(effectiveShot.value?.x);
|
||||||
const y = Number(props.shot?.y);
|
const y = Number(effectiveShot.value?.y);
|
||||||
return {
|
return {
|
||||||
x: Number.isFinite(x) ? x : 0,
|
x: Number.isFinite(x) ? x : 0,
|
||||||
y: Number.isFinite(y) ? y : 0,
|
y: Number.isFinite(y) ? y : 0,
|
||||||
@@ -96,23 +152,69 @@ const hitPercent = computed(() => {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
const arrowAngle = computed(() => {
|
const flightPath = computed(() => {
|
||||||
const size = safeTargetSize.value;
|
const size = effectiveTargetSize.value;
|
||||||
if (!size.width || !size.height) {
|
const windowSize = effectiveWindowSize.value;
|
||||||
const dx = hitPercent.value.left - 50;
|
|
||||||
const dy = 114 - hitPercent.value.top;
|
if (
|
||||||
const fallbackAngle = Math.atan2(dx, dy || 1) * (180 / Math.PI);
|
isViewportMode.value &&
|
||||||
return Math.max(-18, Math.min(18, fallbackAngle));
|
size.width > 0 &&
|
||||||
|
size.height > 0 &&
|
||||||
|
windowSize.width > 0 &&
|
||||||
|
windowSize.height > 0
|
||||||
|
) {
|
||||||
|
const startX = windowSize.width * 0.5;
|
||||||
|
const endX =
|
||||||
|
size.left +
|
||||||
|
size.width * (hitPercent.value.left / 100) +
|
||||||
|
hitOffset.value.x;
|
||||||
|
const endY =
|
||||||
|
size.top +
|
||||||
|
size.height * (hitPercent.value.top / 100) +
|
||||||
|
hitOffset.value.y;
|
||||||
|
// 常规情况下从视口底部进入;靶面局部超出视口时仍保证起点在命中点下方。
|
||||||
|
const startY = Math.max(windowSize.height + 16, endY + 80);
|
||||||
|
const dx = endX - startX;
|
||||||
|
const dy = endY - startY;
|
||||||
|
|
||||||
|
return {
|
||||||
|
startX,
|
||||||
|
startY,
|
||||||
|
endX,
|
||||||
|
endY,
|
||||||
|
translateX: dx,
|
||||||
|
translateY: dy,
|
||||||
|
angle: Math.atan2(dx, -dy) * (180 / Math.PI),
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const startX = size.width * 0.5;
|
const hasScreenCoordinates =
|
||||||
const startY = size.height * 1.14;
|
size.width > 0 &&
|
||||||
const endX = size.width * (hitPercent.value.left / 100) + hitOffset.value.x;
|
size.height > 0 &&
|
||||||
const endY = size.height * (hitPercent.value.top / 100) + hitOffset.value.y;
|
windowSize.width > 0 &&
|
||||||
|
windowSize.height > 0;
|
||||||
|
const startX = hasScreenCoordinates
|
||||||
|
? windowSize.width * 0.5 - size.left
|
||||||
|
: size.width * 0.5;
|
||||||
|
const startY = hasScreenCoordinates
|
||||||
|
? windowSize.height * SHOT_START_VIEWPORT_Y_RATIO - size.top
|
||||||
|
: size.height * 1.14;
|
||||||
|
const endX =
|
||||||
|
size.width * (hitPercent.value.left / 100) + hitOffset.value.x;
|
||||||
|
const endY =
|
||||||
|
size.height * (hitPercent.value.top / 100) + hitOffset.value.y;
|
||||||
const dx = endX - startX;
|
const dx = endX - startX;
|
||||||
const dy = startY - endY;
|
const dy = endY - startY;
|
||||||
const angle = Math.atan2(dx, dy || 1) * (180 / Math.PI);
|
|
||||||
return Math.max(-18, Math.min(18, angle));
|
return {
|
||||||
|
startX,
|
||||||
|
startY,
|
||||||
|
endX,
|
||||||
|
endY,
|
||||||
|
translateX: dx,
|
||||||
|
translateY: dy,
|
||||||
|
angle: Math.atan2(dx, -dy) * (180 / Math.PI),
|
||||||
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
function formatPxOffset(value) {
|
function formatPxOffset(value) {
|
||||||
@@ -126,10 +228,19 @@ function formatTargetPosition(percent, offset) {
|
|||||||
return pxOffset ? `calc(${percent}%${pxOffset})` : `${percent}%`;
|
return pxOffset ? `calc(${percent}%${pxOffset})` : `${percent}%`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const crackStyle = computed(() => ({
|
const crackStyle = computed(() => {
|
||||||
|
if (isViewportMode.value) {
|
||||||
|
return {
|
||||||
|
left: `${flightPath.value.endX}px`,
|
||||||
|
top: `${flightPath.value.endY}px`,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
return {
|
||||||
left: formatTargetPosition(hitPercent.value.left, hitOffset.value.x),
|
left: formatTargetPosition(hitPercent.value.left, hitOffset.value.x),
|
||||||
top: formatTargetPosition(hitPercent.value.top, hitOffset.value.y),
|
top: formatTargetPosition(hitPercent.value.top, hitOffset.value.y),
|
||||||
}));
|
};
|
||||||
|
});
|
||||||
|
|
||||||
function getTargetTranslate(percent) {
|
function getTargetTranslate(percent) {
|
||||||
const absPercent = Math.abs(percent);
|
const absPercent = Math.abs(percent);
|
||||||
@@ -138,23 +249,24 @@ function getTargetTranslate(percent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const arrowMoveStyle = computed(() => {
|
const arrowMoveStyle = computed(() => {
|
||||||
const size = safeTargetSize.value;
|
const size = effectiveTargetSize.value;
|
||||||
|
const path = flightPath.value;
|
||||||
let x = getTargetTranslate(hitPercent.value.left - 50);
|
let x = getTargetTranslate(hitPercent.value.left - 50);
|
||||||
let y = getTargetTranslate(hitPercent.value.top - 114);
|
let y = getTargetTranslate(hitPercent.value.top - 114);
|
||||||
|
|
||||||
if (size.width && size.height) {
|
if (isViewportMode.value || (size.width && size.height)) {
|
||||||
const startX = size.width * 0.5;
|
x = `${path.translateX}px`;
|
||||||
const startY = size.height * 1.14;
|
y = `${path.translateY}px`;
|
||||||
const endX = size.width * (hitPercent.value.left / 100) + hitOffset.value.x;
|
|
||||||
const endY = size.height * (hitPercent.value.top / 100) + hitOffset.value.y;
|
|
||||||
x = `${endX - startX}px`;
|
|
||||||
y = `${endY - startY}px`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
"--shot-start-x":
|
||||||
|
isViewportMode.value || size.width ? `${path.startX}px` : "50%",
|
||||||
|
"--shot-start-y":
|
||||||
|
isViewportMode.value || size.height ? `${path.startY}px` : "114%",
|
||||||
"--shot-tx": x,
|
"--shot-tx": x,
|
||||||
"--shot-ty": y,
|
"--shot-ty": y,
|
||||||
"--shot-angle": `${arrowAngle.value}deg`,
|
"--shot-angle": `${path.angle}deg`,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -179,16 +291,26 @@ function finish(playKey) {
|
|||||||
clearTimers();
|
clearTimers();
|
||||||
phase.value = "idle";
|
phase.value = "idle";
|
||||||
activePlayKey.value = "";
|
activePlayKey.value = "";
|
||||||
|
activeShot.value = null;
|
||||||
|
activeLayout.value = null;
|
||||||
emit("complete", playKey);
|
emit("complete", playKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
function play() {
|
function play() {
|
||||||
if (!props.playKey || !props.shot || !props.shot.ring) return;
|
if (!props.playKey || !props.shot || !props.shot.ring || !hasShotPoint(props.shot)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
clearTimers();
|
clearTimers();
|
||||||
activePlayKey.value = props.playKey;
|
activePlayKey.value = props.playKey;
|
||||||
animationKey.value = `${props.playKey}`;
|
animationKey.value = `${props.playKey}`;
|
||||||
impactEmitted.value = false;
|
impactEmitted.value = false;
|
||||||
|
activeShot.value = { ...props.shot };
|
||||||
|
activeLayout.value = {
|
||||||
|
target: { ...safeTargetSize.value },
|
||||||
|
window: getWindowSize(),
|
||||||
|
viewportMode: props.viewportMode === true,
|
||||||
|
};
|
||||||
phase.value = "playing";
|
phase.value = "playing";
|
||||||
|
|
||||||
queueTimer(() => {
|
queueTimer(() => {
|
||||||
@@ -223,7 +345,11 @@ onBeforeUnmount(() => {
|
|||||||
<template>
|
<template>
|
||||||
<view
|
<view
|
||||||
v-show="isActive"
|
v-show="isActive"
|
||||||
:class="['shot-effect', `shot-effect--${phase}`]"
|
:class="[
|
||||||
|
'shot-effect',
|
||||||
|
`shot-effect--${phase}`,
|
||||||
|
{ 'shot-effect--viewport': isViewportMode },
|
||||||
|
]"
|
||||||
:style="arrowMoveStyle"
|
:style="arrowMoveStyle"
|
||||||
>
|
>
|
||||||
<view
|
<view
|
||||||
@@ -233,7 +359,7 @@ onBeforeUnmount(() => {
|
|||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
class="shot-arrow"
|
class="shot-arrow"
|
||||||
src="../static/vip/svip-jian.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/vip/svip-jian.png"
|
||||||
mode="heightFix"
|
mode="heightFix"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
@@ -250,7 +376,7 @@ onBeforeUnmount(() => {
|
|||||||
<image
|
<image
|
||||||
:key="`crack-${animationKey}`"
|
:key="`crack-${animationKey}`"
|
||||||
class="shot-crack"
|
class="shot-crack"
|
||||||
src="../static/vip/svip-lie.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/vip/svip-lie.png"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
@animationend="handleCrackAnimationEnd"
|
@animationend="handleCrackAnimationEnd"
|
||||||
/>
|
/>
|
||||||
@@ -271,10 +397,16 @@ onBeforeUnmount(() => {
|
|||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shot-effect--viewport {
|
||||||
|
position: fixed;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
.shot-arrow-track {
|
.shot-arrow-track {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: var(--shot-start-x);
|
||||||
top: 114%;
|
top: var(--shot-start-y);
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|||||||
+192
-36
@@ -1,10 +1,18 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, watch, onMounted, onBeforeUnmount, computed, nextTick } from "vue";
|
import {
|
||||||
|
ref,
|
||||||
|
watch,
|
||||||
|
onMounted,
|
||||||
|
onBeforeUnmount,
|
||||||
|
computed,
|
||||||
|
nextTick,
|
||||||
|
getCurrentInstance,
|
||||||
|
} from "vue";
|
||||||
import PointSwitcher from "@/components/PointSwitcher.vue";
|
import PointSwitcher from "@/components/PointSwitcher.vue";
|
||||||
import BowShotEffect from "@/components/BowShotEffect.vue";
|
import BowShotEffect from "@/components/BowShotEffect.vue";
|
||||||
|
|
||||||
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
||||||
import { simulShootAPI } from "@/apis";
|
import { simulShootAPI, laserAimAPI, laserCloseAPI } from "@/apis";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
@@ -35,6 +43,10 @@ const props = defineProps({
|
|||||||
type: String,
|
type: String,
|
||||||
default: "solo", // solo 单排,team 双排
|
default: "solo", // solo 单排,team 双排
|
||||||
},
|
},
|
||||||
|
missAsZero: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
stop: {
|
stop: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
@@ -51,25 +63,41 @@ const props = defineProps({
|
|||||||
type: Number,
|
type: Number,
|
||||||
default: 5,
|
default: 5,
|
||||||
},
|
},
|
||||||
|
stableShotEffect: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
enableShotEffect: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const pMode = ref(true);
|
const pMode = ref(true);
|
||||||
const latestOne = ref(null);
|
const latestOne = ref(null);
|
||||||
const bluelatestOne = ref(null);
|
const bluelatestOne = ref(null);
|
||||||
const prevScores = ref([]);
|
|
||||||
const prevBlueScores = ref([]);
|
|
||||||
const timer = ref(null);
|
const timer = ref(null);
|
||||||
const dirTimer = ref(null);
|
const dirTimer = ref(null);
|
||||||
const angle = ref(null);
|
const angle = ref(null);
|
||||||
const circleColor = ref("");
|
const circleColor = ref("");
|
||||||
const shotEffect = ref(null);
|
const shotEffect = ref(null);
|
||||||
|
const pendingShotEffect = ref(null);
|
||||||
const hiddenRedLatestKey = ref("");
|
const hiddenRedLatestKey = ref("");
|
||||||
const hiddenBlueLatestKey = ref("");
|
const hiddenBlueLatestKey = ref("");
|
||||||
const targetShaking = ref(false);
|
const targetShaking = ref(false);
|
||||||
|
const targetRect = ref({ left: 0, top: 0, width: 0, height: 0 });
|
||||||
const shakeTimer = ref(null);
|
const shakeTimer = ref(null);
|
||||||
|
const instance = getCurrentInstance();
|
||||||
|
let shotEffectRequestGeneration = 0;
|
||||||
const ROUND_TIP_OFFSET_Y = -32;
|
const ROUND_TIP_OFFSET_Y = -32;
|
||||||
const EXPERIENCE_TIP_OFFSET_Y = -68;
|
const EXPERIENCE_TIP_OFFSET_Y = -68;
|
||||||
|
|
||||||
|
function getRoundText(shot) {
|
||||||
|
if (shot?.ringX) return "X环";
|
||||||
|
if (shot?.ring) return `${shot.ring}环`;
|
||||||
|
return props.missAsZero ? "0环" : "未上靶";
|
||||||
|
}
|
||||||
|
|
||||||
function buildShotEffectKey(team, shot, index) {
|
function buildShotEffectKey(team, shot, index) {
|
||||||
return [
|
return [
|
||||||
team,
|
team,
|
||||||
@@ -82,8 +110,20 @@ function buildShotEffectKey(team, shot, index) {
|
|||||||
].join("-");
|
].join("-");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function hasShotPoint(shot) {
|
||||||
|
const x = Number(shot?.x);
|
||||||
|
const y = Number(shot?.y);
|
||||||
|
return Number.isFinite(x) && Number.isFinite(y);
|
||||||
|
}
|
||||||
|
|
||||||
function shouldPlayShotEffect(shot) {
|
function shouldPlayShotEffect(shot) {
|
||||||
return props.isSvip && !!shot && Number(shot.ring) > 0;
|
return (
|
||||||
|
props.enableShotEffect &&
|
||||||
|
props.isSvip &&
|
||||||
|
!!shot &&
|
||||||
|
Number(shot.ring) > 0 &&
|
||||||
|
hasShotPoint(shot)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearTipTimer() {
|
function clearTipTimer() {
|
||||||
@@ -111,7 +151,7 @@ function showShotTip(team, shot) {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function triggerShotEffect(team, shot, index) {
|
function triggerShotEffect(team, shot, index, viewportMode = false) {
|
||||||
const key = buildShotEffectKey(team, shot, index);
|
const key = buildShotEffectKey(team, shot, index);
|
||||||
|
|
||||||
if (shotEffect.value?.team === "red") hiddenRedLatestKey.value = "";
|
if (shotEffect.value?.team === "red") hiddenRedLatestKey.value = "";
|
||||||
@@ -125,7 +165,29 @@ function triggerShotEffect(team, shot, index) {
|
|||||||
hiddenBlueLatestKey.value = key;
|
hiddenBlueLatestKey.value = key;
|
||||||
}
|
}
|
||||||
|
|
||||||
shotEffect.value = { key, team, shot };
|
shotEffect.value = { key, team, shot, viewportMode };
|
||||||
|
}
|
||||||
|
|
||||||
|
async function prepareShotEffect(team, shot, index) {
|
||||||
|
const requestGeneration = ++shotEffectRequestGeneration;
|
||||||
|
const key = buildShotEffectKey(team, shot, index);
|
||||||
|
pendingShotEffect.value = { generation: requestGeneration, team, key };
|
||||||
|
clearTipTimer();
|
||||||
|
if (team === "red") latestOne.value = null;
|
||||||
|
if (team === "blue") bluelatestOne.value = null;
|
||||||
|
|
||||||
|
const viewportMode = props.stableShotEffect
|
||||||
|
? await updateTargetRect()
|
||||||
|
: false;
|
||||||
|
|
||||||
|
if (requestGeneration !== shotEffectRequestGeneration) {
|
||||||
|
if (pendingShotEffect.value?.generation === requestGeneration) {
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
triggerShotEffect(team, shot, index, viewportMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
function completeShotEffect(key) {
|
function completeShotEffect(key) {
|
||||||
@@ -154,55 +216,116 @@ function shakeTarget() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function hasValidTargetRect(rect = targetRect.value) {
|
||||||
|
return (
|
||||||
|
Number.isFinite(Number(rect?.left)) &&
|
||||||
|
Number.isFinite(Number(rect?.top)) &&
|
||||||
|
Number(rect?.width) > 0 &&
|
||||||
|
Number(rect?.height) > 0
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function updateTargetRect() {
|
||||||
|
await nextTick();
|
||||||
|
|
||||||
|
return new Promise((resolve) => {
|
||||||
|
let settled = false;
|
||||||
|
const finish = (rect) => {
|
||||||
|
if (settled) return;
|
||||||
|
settled = true;
|
||||||
|
|
||||||
|
const isValid = hasValidTargetRect(rect);
|
||||||
|
if (isValid) {
|
||||||
|
targetRect.value = {
|
||||||
|
left: Number(rect.left),
|
||||||
|
top: Number(rect.top),
|
||||||
|
width: Number(rect.width),
|
||||||
|
height: Number(rect.height),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
resolve(isValid);
|
||||||
|
};
|
||||||
|
|
||||||
|
try {
|
||||||
|
const query = instance?.proxy
|
||||||
|
? uni.createSelectorQuery().in(instance.proxy)
|
||||||
|
: uni.createSelectorQuery();
|
||||||
|
|
||||||
|
query
|
||||||
|
.select(".target")
|
||||||
|
.boundingClientRect()
|
||||||
|
.exec((result) => finish(Array.isArray(result) ? result[0] : null));
|
||||||
|
} catch {
|
||||||
|
finish(null);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleWindowResize() {
|
||||||
|
void updateTargetRect();
|
||||||
|
}
|
||||||
|
|
||||||
function shouldHideRedHit(index) {
|
function shouldHideRedHit(index) {
|
||||||
return !!hiddenRedLatestKey.value && index === props.scores.length - 1;
|
return (
|
||||||
|
(!!hiddenRedLatestKey.value || pendingShotEffect.value?.team === "red") &&
|
||||||
|
index === props.scores.length - 1
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function shouldHideBlueHit(index) {
|
function shouldHideBlueHit(index) {
|
||||||
return !!hiddenBlueLatestKey.value && index === props.blueScores.length - 1;
|
return (
|
||||||
|
(!!hiddenBlueLatestKey.value || pendingShotEffect.value?.team === "blue") &&
|
||||||
|
index === props.blueScores.length - 1
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => props.scores,
|
() => props.scores.length,
|
||||||
(newVal) => {
|
(newLen, oldLen) => {
|
||||||
if (newVal.length - prevScores.value.length === 1) {
|
if (newLen === oldLen + 1) {
|
||||||
const latestShot = newVal[newVal.length - 1];
|
const latestShot = props.scores[newLen - 1];
|
||||||
if (shouldPlayShotEffect(latestShot)) {
|
if (shouldPlayShotEffect(latestShot)) {
|
||||||
triggerShotEffect("red", latestShot, newVal.length - 1);
|
void prepareShotEffect("red", latestShot, newLen - 1);
|
||||||
} else {
|
} else if (props.enableShotEffect) {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
showShotTip("red", latestShot);
|
showShotTip("red", latestShot);
|
||||||
}
|
}
|
||||||
} else if (newVal.length <= prevScores.value.length) {
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (newLen < oldLen) {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
latestOne.value = null;
|
latestOne.value = null;
|
||||||
hiddenRedLatestKey.value = "";
|
hiddenRedLatestKey.value = "";
|
||||||
if (shotEffect.value?.team === "red") shotEffect.value = null;
|
if (shotEffect.value?.team === "red") shotEffect.value = null;
|
||||||
}
|
}
|
||||||
prevScores.value = [...newVal];
|
|
||||||
},
|
|
||||||
{
|
|
||||||
deep: true,
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => props.blueScores,
|
() => props.blueScores.length,
|
||||||
(newVal) => {
|
(newLen, oldLen) => {
|
||||||
if (newVal.length - prevBlueScores.value.length === 1) {
|
if (newLen === oldLen + 1) {
|
||||||
const latestShot = newVal[newVal.length - 1];
|
const latestShot = props.blueScores[newLen - 1];
|
||||||
if (shouldPlayShotEffect(latestShot)) {
|
if (shouldPlayShotEffect(latestShot)) {
|
||||||
triggerShotEffect("blue", latestShot, newVal.length - 1);
|
void prepareShotEffect("blue", latestShot, newLen - 1);
|
||||||
} else {
|
} else if (props.enableShotEffect) {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
showShotTip("blue", latestShot);
|
showShotTip("blue", latestShot);
|
||||||
}
|
}
|
||||||
} else if (newVal.length <= prevBlueScores.value.length) {
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (newLen < oldLen) {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
bluelatestOne.value = null;
|
bluelatestOne.value = null;
|
||||||
hiddenBlueLatestKey.value = "";
|
hiddenBlueLatestKey.value = "";
|
||||||
if (shotEffect.value?.team === "blue") shotEffect.value = null;
|
if (shotEffect.value?.team === "blue") shotEffect.value = null;
|
||||||
}
|
}
|
||||||
prevBlueScores.value = [...newVal];
|
|
||||||
},
|
|
||||||
{
|
|
||||||
deep: true,
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -312,6 +435,14 @@ const simulShoot2 = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const openAim = async () => {
|
||||||
|
await laserAimAPI();
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeAim = async () => {
|
||||||
|
await laserCloseAPI();
|
||||||
|
};
|
||||||
|
|
||||||
const env = computed(() => {
|
const env = computed(() => {
|
||||||
const accountInfo = uni.getAccountInfoSync();
|
const accountInfo = uni.getAccountInfoSync();
|
||||||
return accountInfo.miniProgram.envVersion;
|
return accountInfo.miniProgram.envVersion;
|
||||||
@@ -349,9 +480,13 @@ async function onReceiveMessage(message) {
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
void updateTargetRect();
|
||||||
|
if (uni.onWindowResize) uni.onWindowResize(handleWindowResize);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
if (timer.value) {
|
if (timer.value) {
|
||||||
clearTimeout(timer.value);
|
clearTimeout(timer.value);
|
||||||
timer.value = null;
|
timer.value = null;
|
||||||
@@ -365,6 +500,7 @@ onBeforeUnmount(() => {
|
|||||||
shakeTimer.value = null;
|
shakeTimer.value = null;
|
||||||
}
|
}
|
||||||
uni.$off("socket-inbox", onReceiveMessage);
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
if (uni.offWindowResize) uni.offWindowResize(handleWindowResize);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -395,8 +531,7 @@ onBeforeUnmount(() => {
|
|||||||
v-if="latestOne"
|
v-if="latestOne"
|
||||||
class="round-tip fade-in-out"
|
class="round-tip fade-in-out"
|
||||||
:style="getRoundTipStyle(latestOne)"
|
:style="getRoundTipStyle(latestOne)"
|
||||||
>{{ latestOne.ringX ? "X" : latestOne.ring || "未上靶"
|
>{{ getRoundText(latestOne) }}
|
||||||
}}<text v-if="latestOne.ring">环</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
v-if="
|
v-if="
|
||||||
@@ -413,8 +548,7 @@ onBeforeUnmount(() => {
|
|||||||
v-if="bluelatestOne"
|
v-if="bluelatestOne"
|
||||||
class="round-tip fade-in-out"
|
class="round-tip fade-in-out"
|
||||||
:style="getRoundTipStyle(bluelatestOne)"
|
:style="getRoundTipStyle(bluelatestOne)"
|
||||||
>{{ bluelatestOne.ringX ? "X" : bluelatestOne.ring || "未上靶"
|
>{{ getRoundText(bluelatestOne) }}</view
|
||||||
}}<text v-if="bluelatestOne.ring">环</text></view
|
|
||||||
>
|
>
|
||||||
<block v-for="(bow, index) in scores" :key="index">
|
<block v-for="(bow, index) in scores" :key="index">
|
||||||
<image
|
<image
|
||||||
@@ -458,14 +592,34 @@ onBeforeUnmount(() => {
|
|||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<BowShotEffect
|
<BowShotEffect
|
||||||
|
v-if="!shotEffect || !shotEffect.viewportMode"
|
||||||
:shot="shotEffect && shotEffect.shot"
|
:shot="shotEffect && shotEffect.shot"
|
||||||
:playKey="shotEffect ? shotEffect.key : ''"
|
:playKey="shotEffect ? shotEffect.key : ''"
|
||||||
:targetRadius="safeTargetRadius"
|
:targetRadius="safeTargetRadius"
|
||||||
|
:targetLeft="targetRect.left"
|
||||||
|
:targetTop="targetRect.top"
|
||||||
|
:targetWidth="targetRect.width"
|
||||||
|
:targetHeight="targetRect.height"
|
||||||
|
:hitOffsetPx="currentHitRadiusPx"
|
||||||
@impact="shakeTarget"
|
@impact="shakeTarget"
|
||||||
@complete="completeShotEffect"
|
@complete="completeShotEffect"
|
||||||
/>
|
/>
|
||||||
<image src="../static/bow-target.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/bow-target.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
|
<BowShotEffect
|
||||||
|
v-if="shotEffect && shotEffect.viewportMode"
|
||||||
|
:shot="shotEffect.shot"
|
||||||
|
:playKey="shotEffect.key"
|
||||||
|
:targetRadius="safeTargetRadius"
|
||||||
|
:targetLeft="targetRect.left"
|
||||||
|
:targetTop="targetRect.top"
|
||||||
|
:targetWidth="targetRect.width"
|
||||||
|
:targetHeight="targetRect.height"
|
||||||
|
:hitOffsetPx="currentHitRadiusPx"
|
||||||
|
:viewportMode="true"
|
||||||
|
@impact="shakeTarget"
|
||||||
|
@complete="completeShotEffect"
|
||||||
|
/>
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
<PointSwitcher
|
<PointSwitcher
|
||||||
:onChange="(val) => (pMode = val)"
|
:onChange="(val) => (pMode = val)"
|
||||||
@@ -475,6 +629,8 @@ onBeforeUnmount(() => {
|
|||||||
<view class="simul" v-if="env !== 'release'">
|
<view class="simul" v-if="env !== 'release'">
|
||||||
<button @click="simulShoot">模拟</button>
|
<button @click="simulShoot">模拟</button>
|
||||||
<button @click="simulShoot2">射箭</button>
|
<button @click="simulShoot2">射箭</button>
|
||||||
|
<button @click="openAim">开瞄</button>
|
||||||
|
<button @click="closeAim">关瞄</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed, onMounted, onBeforeUnmount } from "vue";
|
import { ref } from "vue";
|
||||||
import { onShow } from "@dcloudio/uni-app";
|
import { onShow } from "@dcloudio/uni-app";
|
||||||
import AppBackground from "@/components/AppBackground.vue";
|
import AppBackground from "@/components/AppBackground.vue";
|
||||||
import Header from "@/components/Header.vue";
|
import Header from "@/components/Header.vue";
|
||||||
import ScreenHint from "@/components/ScreenHint.vue";
|
import ScreenHint from "@/components/ScreenHint.vue";
|
||||||
import BackToGame from "@/components/BackToGame.vue";
|
import BackToGame from "@/components/BackToGame.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
import {laserAimAPI, getBattleAPI, matchGameAPI} from "@/apis";
|
import {laserAimAPI, getBattleAPI, matchGameAPI} from "@/apis";
|
||||||
import { capsuleHeight, debounce } from "@/util";
|
import { capsuleHeight, debounce } from "@/util";
|
||||||
import AudioManager from "@/audioManager";
|
import { returnToBattle } from "@/utils/matchReturn";
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
title: {
|
title: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -25,6 +26,10 @@ const props = defineProps({
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
usePageScroll: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
isHome: {
|
isHome: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
@@ -41,6 +46,10 @@ const props = defineProps({
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
headerClass: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
titleStyle: {
|
titleStyle: {
|
||||||
type: [String, Object, Array],
|
type: [String, Object, Array],
|
||||||
default: () => ({}),
|
default: () => ({}),
|
||||||
@@ -49,14 +58,19 @@ const props = defineProps({
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
loading: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
loadingText: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
const isIOS = uni.getDeviceInfo().osName === "ios";
|
const isIOS = uni.getDeviceInfo().osName === "ios";
|
||||||
const showHint = ref(false);
|
const showHint = ref(false);
|
||||||
const hintType = ref(0);
|
const hintType = ref(0);
|
||||||
const isLoading = ref(false);
|
const isLoading = ref(false);
|
||||||
const audioInitProgress = ref(1);
|
|
||||||
const audioProgress = ref(0);
|
|
||||||
const audioTimer = ref(null);
|
|
||||||
|
|
||||||
const showGlobalHint = (type) => {
|
const showGlobalHint = (type) => {
|
||||||
hintType.value = type;
|
hintType.value = type;
|
||||||
@@ -67,49 +81,21 @@ const hideGlobalHint = () => {
|
|||||||
showHint.value = false;
|
showHint.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const restart = () => {
|
|
||||||
uni.restartMiniProgram({
|
|
||||||
path: "/pages/index",
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const checkAudioProgress = async () => {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
try {
|
|
||||||
audioInitProgress.value = AudioManager.getLoadProgress();
|
|
||||||
if (audioInitProgress.value === 1) return resolve();
|
|
||||||
audioTimer.value = setInterval(() => {
|
|
||||||
audioProgress.value = AudioManager.getLoadProgress();
|
|
||||||
if (audioProgress.value === 1) {
|
|
||||||
setTimeout(() => {
|
|
||||||
audioInitProgress.value = 1;
|
|
||||||
}, 200);
|
|
||||||
clearInterval(audioTimer.value);
|
|
||||||
resolve();
|
|
||||||
}
|
|
||||||
}, 200);
|
|
||||||
} catch (err) {
|
|
||||||
reject(err);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const audioFinalProgress = computed(() => {
|
|
||||||
const left = 1 - audioInitProgress.value;
|
|
||||||
return Math.max(0, (audioProgress.value - audioInitProgress.value) / left);
|
|
||||||
});
|
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
|
||||||
if (audioTimer.value) clearInterval(audioTimer.value);
|
|
||||||
});
|
|
||||||
|
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
uni.$showHint = showGlobalHint;
|
uni.$showHint = showGlobalHint;
|
||||||
uni.$hideHint = hideGlobalHint;
|
uni.$hideHint = hideGlobalHint;
|
||||||
uni.$checkAudio = checkAudioProgress;
|
|
||||||
showHint.value = false;
|
showHint.value = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const navigateTo = (url) =>
|
||||||
|
new Promise((resolve, reject) => {
|
||||||
|
uni.navigateTo({
|
||||||
|
url,
|
||||||
|
success: resolve,
|
||||||
|
fail: reject,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
const backToGame = debounce(async () => {
|
const backToGame = debounce(async () => {
|
||||||
if (isLoading.value) return; // 防止重复点击
|
if (isLoading.value) return; // 防止重复点击
|
||||||
|
|
||||||
@@ -117,16 +103,7 @@ const backToGame = debounce(async () => {
|
|||||||
isLoading.value = true;
|
isLoading.value = true;
|
||||||
const result = await getBattleAPI();
|
const result = await getBattleAPI();
|
||||||
if (result && result.matchId) {
|
if (result && result.matchId) {
|
||||||
await checkAudioProgress();
|
await returnToBattle(result, navigateTo);
|
||||||
if (result.mode <= 3) {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: `/pages/team-battle/index?battleId=${result.matchId}`,
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: `/pages/melee-battle?battleId=${result.matchId}`,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("获取当前游戏失败:", error);
|
console.error("获取当前游戏失败:", error);
|
||||||
@@ -156,13 +133,27 @@ const goCalibration = async () => {
|
|||||||
<AppBackground :type="bgType" :bgColor="bgColor" />
|
<AppBackground :type="bgType" :bgColor="bgColor" />
|
||||||
<Header
|
<Header
|
||||||
v-if="!isHome"
|
v-if="!isHome"
|
||||||
|
:class="headerClass"
|
||||||
:title="title"
|
:title="title"
|
||||||
:onBack="onBack"
|
:onBack="onBack"
|
||||||
:whiteBackArrow="whiteBackArrow"
|
:whiteBackArrow="whiteBackArrow"
|
||||||
:titleStyle="titleStyle"
|
:titleStyle="titleStyle"
|
||||||
|
:style="
|
||||||
|
usePageScroll
|
||||||
|
? {
|
||||||
|
position: 'sticky',
|
||||||
|
top: capsuleHeight + 'px',
|
||||||
|
zIndex: 10,
|
||||||
|
}
|
||||||
|
: undefined
|
||||||
|
"
|
||||||
/>
|
/>
|
||||||
<BackToGame v-if="showBackToGame" />
|
<BackToGame v-if="showBackToGame" />
|
||||||
|
<view v-if="usePageScroll">
|
||||||
|
<slot></slot>
|
||||||
|
</view>
|
||||||
<scroll-view
|
<scroll-view
|
||||||
|
v-else
|
||||||
:scroll-y="scroll"
|
:scroll-y="scroll"
|
||||||
:enhanced="true"
|
:enhanced="true"
|
||||||
:bounces="false"
|
:bounces="false"
|
||||||
@@ -224,24 +215,19 @@ const goCalibration = async () => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</ScreenHint>
|
</ScreenHint>
|
||||||
<view v-if="audioInitProgress < 1" class="audio-progress">
|
<view v-if="loading" class="audio-progress">
|
||||||
<image
|
<image
|
||||||
src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png"
|
src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<view>
|
<view>
|
||||||
<view :style="{ width: `${audioFinalProgress * 100}%` }">
|
<view :style="{ width: '100%' }"></view>
|
||||||
<!-- <image
|
|
||||||
src="https://static.shelingxingqiu.com/attachment/2025-11-24/degu91a7si77sg9jqv.png"
|
|
||||||
mode="widthFix"
|
|
||||||
/> -->
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text>若加载时间过长,请</text>
|
<text>{{ loadingText || "加载中..." }}</text>
|
||||||
<button hover-class="none" @click="restart">点击这里重启</button>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<DeviceChargingDialog />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -283,6 +269,7 @@ const goCalibration = async () => {
|
|||||||
color: #666;
|
color: #666;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-progress {
|
.audio-progress {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
@@ -296,11 +283,13 @@ const goCalibration = async () => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-progress > image:nth-child(1) {
|
.audio-progress > image:nth-child(1) {
|
||||||
width: 140rpx;
|
width: 140rpx;
|
||||||
height: 150rpx;
|
height: 150rpx;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-progress > view:nth-child(2) {
|
.audio-progress > view:nth-child(2) {
|
||||||
width: 380rpx;
|
width: 380rpx;
|
||||||
height: 6rpx;
|
height: 6rpx;
|
||||||
@@ -311,34 +300,24 @@ const goCalibration = async () => {
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-progress > view:nth-child(2) > view {
|
.audio-progress > view:nth-child(2) > view {
|
||||||
background: #ffe431;
|
width: 100%;
|
||||||
min-height: 6rpx;
|
min-height: 6rpx;
|
||||||
|
background: #ffe431;
|
||||||
border-radius: 4rpx;
|
border-radius: 4rpx;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-end;
|
|
||||||
transition: width 0.5s ease;
|
|
||||||
}
|
|
||||||
.audio-progress > view:nth-child(2) > view > image {
|
|
||||||
width: 46rpx;
|
|
||||||
height: 26rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-progress > view:nth-child(3) {
|
.audio-progress > view:nth-child(3) {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-progress > view:nth-child(3) > text {
|
.audio-progress > view:nth-child(3) > text {
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
color: #a2a2a2;
|
color: #a2a2a2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 32rpx;
|
line-height: 32rpx;
|
||||||
}
|
}
|
||||||
.audio-progress > view:nth-child(3) > button {
|
|
||||||
font-size: 22rpx;
|
|
||||||
color: #ffe431;
|
|
||||||
line-height: 32rpx;
|
|
||||||
padding: 20rpx 0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ const createRoom = debounce(async () => {
|
|||||||
}
|
}
|
||||||
if (loading.value === true) return;
|
if (loading.value === true) return;
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
|
let keepLoading = false;
|
||||||
let size = 2;
|
let size = 2;
|
||||||
if (battleMode.value === 2) size = 10;
|
if (battleMode.value === 2) size = 10;
|
||||||
if (battleMode.value === 3) size = 4;
|
if (battleMode.value === 3) size = 4;
|
||||||
@@ -49,14 +50,18 @@ const createRoom = debounce(async () => {
|
|||||||
if (result.number) {
|
if (result.number) {
|
||||||
props.onConfirm();
|
props.onConfirm();
|
||||||
await joinRoomAPI(result.number);
|
await joinRoomAPI(result.number);
|
||||||
|
keepLoading = true;
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/battle-room?roomNumber=" + result.number + "&target=" + targetMode.value,
|
url: "/pages/battle-room?roomNumber=" + result.number + "&target=" + targetMode.value,
|
||||||
|
fail: () => {
|
||||||
|
loading.value = false;
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false;
|
if (!keepLoading) loading.value = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@@ -64,7 +69,7 @@ const createRoom = debounce(async () => {
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="target-options-header">
|
<view class="target-options-header">
|
||||||
<view class="target-options-header-line-left"></view>
|
<view class="target-options-header-line-left"></view>
|
||||||
<image class="target-options-header-title-img" src="../static/choose-battle-mode.png" mode="widthFix" />
|
<image class="target-options-header-title-img" src="https://static.shelingxingqiu.com/shootmini/static/choose-battle-mode.png" mode="widthFix" />
|
||||||
<view class="target-options-header-line-right"></view>
|
<view class="target-options-header-line-right"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="create-options">
|
<view class="create-options">
|
||||||
@@ -112,7 +117,7 @@ const createRoom = debounce(async () => {
|
|||||||
<text>40厘米全环靶</text>
|
<text>40厘米全环靶</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<SButton :onClick="() => $clickSound(createRoom)">创建房间</SButton>
|
<SButton :disabled="loading" :onClick="() => { $clickSound(); return createRoom(); }">创建房间</SButton>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
<script setup>
|
||||||
|
import { storeToRefs } from "pinia";
|
||||||
|
import ModalDialog from "@/components/ModalDialog.vue";
|
||||||
|
import useStore from "@/store";
|
||||||
|
|
||||||
|
const chargingNotice =
|
||||||
|
"检测到智能弓箭已开始充电,为保护电池,设备即将自动关机。\n(注意:此时拔出充电线将会重启设备。)";
|
||||||
|
|
||||||
|
const store = useStore();
|
||||||
|
const { deviceChargingDialogVisible } = storeToRefs(store);
|
||||||
|
const { hideDeviceChargingDialog } = store;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<ModalDialog
|
||||||
|
:show="deviceChargingDialogVisible"
|
||||||
|
:content="chargingNotice"
|
||||||
|
:show-cancel="false"
|
||||||
|
confirm-text="我知道了"
|
||||||
|
:on-confirm="hideDeviceChargingDialog"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
@@ -12,13 +12,13 @@ defineProps({
|
|||||||
const bubbleTypes = [
|
const bubbleTypes = [
|
||||||
"../static/long-bubble.png",
|
"../static/long-bubble.png",
|
||||||
"../static/long-bubble-middle.png",
|
"../static/long-bubble-middle.png",
|
||||||
"../static/long-bubble-tall.png",
|
"https://static.shelingxingqiu.com/shootmini/static/long-bubble-tall.png",
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<image src="../static/shooter.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/shooter.png" mode="widthFix" />
|
||||||
<view>
|
<view>
|
||||||
<image
|
<image
|
||||||
v-if="!noBg"
|
v-if="!noBg"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
import { ref, watch, onMounted, onBeforeUnmount } from "vue";
|
import { ref, watch, onMounted, onBeforeUnmount } from "vue";
|
||||||
import audioManager from "@/audioManager";
|
import audioManager from "@/audioManager";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
import { getDirectionText } from "@/util";
|
import { getDirectionText, getInvalidShotAudioKey } from "@/util";
|
||||||
|
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
@@ -91,7 +91,7 @@ async function onReceiveMessage(message) {
|
|||||||
title: "距离不足,无效",
|
title: "距离不足,无效",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
audioManager.play("射击无效");
|
audioManager.play(getInvalidShotAudioKey(shootData));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ onBeforeUnmount(() => {
|
|||||||
<template>
|
<template>
|
||||||
<view class="matching">
|
<view class="matching">
|
||||||
<image
|
<image
|
||||||
src="../static/matching-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/matching-bg.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
class="matching-bg"
|
class="matching-bg"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -52,19 +52,19 @@ const handleConfirm = () => {
|
|||||||
<view class="modal-wrap scale-in">
|
<view class="modal-wrap scale-in">
|
||||||
<image
|
<image
|
||||||
class="dialog-light"
|
class="dialog-light"
|
||||||
src="../static/common/dialog-light.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/common/dialog-light.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
class="dialog-icon"
|
class="dialog-icon"
|
||||||
src="../static/common/dialog-icon.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/common/dialog-icon.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<view class="dialog-panel">
|
<view class="dialog-panel">
|
||||||
<image
|
<image
|
||||||
class="dialog-bg"
|
class="dialog-bg"
|
||||||
src="../static/common/dialog-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/common/dialog-bg.png"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
/>
|
/>
|
||||||
<view class="dialog-content">
|
<view class="dialog-content">
|
||||||
|
|||||||
+10
-10
@@ -85,25 +85,25 @@ const handleUpdateClick = async () => {
|
|||||||
<!-- 悬浮图标(溢出卡片顶部) -->
|
<!-- 悬浮图标(溢出卡片顶部) -->
|
||||||
<image
|
<image
|
||||||
v-if="isNewVersion"
|
v-if="isNewVersion"
|
||||||
src="../static/ota/ota-mascot.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/ota/ota-mascot.png"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
class="float-icon float-mascot"
|
class="float-icon float-mascot"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-else-if="isSuccess"
|
v-else-if="isSuccess"
|
||||||
src="../static/ota/check-char.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/ota/check-char.png"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
class="float-icon float-check"
|
class="float-icon float-check"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-else-if="isFailure"
|
v-else-if="isFailure"
|
||||||
src="../static/ota/close-char.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/ota/close-char.png"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
class="float-icon float-close"
|
class="float-icon float-close"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-else-if="isProgress"
|
v-else-if="isProgress"
|
||||||
src="../static/ota/target-char.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/ota/target-char.png"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
class="float-icon float-target"
|
class="float-icon float-target"
|
||||||
/>
|
/>
|
||||||
@@ -111,7 +111,7 @@ const handleUpdateClick = async () => {
|
|||||||
<!-- 弹窗卡片:overflow:visible 允许按钮溢出底部,背景图通过 ota-bg-clip 独立裁剪保持圆角 -->
|
<!-- 弹窗卡片:overflow:visible 允许按钮溢出底部,背景图通过 ota-bg-clip 独立裁剪保持圆角 -->
|
||||||
<view class="ota-dialog">
|
<view class="ota-dialog">
|
||||||
<view class="ota-bg-clip">
|
<view class="ota-bg-clip">
|
||||||
<image src="../static/ota/ota-bg.png" mode="aspectFill" class="ota-bg" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/ota-bg.png" mode="aspectFill" class="ota-bg" />
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="ota-content"
|
class="ota-content"
|
||||||
@@ -120,9 +120,9 @@ const handleUpdateClick = async () => {
|
|||||||
|
|
||||||
<!-- 发现新版本:new-ver.png 已包含标题图,不再重复文字;版本号使用 ota-ver.png 胶囊背景 -->
|
<!-- 发现新版本:new-ver.png 已包含标题图,不再重复文字;版本号使用 ota-ver.png 胶囊背景 -->
|
||||||
<block v-if="isNewVersion">
|
<block v-if="isNewVersion">
|
||||||
<image src="../static/ota/new-ver.png" mode="aspectFit" class="new-ver-img" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/new-ver.png" mode="aspectFit" class="new-ver-img" />
|
||||||
<view v-if="version" class="version-tag-wrap">
|
<view v-if="version" class="version-tag-wrap">
|
||||||
<image src="../static/ota/ota-ver.png" mode="aspectFit" class="version-tag-bg-img" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/ota-ver.png" mode="aspectFit" class="version-tag-bg-img" />
|
||||||
<text class="version-tag">{{ version }}</text>
|
<text class="version-tag">{{ version }}</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- 副标题:如“新版本将优化智能弓体验”,离下方详情 12rpx -->
|
<!-- 副标题:如“新版本将优化智能弓体验”,离下方详情 12rpx -->
|
||||||
@@ -139,7 +139,7 @@ const handleUpdateClick = async () => {
|
|||||||
|
|
||||||
<!-- 更新成功:图片左边距 34rpx,文案左边距 44rpx,按钮浮动底部居中 -->
|
<!-- 更新成功:图片左边距 34rpx,文案左边距 44rpx,按钮浮动底部居中 -->
|
||||||
<block v-else-if="isSuccess">
|
<block v-else-if="isSuccess">
|
||||||
<image src="../static/ota/update-ok.png" mode="aspectFit" class="result-title-img" style="width: 220rpx; height: 62rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/update-ok.png" mode="aspectFit" class="result-title-img" style="width: 220rpx; height: 62rpx;" />
|
||||||
<text class="dialog-desc">请关机并重启智能弓</text>
|
<text class="dialog-desc">请关机并重启智能弓</text>
|
||||||
<view class="btn-group-result">
|
<view class="btn-group-result">
|
||||||
<view class="primary-btn" @click="emit('done')">
|
<view class="primary-btn" @click="emit('done')">
|
||||||
@@ -150,7 +150,7 @@ const handleUpdateClick = async () => {
|
|||||||
|
|
||||||
<!-- 更新中:复用成功标题图,正文区域展示进度条,无底部按钮 -->
|
<!-- 更新中:复用成功标题图,正文区域展示进度条,无底部按钮 -->
|
||||||
<block v-else-if="isProgress">
|
<block v-else-if="isProgress">
|
||||||
<image src="../static/ota/update_progress.png" mode="aspectFit" class="result-title-img" style="width: 220rpx; height: 62rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/update_progress.png" mode="aspectFit" class="result-title-img" style="width: 220rpx; height: 62rpx;" />
|
||||||
<view class="progress-wrap">
|
<view class="progress-wrap">
|
||||||
<view class="progress-track">
|
<view class="progress-track">
|
||||||
<view class="progress-fill" :style="{ width: `${progressValue}%` }"></view>
|
<view class="progress-fill" :style="{ width: `${progressValue}%` }"></view>
|
||||||
@@ -160,7 +160,7 @@ const handleUpdateClick = async () => {
|
|||||||
|
|
||||||
<!-- 更新失败:图片左边距 34rpx,文案左对齐 44rpx,按钮浮动底部居中 -->
|
<!-- 更新失败:图片左边距 34rpx,文案左对齐 44rpx,按钮浮动底部居中 -->
|
||||||
<block v-else-if="isFailure">
|
<block v-else-if="isFailure">
|
||||||
<image src="../static/ota/update-fail.png" mode="aspectFit" class="result-title-img" style="width: 222rpx; height: 62rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/update-fail.png" mode="aspectFit" class="result-title-img" style="width: 222rpx; height: 62rpx;" />
|
||||||
<text class="dialog-desc">请确保:</text>
|
<text class="dialog-desc">请确保:</text>
|
||||||
<text class="dialog-desc">1、智能弓已开启</text>
|
<text class="dialog-desc">1、智能弓已开启</text>
|
||||||
<text class="dialog-desc">2、网路连接稳定</text>
|
<text class="dialog-desc">2、网路连接稳定</text>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ const rowCount = new Array(6).fill(0);
|
|||||||
const getRingText = (arrow) => {
|
const getRingText = (arrow) => {
|
||||||
if (!arrow) return "-";
|
if (!arrow) return "-";
|
||||||
if (arrow.ringX && arrow.ring) return "X环";
|
if (arrow.ringX && arrow.ring) return "X环";
|
||||||
return arrow.ring ? `${arrow.ring}环` : "-";
|
return `${Number(arrow.ring) || 0}环`;
|
||||||
};
|
};
|
||||||
const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
||||||
|
|
||||||
|
|||||||
@@ -20,13 +20,22 @@ const props = defineProps({
|
|||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
||||||
|
|
||||||
|
const getMemberNicknameClass = (player = {}) => [
|
||||||
|
"member-nickname",
|
||||||
|
player.vip === true && player.sVip !== true ? "member-nickname--vip" : "",
|
||||||
|
player.sVip === true ? "member-nickname--svip" : "",
|
||||||
|
];
|
||||||
|
|
||||||
const seats = new Array(props.total).fill(1);
|
const seats = new Array(props.total).fill(1);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="players">
|
<view class="players">
|
||||||
<view v-for="(_, index) in seats" :key="index">
|
<view v-for="(_, index) in seats" :key="index">
|
||||||
<image src="../static/player-bg.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/player-bg.png" mode="widthFix" />
|
||||||
<view v-if="players[index] && players[index].name" class="avatar">
|
<view v-if="players[index] && players[index].name" class="avatar">
|
||||||
<Avatar
|
<Avatar
|
||||||
:src="players[index].avatar || '../static/user-icon.png'"
|
:src="players[index].avatar || '../static/user-icon.png'"
|
||||||
@@ -40,10 +49,27 @@ const seats = new Array(props.total).fill(1);
|
|||||||
<view v-else class="player-unknow">
|
<view v-else class="player-unknow">
|
||||||
<image src="../static/question-mark.png" mode="widthFix" />
|
<image src="../static/question-mark.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
<text v-if="players[index] && players[index].name">{{
|
<view
|
||||||
players[index].name
|
v-if="players[index] && players[index].name && isMember(players[index])"
|
||||||
}}</text>
|
:class="['player-seat-name', ...getMemberNicknameClass(players[index])]"
|
||||||
<text v-else :style="{ color: '#fff9' }">虚位以待</text>
|
>
|
||||||
|
<text class="member-nickname__text">{{ players[index].name }}</text>
|
||||||
|
<text
|
||||||
|
v-if="players[index].sVip === true"
|
||||||
|
class="member-nickname__shine"
|
||||||
|
>
|
||||||
|
{{ players[index].name }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<text
|
||||||
|
v-else-if="players[index] && players[index].name"
|
||||||
|
class="player-seat-name"
|
||||||
|
>
|
||||||
|
{{ players[index].name }}
|
||||||
|
</text>
|
||||||
|
<text v-else class="player-seat-name" :style="{ color: '#fff9' }">
|
||||||
|
虚位以待
|
||||||
|
</text>
|
||||||
<view v-if="index === 0" class="founder">管理员</view>
|
<view v-if="index === 0" class="founder">管理员</view>
|
||||||
<!-- <image
|
<!-- <image
|
||||||
:src="`../static/player-${index + 1}.png`"
|
:src="`../static/player-${index + 1}.png`"
|
||||||
@@ -108,7 +134,7 @@ const seats = new Array(props.total).fill(1);
|
|||||||
height: 28rpx;
|
height: 28rpx;
|
||||||
line-height: 28rpx;
|
line-height: 28rpx;
|
||||||
}
|
}
|
||||||
.players > view > text:nth-child(3) {
|
.player-seat-name {
|
||||||
width: 20vw;
|
width: 20vw;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ onMounted(() => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="right-part">
|
<view class="right-part">
|
||||||
<image src="../static/bow-target.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/bow-target.png" mode="widthFix" />
|
||||||
<view class="arrow-amount">
|
<view class="arrow-amount">
|
||||||
<text>{{ data.actualTotalRing }}</text>
|
<text>{{ data.actualTotalRing }}</text>
|
||||||
<text>/</text>
|
<text>/</text>
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ onMounted(async () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<image src="../static/donate.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/donate.png" mode="widthFix" />
|
||||||
<text>感谢您对我们公益项目的支持!</text>
|
<text>感谢您对我们公益项目的支持!</text>
|
||||||
<view class="amounts">
|
<view class="amounts">
|
||||||
<button
|
<button
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, watch, onMounted, onBeforeUnmount } from "vue";
|
import { ref, watch } from "vue";
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
rowCount: {
|
rowCount: {
|
||||||
type: Number,
|
type: Number,
|
||||||
@@ -26,34 +26,27 @@ const items = ref(new Array(props.total).fill(9));
|
|||||||
const width = ref(92);
|
const width = ref(92);
|
||||||
const itemWidth = ref(0);
|
const itemWidth = ref(0);
|
||||||
const bgImages = [
|
const bgImages = [
|
||||||
"../static/complete-light1.png",
|
"https://static.shelingxingqiu.com/shootmini/static/complete-light1.png",
|
||||||
"../static/complete-light2.png",
|
"https://static.shelingxingqiu.com/shootmini/static/complete-light2.png",
|
||||||
];
|
];
|
||||||
const bgIndex = ref(0);
|
|
||||||
watch(
|
watch(
|
||||||
() => props.total,
|
() => props.total,
|
||||||
(newValue) => {
|
(newValue) => {
|
||||||
items.value = new Array(newValue).fill(9);
|
items.value = new Array(newValue).fill(9);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
const timer = ref(null);
|
|
||||||
onMounted(() => {
|
|
||||||
timer.value = setInterval(() => {
|
|
||||||
bgIndex.value = bgIndex.value === 0 ? 1 : 0;
|
|
||||||
}, 200);
|
|
||||||
});
|
|
||||||
onBeforeUnmount(() => {
|
|
||||||
if (timer.value) {
|
|
||||||
clearInterval(timer.value);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
|
<template v-if="total > 0 && arrows.length === total && completeEffect">
|
||||||
<image
|
<image
|
||||||
v-if="total > 0 && arrows.length === total && completeEffect"
|
v-for="(image, index) in bgImages"
|
||||||
:src="bgImages[bgIndex]"
|
:key="image"
|
||||||
class="complete-light"
|
:src="image"
|
||||||
|
:class="[
|
||||||
|
'complete-light',
|
||||||
|
index === 0 ? 'complete-light--first' : 'complete-light--second',
|
||||||
|
]"
|
||||||
:style="{
|
:style="{
|
||||||
width: `calc(${(100 / (rowCount + 2)) * rowCount}vw + ${
|
width: `calc(${(100 / (rowCount + 2)) * rowCount}vw + ${
|
||||||
(100 / (total * 2)) * (rowCount * 2 + (total === 12 ? 8 : 24))
|
(100 / (total * 2)) * (rowCount * 2 + (total === 12 ? 8 : 24))
|
||||||
@@ -65,6 +58,7 @@ onBeforeUnmount(() => {
|
|||||||
top: `${total === 12 ? -2 : -3}vw`,
|
top: `${total === 12 ? -2 : -3}vw`,
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
</template>
|
||||||
<view
|
<view
|
||||||
v-for="(_, index) in items"
|
v-for="(_, index) in items"
|
||||||
:key="index"
|
:key="index"
|
||||||
@@ -121,4 +115,30 @@ onBeforeUnmount(() => {
|
|||||||
.complete-light {
|
.complete-light {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
.complete-light--first {
|
||||||
|
animation: complete-light-first 400ms steps(1, end) infinite;
|
||||||
|
}
|
||||||
|
.complete-light--second {
|
||||||
|
animation: complete-light-second 400ms steps(1, end) infinite;
|
||||||
|
}
|
||||||
|
@keyframes complete-light-first {
|
||||||
|
0%,
|
||||||
|
49.9% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50%,
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes complete-light-second {
|
||||||
|
0%,
|
||||||
|
49.9% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50%,
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -5,13 +5,19 @@ const props = defineProps({
|
|||||||
default: () => [],
|
default: () => [],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const getSum = (a, b, c) => {
|
const getSum = (...arrows) => {
|
||||||
const sum = (Number(a) || 0) + (Number(b) || 0) + (Number(c) || 0);
|
const recordedArrows = arrows.filter(Boolean);
|
||||||
return sum > 0 ? sum + "环" : "-";
|
if (!recordedArrows.length) return "-";
|
||||||
|
const sum = recordedArrows.reduce(
|
||||||
|
(total, arrow) => total + (Number(arrow.ring) || 0),
|
||||||
|
0
|
||||||
|
);
|
||||||
|
return `${sum}环`;
|
||||||
};
|
};
|
||||||
const roundsName = ["第一轮", "第二轮", "第三轮", "第四轮"];
|
const roundsName = ["第一轮", "第二轮", "第三轮", "第四轮"];
|
||||||
const getShowText = (arrow = {}) => {
|
const getShowText = (arrow) => {
|
||||||
return arrow.ring ? (arrow.ringX ? "X" : arrow.ring + "环") : "-";
|
if (!arrow) return "-";
|
||||||
|
return arrow.ringX ? "X" : `${Number(arrow.ring) || 0}环`;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -57,19 +57,22 @@ onMounted(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const getRing = (arrow) => {
|
const getRing = (arrow) => {
|
||||||
|
if (!arrow) return "-";
|
||||||
if (arrow.ringX) return "X";
|
if (arrow.ringX) return "X";
|
||||||
return arrow.ring ? arrow.ring : "-";
|
return Number(arrow.ring) || 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
const arrows = computed(() => {
|
const arrows = computed(() => {
|
||||||
const data = new Array(props.total).fill({ ring: 0 });
|
const data = new Array(props.total).fill(null);
|
||||||
(props.result.details || []).forEach((arrow, index) => {
|
(props.result.details || []).forEach((arrow, index) => {
|
||||||
data[index] = arrow;
|
data[index] = arrow;
|
||||||
});
|
});
|
||||||
return data;
|
return data;
|
||||||
});
|
});
|
||||||
|
|
||||||
const validArrows = computed(() => arrows.value.filter((a) => !!a.ring).length);
|
const validArrows = computed(
|
||||||
|
() => arrows.value.filter((a) => Number(a?.ring) > 0).length
|
||||||
|
);
|
||||||
const isMember = computed(() => user.value.vip === true || user.value.sVip === true);
|
const isMember = computed(() => user.value.vip === true || user.value.sVip === true);
|
||||||
const openCoachComment = () => {
|
const openCoachComment = () => {
|
||||||
if (!isMember.value) return;
|
if (!isMember.value) return;
|
||||||
@@ -81,7 +84,7 @@ const openCoachComment = () => {
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<view :class="['container-header', showPanel ? 'scale-in' : 'scale-out']">
|
<view :class="['container-header', showPanel ? 'scale-in' : 'scale-out']">
|
||||||
<image :src="tipSrc" mode="widthFix" />
|
<image :src="tipSrc" mode="widthFix" />
|
||||||
<image src="../static/finish-frame.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/finish-frame.png" mode="widthFix" />
|
||||||
<text
|
<text
|
||||||
>完成<text class="gold-text">{{ validArrows }}</text
|
>完成<text class="gold-text">{{ validArrows }}</text
|
||||||
>箭,获得<text class="gold-text">{{ validArrows }}</text
|
>箭,获得<text class="gold-text">{{ validArrows }}</text
|
||||||
@@ -143,7 +146,7 @@ const openCoachComment = () => {
|
|||||||
}}</text
|
}}</text
|
||||||
>环的成绩,所有箭支上靶后的平均点间距为<text
|
>环的成绩,所有箭支上靶后的平均点间距为<text
|
||||||
:style="{ color: '#fed847' }"
|
:style="{ color: '#fed847' }"
|
||||||
>{{ Number((result.average_distance || 0).toFixed(2)) }}</text
|
>{{ Number((result?.interpretation?.spreadStability || 0).toFixed(2)) }}</text
|
||||||
>,{{
|
>,{{
|
||||||
result.spreadEvaluation === "Dispersed"
|
result.spreadEvaluation === "Dispersed"
|
||||||
? "还需要持续改进哦~"
|
? "还需要持续改进哦~"
|
||||||
|
|||||||
@@ -27,22 +27,22 @@ const getContentHeight = () => {
|
|||||||
<view class="scale-in" :style="{ height: getContentHeight() }">
|
<view class="scale-in" :style="{ height: getContentHeight() }">
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'normal'"
|
v-if="mode === 'normal'"
|
||||||
src="../static/screen-hint-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/screen-hint-bg.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'tall'"
|
v-if="mode === 'tall'"
|
||||||
src="../static/coach-comment.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/coach-comment.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'square'"
|
v-if="mode === 'square'"
|
||||||
src="../static/prompt-bg-square.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/prompt-bg-square.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'small'"
|
v-if="mode === 'small'"
|
||||||
src="../static/finish-frame.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/finish-frame.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ const props = defineProps({
|
|||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ display: show ? 'flex' : 'none' }">
|
<view class="container" :style="{ display: show ? 'flex' : 'none' }">
|
||||||
<view class="scale-in">
|
<view class="scale-in">
|
||||||
<image src="../static/point-book-tip-bg.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/point-book-tip-bg.png" mode="widthFix" />
|
||||||
<slot />
|
<slot />
|
||||||
</view>
|
</view>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
import { ref, watch, onMounted, onBeforeUnmount, computed } from "vue";
|
import { ref, watch, onMounted, onBeforeUnmount, computed } from "vue";
|
||||||
import audioManager from "@/audioManager";
|
import audioManager from "@/audioManager";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
import { getDirectionText } from "@/util";
|
import { getDirectionText, getInvalidShotAudioKey } from "@/util";
|
||||||
|
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
@@ -38,10 +38,18 @@ const props = defineProps({
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
halfRest: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
onStop: {
|
onStop: {
|
||||||
type: Function,
|
type: Function,
|
||||||
default: () => {},
|
default: () => {},
|
||||||
},
|
},
|
||||||
|
endAudioKey: {
|
||||||
|
type: String,
|
||||||
|
default: "比赛结束",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const barColor = ref("#fed847");
|
const barColor = ref("#fed847");
|
||||||
@@ -136,22 +144,27 @@ const updateSound = () => {
|
|||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (Array.isArray(msg)) return;
|
if (Array.isArray(msg)) return;
|
||||||
if (msg.type === MESSAGETYPESV2.BattleStart) {
|
if (msg.type === MESSAGETYPESV2.BattleStart) {
|
||||||
|
const audioKey = props.melee && (halfTime.value || props.halfRest) ? "下半场开始" : "比赛开始";
|
||||||
halfTime.value = false;
|
halfTime.value = false;
|
||||||
audioManager.play("比赛开始");
|
audioManager.play(audioKey);
|
||||||
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
audioManager.play("比赛结束", false);
|
audioManager.play(props.endAudioKey, false);
|
||||||
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
let arrow = {};
|
let arrow = {};
|
||||||
if (msg.details && Array.isArray(msg.details)) {
|
if (msg.details && Array.isArray(msg.details)) {
|
||||||
arrow = msg.details[msg.details.length - 1];
|
arrow = msg.details[msg.details.length - 1];
|
||||||
} else {
|
} else {
|
||||||
if (msg.shootData.playerId !== user.value.id) return;
|
if (!msg.shootData || String(msg.shootData.playerId) !== String(user.value.id)) return;
|
||||||
if (msg.shootData) arrow = msg.shootData;
|
if (msg.shootData) arrow = msg.shootData;
|
||||||
}
|
}
|
||||||
let key = [];
|
let key = [];
|
||||||
key.push(arrow.ring ? `${arrow.ringX ? "X" : arrow.ring}环` : "未上靶");
|
key.push(arrow.ring ? `${arrow.ringX ? "X" : arrow.ring}环` : "未上靶");
|
||||||
if (arrow.angle !== null)
|
if (arrow.angle)
|
||||||
key.push(`向${getDirectionText(arrow.angle)}调整`);
|
key.push(`向${getDirectionText(arrow.angle)}调整`);
|
||||||
|
const shouldPlayTententen =
|
||||||
|
arrow.threeConsecutive10Rings === true ||
|
||||||
|
msg.shootData?.threeConsecutive10Rings === true;
|
||||||
|
if (!props.melee && shouldPlayTententen) key.push("tententen");
|
||||||
audioManager.play(key, false);
|
audioManager.play(key, false);
|
||||||
} else if (msg.type === MESSAGETYPESV2.HalfRest) {
|
} else if (msg.type === MESSAGETYPESV2.HalfRest) {
|
||||||
halfTime.value = true;
|
halfTime.value = true;
|
||||||
@@ -161,7 +174,7 @@ async function onReceiveMessage(msg) {
|
|||||||
title: "距离不足,无效",
|
title: "距离不足,无效",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
audioManager.play("射击无效");
|
audioManager.play(getInvalidShotAudioKey(msg.shootData));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -186,7 +199,7 @@ onBeforeUnmount(() => {
|
|||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ display: show ? 'block' : 'none' }">
|
<view class="container" :style="{ display: show ? 'block' : 'none' }">
|
||||||
<view>
|
<view>
|
||||||
<image src="../static/shooter.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/shooter.png" mode="widthFix" />
|
||||||
<text>{{ tipContent }}</text>
|
<text>{{ tipContent }}</text>
|
||||||
<button hover-class="none" @click="updateSound">
|
<button hover-class="none" @click="updateSound">
|
||||||
<image
|
<image
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import {
|
|||||||
loginAPI,
|
loginAPI,
|
||||||
getHomeData,
|
getHomeData,
|
||||||
getPhoneNumberAPI,
|
getPhoneNumberAPI,
|
||||||
|
getPhoneNumberAPIv2,
|
||||||
getDeviceBatteryAPI,
|
getDeviceBatteryAPI,
|
||||||
} from "@/apis";
|
} from "@/apis";
|
||||||
|
|
||||||
@@ -31,6 +32,10 @@ const props = defineProps({
|
|||||||
type: Function,
|
type: Function,
|
||||||
default: () => {},
|
default: () => {},
|
||||||
},
|
},
|
||||||
|
onSuccess: {
|
||||||
|
type: Function,
|
||||||
|
default: () => {},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
const agree = ref(false);
|
const agree = ref(false);
|
||||||
const phone = ref("");
|
const phone = ref("");
|
||||||
@@ -43,12 +48,12 @@ const handleAgree = () => {
|
|||||||
|
|
||||||
async function getphonenumber(e) {
|
async function getphonenumber(e) {
|
||||||
if (e.detail.code) {
|
if (e.detail.code) {
|
||||||
const wxResult = await wxLogin();
|
// const wxResult = await wxLogin();
|
||||||
const result = await getPhoneNumberAPI({
|
const result = await getPhoneNumberAPIv2({
|
||||||
...e.detail,
|
// ...e.detail,
|
||||||
code: wxResult.code,
|
code: e.detail.code,
|
||||||
});
|
});
|
||||||
if (result.phone) phone.value = result.phone;
|
if (result.purePhoneNumber) phone.value = result.purePhoneNumber;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -126,6 +131,7 @@ async function doLogin() {
|
|||||||
clearDevice();
|
clearDevice();
|
||||||
}
|
}
|
||||||
props.onClose();
|
props.onClose();
|
||||||
|
await props.onSuccess();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log("login error", error);
|
console.log("login error", error);
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
@@ -0,0 +1,652 @@
|
|||||||
|
<script setup>
|
||||||
|
import {
|
||||||
|
computed,
|
||||||
|
getCurrentInstance,
|
||||||
|
nextTick,
|
||||||
|
onBeforeUnmount,
|
||||||
|
onMounted,
|
||||||
|
ref,
|
||||||
|
watch,
|
||||||
|
} from "vue";
|
||||||
|
|
||||||
|
const defaultCanvasSize = 300;
|
||||||
|
const defaultRingCount = 10;
|
||||||
|
const highlightRevealProgressFrames = [0.08, 0.2, 0.38, 0.6, 0.82, 1];
|
||||||
|
const highlightRevealFrameInterval = 60;
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
// canvas 唯一标识;不传时组件内部自动生成,避免多个靶面 canvas-id 冲突。
|
||||||
|
canvasId: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
// 业务坐标半径,例如 20 表示命中点坐标范围为 -20 到 20。
|
||||||
|
// 当前组件主要用它参与重绘判断,外层命中点定位也应使用同一半径。
|
||||||
|
coordinateRadius: {
|
||||||
|
type: Number,
|
||||||
|
default: 20,
|
||||||
|
},
|
||||||
|
// 是否显示靶心十字辅助线。
|
||||||
|
showCrosshair: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
// 是否显示环数文字。
|
||||||
|
showRingLabels: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
// 从正上方开始顺时针等分的区域数量。
|
||||||
|
sectorCount: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
// 当前高亮区域,范围为 1 到 sectorCount。
|
||||||
|
activeSector: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
// 指定环数,1 到 10;无效值表示高亮整个区域。
|
||||||
|
activeRing: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
// 每次变化时以固定低帧数重新展开当前高亮扇区;默认关闭。
|
||||||
|
highlightRefreshToken: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
showSectorLabels: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
// 只绘制透明高亮层,不绘制完整靶纸;用于叠加在靶纸图片上。
|
||||||
|
highlightOnly: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
// 外部指定 canvas 绘制尺寸;用于让高亮层跟随靶图真实显示区域。
|
||||||
|
canvasWidth: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
canvasHeight: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
// 靶纸样式覆盖配置,例如环数、环色、环线颜色、环数字体等。
|
||||||
|
targetStyleConfig: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
// 十字辅助线样式覆盖配置。
|
||||||
|
crosshairStyle: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
// 区域分割线样式覆盖配置。
|
||||||
|
sectorStyle: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
// 区域数字样式覆盖配置。
|
||||||
|
sectorLabelStyle: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
// 高亮样式覆盖配置。
|
||||||
|
highlightStyle: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const instance = getCurrentInstance();
|
||||||
|
const localCanvasId = `target-canvas-${Math.random().toString(36).slice(2, 10)}`;
|
||||||
|
const currentCanvasId = computed(() => props.canvasId || localCanvasId);
|
||||||
|
const lastDrawKey = ref("");
|
||||||
|
const canvasSize = ref({
|
||||||
|
width: defaultCanvasSize,
|
||||||
|
height: defaultCanvasSize,
|
||||||
|
});
|
||||||
|
let drawRequestGeneration = 0;
|
||||||
|
let highlightAnimationGeneration = 0;
|
||||||
|
let highlightAnimationTimer = null;
|
||||||
|
let mountDrawTimer = null;
|
||||||
|
|
||||||
|
// 完整靶纸默认样式,调用方可以通过 targetStyleConfig 局部覆盖。
|
||||||
|
const defaultTargetStyleConfig = {
|
||||||
|
ringCount: defaultRingCount,
|
||||||
|
ringColors: {
|
||||||
|
1: "#f8f8f3",
|
||||||
|
2: "#f8f8f3",
|
||||||
|
3: "#595959",
|
||||||
|
4: "#595959",
|
||||||
|
5: "#24aee0",
|
||||||
|
6: "#24aee0",
|
||||||
|
7: "#ff1f35",
|
||||||
|
8: "#ff1f35",
|
||||||
|
9: "#f7d34a",
|
||||||
|
10: "#f7d34a",
|
||||||
|
},
|
||||||
|
ringLineColor: "rgba(150, 150, 150, 0.55)",
|
||||||
|
ringLineWidthRatio: 0.0022,
|
||||||
|
centerDotColor: "#ffffff",
|
||||||
|
centerDotRadiusRatio: 0.0048,
|
||||||
|
ringLabelFontRatio: 0.032,
|
||||||
|
ringLabelDarkColor: "#111111",
|
||||||
|
ringLabelLightColor: "#ffffff",
|
||||||
|
};
|
||||||
|
|
||||||
|
// 十字辅助线默认样式。
|
||||||
|
const defaultCrosshairStyle = {
|
||||||
|
color: "rgba(20, 20, 20, 0.38)",
|
||||||
|
lineWidthRatio: 0.0025,
|
||||||
|
};
|
||||||
|
|
||||||
|
// 顺时针等分线默认样式。
|
||||||
|
const defaultSectorStyle = {
|
||||||
|
color: "rgba(255, 255, 255, 0.82)",
|
||||||
|
lineWidthRatio: 0.004,
|
||||||
|
};
|
||||||
|
|
||||||
|
// 区域数字默认样式。
|
||||||
|
const defaultSectorLabelStyle = {
|
||||||
|
color: "#ffffff",
|
||||||
|
backgroundColor: "rgba(0, 0, 0, 0.62)",
|
||||||
|
fontSizeRatio: 0.075,
|
||||||
|
radiusRatio: 0.76,
|
||||||
|
badgeRadiusRatio: 0.07,
|
||||||
|
};
|
||||||
|
|
||||||
|
// 高亮区域默认样式。
|
||||||
|
const defaultHighlightStyle = {
|
||||||
|
color: "rgba(255, 228, 0, 0.6)",
|
||||||
|
strokeColor: "rgba(254, 216, 71, 0.82)",
|
||||||
|
lineWidthRatio: 0.003,
|
||||||
|
};
|
||||||
|
|
||||||
|
// 合并默认靶纸样式和外部传入样式,ringColors 单独深合并。
|
||||||
|
const mergeTargetStyleConfig = () => ({
|
||||||
|
...defaultTargetStyleConfig,
|
||||||
|
...props.targetStyleConfig,
|
||||||
|
ringColors: {
|
||||||
|
...defaultTargetStyleConfig.ringColors,
|
||||||
|
...(props.targetStyleConfig?.ringColors || {}),
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
// 统一把外部传入值转成有效数字,非法值使用 fallback。
|
||||||
|
const getNumber = (value, fallback = 0) => {
|
||||||
|
const numberValue = Number(value);
|
||||||
|
return Number.isFinite(numberValue) ? numberValue : fallback;
|
||||||
|
};
|
||||||
|
|
||||||
|
// 获取指定环数的填充色,兼容数字 key 和字符串 key。
|
||||||
|
const getRingColor = (ring, config) => {
|
||||||
|
return config.ringColors?.[ring] || config.ringColors?.[String(ring)] || "#ffffff";
|
||||||
|
};
|
||||||
|
|
||||||
|
const getPositiveInteger = (value) => {
|
||||||
|
const numberValue = Number(value);
|
||||||
|
return Number.isInteger(numberValue) && numberValue > 0 ? numberValue : 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
// 正上方作为第一区起始边界,Canvas 角度递增方向即为顺时针。
|
||||||
|
const getSectorAngles = (sector, sectorCount) => {
|
||||||
|
const count = getPositiveInteger(sectorCount);
|
||||||
|
const index = getPositiveInteger(sector);
|
||||||
|
if (!count || !index || index > count) return null;
|
||||||
|
|
||||||
|
const step = (Math.PI * 2) / count;
|
||||||
|
const startAngle = -Math.PI / 2 + (index - 1) * step;
|
||||||
|
return {
|
||||||
|
startAngle,
|
||||||
|
endAngle: startAngle + step,
|
||||||
|
middleAngle: startAngle + step / 2,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
// 绘制实心圆,靶纸环区和中心点都会用到。
|
||||||
|
const drawCircle = (ctx, centerX, centerY, radius, fillColor) => {
|
||||||
|
ctx.beginPath();
|
||||||
|
ctx.arc(centerX, centerY, radius, 0, Math.PI * 2);
|
||||||
|
ctx.setFillStyle(fillColor);
|
||||||
|
ctx.fill();
|
||||||
|
};
|
||||||
|
|
||||||
|
// 绘制环形扇区,用于按象限高亮指定环数。
|
||||||
|
const drawAnnularSector = (
|
||||||
|
ctx,
|
||||||
|
centerX,
|
||||||
|
centerY,
|
||||||
|
innerRadius,
|
||||||
|
outerRadius,
|
||||||
|
startAngle,
|
||||||
|
endAngle,
|
||||||
|
fillColor,
|
||||||
|
strokeColor = "",
|
||||||
|
lineWidth = 0
|
||||||
|
) => {
|
||||||
|
ctx.beginPath();
|
||||||
|
ctx.arc(centerX, centerY, outerRadius, startAngle, endAngle);
|
||||||
|
|
||||||
|
if (innerRadius > 0) {
|
||||||
|
ctx.arc(centerX, centerY, innerRadius, endAngle, startAngle, true);
|
||||||
|
} else {
|
||||||
|
ctx.lineTo(centerX, centerY);
|
||||||
|
}
|
||||||
|
|
||||||
|
ctx.closePath();
|
||||||
|
ctx.setFillStyle(fillColor);
|
||||||
|
ctx.fill();
|
||||||
|
|
||||||
|
if (strokeColor && lineWidth > 0) {
|
||||||
|
ctx.setStrokeStyle(strokeColor);
|
||||||
|
ctx.setLineWidth(lineWidth);
|
||||||
|
ctx.stroke();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 从外到内绘制完整靶纸色环。
|
||||||
|
const drawTargetRings = (ctx, centerX, centerY, targetRadius, config) => {
|
||||||
|
for (let ring = 1; ring <= config.ringCount; ring += 1) {
|
||||||
|
const radius = targetRadius * ((config.ringCount + 1 - ring) / config.ringCount);
|
||||||
|
drawCircle(ctx, centerX, centerY, radius, getRingColor(ring, config));
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 高亮后端指定区域;activeRing 有效时只高亮该区域内的单个环。
|
||||||
|
const drawSectorHighlight = (
|
||||||
|
ctx,
|
||||||
|
centerX,
|
||||||
|
centerY,
|
||||||
|
targetRadius,
|
||||||
|
config,
|
||||||
|
revealProgress = 1
|
||||||
|
) => {
|
||||||
|
const angles = getSectorAngles(props.activeSector, props.sectorCount);
|
||||||
|
if (!angles) return;
|
||||||
|
|
||||||
|
const safeRevealProgress = Math.min(
|
||||||
|
Math.max(getNumber(revealProgress, 1), 0),
|
||||||
|
1
|
||||||
|
);
|
||||||
|
if (safeRevealProgress <= 0) return;
|
||||||
|
|
||||||
|
const ring = getPositiveInteger(props.activeRing);
|
||||||
|
const hasActiveRing = ring >= 1 && ring <= config.ringCount;
|
||||||
|
const innerRadius = hasActiveRing
|
||||||
|
? targetRadius * ((config.ringCount - ring) / config.ringCount)
|
||||||
|
: 0;
|
||||||
|
const outerRadius = hasActiveRing
|
||||||
|
? targetRadius * ((config.ringCount + 1 - ring) / config.ringCount)
|
||||||
|
: targetRadius;
|
||||||
|
const style = {
|
||||||
|
...defaultHighlightStyle,
|
||||||
|
...props.highlightStyle,
|
||||||
|
};
|
||||||
|
|
||||||
|
drawAnnularSector(
|
||||||
|
ctx,
|
||||||
|
centerX,
|
||||||
|
centerY,
|
||||||
|
innerRadius,
|
||||||
|
outerRadius,
|
||||||
|
angles.startAngle,
|
||||||
|
angles.startAngle +
|
||||||
|
(angles.endAngle - angles.startAngle) * safeRevealProgress,
|
||||||
|
style.color,
|
||||||
|
style.strokeColor,
|
||||||
|
Math.max(1, targetRadius * style.lineWidthRatio)
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
// 从正上方开始顺时针绘制所有区域边界。
|
||||||
|
const drawSectorLines = (ctx, centerX, centerY, targetRadius) => {
|
||||||
|
const count = getPositiveInteger(props.sectorCount);
|
||||||
|
if (!count) return;
|
||||||
|
|
||||||
|
const style = {
|
||||||
|
...defaultSectorStyle,
|
||||||
|
...props.sectorStyle,
|
||||||
|
};
|
||||||
|
const step = (Math.PI * 2) / count;
|
||||||
|
|
||||||
|
ctx.beginPath();
|
||||||
|
for (let index = 0; index < count; index += 1) {
|
||||||
|
const angle = -Math.PI / 2 + index * step;
|
||||||
|
ctx.moveTo(centerX, centerY);
|
||||||
|
ctx.lineTo(
|
||||||
|
centerX + Math.cos(angle) * targetRadius,
|
||||||
|
centerY + Math.sin(angle) * targetRadius
|
||||||
|
);
|
||||||
|
}
|
||||||
|
ctx.setStrokeStyle(style.color);
|
||||||
|
ctx.setLineWidth(Math.max(1, targetRadius * style.lineWidthRatio));
|
||||||
|
ctx.stroke();
|
||||||
|
};
|
||||||
|
|
||||||
|
// 绘制各环之间的分割线。
|
||||||
|
const drawRingLines = (ctx, centerX, centerY, targetRadius, config) => {
|
||||||
|
const lineWidth = Math.max(1, targetRadius * config.ringLineWidthRatio);
|
||||||
|
|
||||||
|
ctx.setStrokeStyle(config.ringLineColor);
|
||||||
|
ctx.setLineWidth(lineWidth);
|
||||||
|
|
||||||
|
for (let index = 1; index <= config.ringCount; index += 1) {
|
||||||
|
const radius = targetRadius * (index / config.ringCount);
|
||||||
|
ctx.beginPath();
|
||||||
|
ctx.arc(centerX, centerY, radius, 0, Math.PI * 2);
|
||||||
|
ctx.stroke();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 绘制靶心十字辅助线。
|
||||||
|
const drawCrosshair = (ctx, centerX, centerY, targetRadius) => {
|
||||||
|
if (!props.showCrosshair) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const style = {
|
||||||
|
...defaultCrosshairStyle,
|
||||||
|
...props.crosshairStyle,
|
||||||
|
};
|
||||||
|
|
||||||
|
ctx.beginPath();
|
||||||
|
ctx.moveTo(centerX - targetRadius, centerY);
|
||||||
|
ctx.lineTo(centerX + targetRadius, centerY);
|
||||||
|
ctx.moveTo(centerX, centerY - targetRadius);
|
||||||
|
ctx.lineTo(centerX, centerY + targetRadius);
|
||||||
|
ctx.setStrokeStyle(style.color);
|
||||||
|
ctx.setLineWidth(Math.max(1, targetRadius * style.lineWidthRatio));
|
||||||
|
ctx.stroke();
|
||||||
|
};
|
||||||
|
|
||||||
|
// 绘制环数文字。
|
||||||
|
const drawRingLabels = (ctx, centerX, centerY, targetRadius, config) => {
|
||||||
|
if (!props.showRingLabels) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const ringWidth = targetRadius / config.ringCount;
|
||||||
|
const fontSize = Math.max(10, targetRadius * config.ringLabelFontRatio);
|
||||||
|
|
||||||
|
ctx.setFontSize(fontSize);
|
||||||
|
ctx.setTextAlign("center");
|
||||||
|
ctx.setTextBaseline("middle");
|
||||||
|
|
||||||
|
for (let ring = config.ringCount; ring >= 1; ring -= 1) {
|
||||||
|
const y = centerY + (config.ringCount - ring + 0.45) * ringWidth;
|
||||||
|
const color = ring <= 2 ? config.ringLabelDarkColor : config.ringLabelLightColor;
|
||||||
|
ctx.setFillStyle(color);
|
||||||
|
ctx.fillText(String(ring), centerX, y);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 在每个区域中线位置绘制编号,编号层始终位于高亮和分割线之上。
|
||||||
|
const drawSectorLabels = (ctx, centerX, centerY, targetRadius) => {
|
||||||
|
const count = getPositiveInteger(props.sectorCount);
|
||||||
|
if (!props.showSectorLabels || !count) return;
|
||||||
|
|
||||||
|
const style = {
|
||||||
|
...defaultSectorLabelStyle,
|
||||||
|
...props.sectorLabelStyle,
|
||||||
|
};
|
||||||
|
const labelRadius = targetRadius * style.radiusRatio;
|
||||||
|
const badgeRadius = Math.max(10, targetRadius * style.badgeRadiusRatio);
|
||||||
|
|
||||||
|
ctx.setFontSize(Math.max(11, targetRadius * style.fontSizeRatio));
|
||||||
|
ctx.setTextAlign("center");
|
||||||
|
ctx.setTextBaseline("middle");
|
||||||
|
|
||||||
|
for (let sector = 1; sector <= count; sector += 1) {
|
||||||
|
const angles = getSectorAngles(sector, count);
|
||||||
|
const x = centerX + Math.cos(angles.middleAngle) * labelRadius;
|
||||||
|
const y = centerY + Math.sin(angles.middleAngle) * labelRadius;
|
||||||
|
drawCircle(ctx, x, y, badgeRadius, style.backgroundColor);
|
||||||
|
ctx.setFillStyle(style.color);
|
||||||
|
ctx.fillText(String(sector), x, y);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 生成本次绘制状态的唯一 key,用于避免相同内容重复 draw。
|
||||||
|
const getDrawKey = (width, height) => {
|
||||||
|
return JSON.stringify({
|
||||||
|
width,
|
||||||
|
height,
|
||||||
|
coordinateRadius: props.coordinateRadius,
|
||||||
|
showCrosshair: props.showCrosshair,
|
||||||
|
showRingLabels: props.showRingLabels,
|
||||||
|
sectorCount: props.sectorCount,
|
||||||
|
activeSector: props.activeSector,
|
||||||
|
activeRing: props.activeRing,
|
||||||
|
showSectorLabels: props.showSectorLabels,
|
||||||
|
targetStyleConfig: props.targetStyleConfig,
|
||||||
|
crosshairStyle: props.crosshairStyle,
|
||||||
|
sectorStyle: props.sectorStyle,
|
||||||
|
sectorLabelStyle: props.sectorLabelStyle,
|
||||||
|
highlightStyle: props.highlightStyle,
|
||||||
|
highlightOnly: props.highlightOnly,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
// 主绘制入口:根据 highlightOnly 决定画完整靶纸,还是只画透明高亮层。
|
||||||
|
const drawTarget = ({ force = false, highlightProgress = 1 } = {}) => {
|
||||||
|
const width = Math.max(getNumber(canvasSize.value.width, defaultCanvasSize), 1);
|
||||||
|
const height = Math.max(getNumber(canvasSize.value.height, defaultCanvasSize), 1);
|
||||||
|
const drawKey = getDrawKey(width, height);
|
||||||
|
|
||||||
|
if (!force && drawKey === lastDrawKey.value) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const size = Math.min(width, height);
|
||||||
|
const centerX = width / 2;
|
||||||
|
const centerY = height / 2;
|
||||||
|
const targetRadius = size / 2;
|
||||||
|
const config = mergeTargetStyleConfig();
|
||||||
|
const ctx = uni.createCanvasContext(currentCanvasId.value, instance?.proxy);
|
||||||
|
|
||||||
|
ctx.clearRect(0, 0, width, height);
|
||||||
|
|
||||||
|
if (!props.highlightOnly) {
|
||||||
|
drawTargetRings(ctx, centerX, centerY, targetRadius, config);
|
||||||
|
}
|
||||||
|
|
||||||
|
drawSectorHighlight(
|
||||||
|
ctx,
|
||||||
|
centerX,
|
||||||
|
centerY,
|
||||||
|
targetRadius,
|
||||||
|
config,
|
||||||
|
highlightProgress
|
||||||
|
);
|
||||||
|
|
||||||
|
if (!props.highlightOnly) {
|
||||||
|
drawRingLines(ctx, centerX, centerY, targetRadius, config);
|
||||||
|
drawCircle(
|
||||||
|
ctx,
|
||||||
|
centerX,
|
||||||
|
centerY,
|
||||||
|
Math.max(1, targetRadius * config.centerDotRadiusRatio),
|
||||||
|
config.centerDotColor
|
||||||
|
);
|
||||||
|
drawCrosshair(ctx, centerX, centerY, targetRadius);
|
||||||
|
drawRingLabels(ctx, centerX, centerY, targetRadius, config);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 高亮先画,等分线和编号后画,避免高亮覆盖区域边界。
|
||||||
|
drawSectorLines(ctx, centerX, centerY, targetRadius);
|
||||||
|
drawSectorLabels(ctx, centerX, centerY, targetRadius);
|
||||||
|
|
||||||
|
ctx.draw();
|
||||||
|
lastDrawKey.value = highlightProgress >= 1 ? drawKey : "";
|
||||||
|
};
|
||||||
|
|
||||||
|
const cancelHighlightAnimation = () => {
|
||||||
|
highlightAnimationGeneration += 1;
|
||||||
|
if (highlightAnimationTimer) {
|
||||||
|
clearTimeout(highlightAnimationTimer);
|
||||||
|
highlightAnimationTimer = null;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 固定 6 帧展开黄色扇区,避免对原生 canvas 节点做缩放导致低端机错位。
|
||||||
|
const runHighlightRevealAnimation = () => {
|
||||||
|
cancelHighlightAnimation();
|
||||||
|
const generation = highlightAnimationGeneration;
|
||||||
|
let frameIndex = 0;
|
||||||
|
|
||||||
|
const drawNextFrame = () => {
|
||||||
|
if (generation !== highlightAnimationGeneration) return;
|
||||||
|
|
||||||
|
drawTarget({
|
||||||
|
force: true,
|
||||||
|
highlightProgress: highlightRevealProgressFrames[frameIndex],
|
||||||
|
});
|
||||||
|
frameIndex += 1;
|
||||||
|
|
||||||
|
if (frameIndex < highlightRevealProgressFrames.length) {
|
||||||
|
highlightAnimationTimer = setTimeout(
|
||||||
|
drawNextFrame,
|
||||||
|
highlightRevealFrameInterval
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
highlightAnimationTimer = null;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
drawNextFrame();
|
||||||
|
};
|
||||||
|
|
||||||
|
const setCanvasSizeAndDraw = async (
|
||||||
|
width,
|
||||||
|
height,
|
||||||
|
{ animateHighlight = false, requestGeneration } = {}
|
||||||
|
) => {
|
||||||
|
canvasSize.value = {
|
||||||
|
width: width > 0 ? width : defaultCanvasSize,
|
||||||
|
height: height > 0 ? height : width || defaultCanvasSize,
|
||||||
|
};
|
||||||
|
|
||||||
|
await nextTick();
|
||||||
|
if (requestGeneration !== drawRequestGeneration) return;
|
||||||
|
|
||||||
|
const canAnimateHighlight =
|
||||||
|
animateHighlight &&
|
||||||
|
props.highlightOnly &&
|
||||||
|
!!getSectorAngles(props.activeSector, props.sectorCount);
|
||||||
|
|
||||||
|
if (canAnimateHighlight) {
|
||||||
|
runHighlightRevealAnimation();
|
||||||
|
} else {
|
||||||
|
cancelHighlightAnimation();
|
||||||
|
drawTarget();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
// 读取 canvas 实际渲染尺寸后再绘制,保证小程序真机尺寸和坐标一致。
|
||||||
|
const measureAndDraw = ({ animateHighlight = false } = {}) => {
|
||||||
|
const requestGeneration = ++drawRequestGeneration;
|
||||||
|
const propWidth = Math.round(getNumber(props.canvasWidth, 0));
|
||||||
|
const propHeight = Math.round(getNumber(props.canvasHeight, 0));
|
||||||
|
|
||||||
|
if (propWidth > 0 && propHeight > 0) {
|
||||||
|
setCanvasSizeAndDraw(propWidth, propHeight, {
|
||||||
|
animateHighlight,
|
||||||
|
requestGeneration,
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const query = uni.createSelectorQuery().in(instance?.proxy);
|
||||||
|
|
||||||
|
query
|
||||||
|
.select(`#${currentCanvasId.value}`)
|
||||||
|
.boundingClientRect(async (rect) => {
|
||||||
|
if (requestGeneration !== drawRequestGeneration) return;
|
||||||
|
|
||||||
|
const width = Math.round(getNumber(rect?.width, defaultCanvasSize));
|
||||||
|
const height = Math.round(getNumber(rect?.height, width || defaultCanvasSize));
|
||||||
|
|
||||||
|
await setCanvasSizeAndDraw(width, height, {
|
||||||
|
animateHighlight,
|
||||||
|
requestGeneration,
|
||||||
|
});
|
||||||
|
})
|
||||||
|
.exec();
|
||||||
|
};
|
||||||
|
|
||||||
|
// 等待 Vue 完成 DOM 更新后重新测量和绘制。
|
||||||
|
const scheduleDraw = async ({ animateHighlight = false } = {}) => {
|
||||||
|
await nextTick();
|
||||||
|
measureAndDraw({ animateHighlight });
|
||||||
|
};
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => [
|
||||||
|
props.coordinateRadius,
|
||||||
|
props.showCrosshair,
|
||||||
|
props.showRingLabels,
|
||||||
|
props.sectorCount,
|
||||||
|
props.activeSector,
|
||||||
|
props.activeRing,
|
||||||
|
props.highlightRefreshToken,
|
||||||
|
props.showSectorLabels,
|
||||||
|
props.highlightOnly,
|
||||||
|
props.canvasWidth,
|
||||||
|
props.canvasHeight,
|
||||||
|
props.targetStyleConfig,
|
||||||
|
props.crosshairStyle,
|
||||||
|
props.sectorStyle,
|
||||||
|
props.sectorLabelStyle,
|
||||||
|
props.highlightStyle,
|
||||||
|
],
|
||||||
|
(currentValues, previousValues = []) => {
|
||||||
|
const refreshTokenIndex = 6;
|
||||||
|
const refreshToken = Number(currentValues[refreshTokenIndex]);
|
||||||
|
const previousRefreshToken = Number(previousValues[refreshTokenIndex]);
|
||||||
|
const animateHighlight =
|
||||||
|
Number.isFinite(refreshToken) &&
|
||||||
|
refreshToken > 0 &&
|
||||||
|
refreshToken !== previousRefreshToken;
|
||||||
|
|
||||||
|
return scheduleDraw({ animateHighlight });
|
||||||
|
},
|
||||||
|
{
|
||||||
|
deep: true,
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
mountDrawTimer = setTimeout(measureAndDraw, 30);
|
||||||
|
});
|
||||||
|
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
drawRequestGeneration += 1;
|
||||||
|
cancelHighlightAnimation();
|
||||||
|
if (mountDrawTimer) {
|
||||||
|
clearTimeout(mountDrawTimer);
|
||||||
|
mountDrawTimer = null;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<canvas
|
||||||
|
:id="currentCanvasId"
|
||||||
|
class="target-canvas"
|
||||||
|
:canvas-id="currentCanvasId"
|
||||||
|
:width="canvasSize.width"
|
||||||
|
:height="canvasSize.height"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.target-canvas {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,12 +1,17 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, watch } from "vue";
|
import { ref, watch } from "vue";
|
||||||
import SButton from "@/components/SButton.vue";
|
import SButton from "@/components/SButton.vue";
|
||||||
|
import audioManager from "@/audioManager";
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
show: {
|
show: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
clickSound: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
onClose: {
|
onClose: {
|
||||||
type: Function,
|
type: Function,
|
||||||
default: () => {},
|
default: () => {},
|
||||||
@@ -39,7 +44,19 @@ watch(
|
|||||||
{}
|
{}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const playClickSound = () => {
|
||||||
|
if (props.clickSound) {
|
||||||
|
audioManager.play("点击按钮");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleSelectTarget = (target) => {
|
||||||
|
playClickSound();
|
||||||
|
selectedTarget.value = target;
|
||||||
|
};
|
||||||
|
|
||||||
const handleConfirm = () => {
|
const handleConfirm = () => {
|
||||||
|
playClickSound();
|
||||||
props.onConfirm(selectedTarget.value);
|
props.onConfirm(selectedTarget.value);
|
||||||
props.onClose();
|
props.onClose();
|
||||||
};
|
};
|
||||||
@@ -70,14 +87,14 @@ const handleConfirm = () => {
|
|||||||
<view class="target-options">
|
<view class="target-options">
|
||||||
<view
|
<view
|
||||||
:class="{ 'target-btn': true, 'target-choosen': selectedTarget === 1 }"
|
:class="{ 'target-btn': true, 'target-choosen': selectedTarget === 1 }"
|
||||||
@click="() => (selectedTarget = 1)"
|
@click="handleSelectTarget(1)"
|
||||||
>
|
>
|
||||||
<text>20厘米全环靶</text>
|
<text>20厘米全环靶</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="width: 30rpx"></view>
|
<view style="width: 30rpx"></view>
|
||||||
<view
|
<view
|
||||||
:class="{ 'target-btn': true, 'target-choosen': selectedTarget === 2 }"
|
:class="{ 'target-btn': true, 'target-choosen': selectedTarget === 2 }"
|
||||||
@click="() => (selectedTarget = 2)"
|
@click="handleSelectTarget(2)"
|
||||||
>
|
>
|
||||||
<text>40厘米全环靶</text>
|
<text>40厘米全环靶</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -51,8 +51,13 @@ onBeforeUnmount(() => {
|
|||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (Array.isArray(msg)) return;
|
if (Array.isArray(msg)) return;
|
||||||
if (msg.type === MESSAGETYPESV2.TestDistance) {
|
if (msg.type === MESSAGETYPESV2.TestDistance) {
|
||||||
distance.value = Number((msg.shootData.distance / 100).toFixed(2));
|
const rawDistance = Number(msg.shootData?.distance);
|
||||||
if (distance.value >= 5) audioManager.play("距离合格");
|
distance.value = Number.isFinite(rawDistance)
|
||||||
|
? Number((rawDistance / 100).toFixed(2))
|
||||||
|
: 0;
|
||||||
|
if (rawDistance === 0) {
|
||||||
|
audioManager.play("未发现靶纸,请瞄准靶纸射箭");
|
||||||
|
} else if (distance.value >= 5) audioManager.play("距离合格");
|
||||||
else audioManager.play("距离不足");
|
else audioManager.play("距离不足");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -111,9 +116,9 @@ onBeforeUnmount(() => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isBattle" class="ready-timer">
|
<view v-if="isBattle" class="ready-timer">
|
||||||
<image src="../static/test-tip.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/test-tip.png" mode="widthFix" />
|
||||||
<view v-if="count >= 0">
|
<view v-if="count >= 0">
|
||||||
<text>具体正式比赛还有</text>
|
<text>距离正式比赛还有</text>
|
||||||
<text>{{ count }}</text>
|
<text>{{ count }}</text>
|
||||||
<text>秒</text>
|
<text>秒</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -9,11 +9,13 @@ const props = defineProps({
|
|||||||
const show = ref(false);
|
const show = ref(false);
|
||||||
const count = ref(props.countdown);
|
const count = ref(props.countdown);
|
||||||
const timer = ref(null);
|
const timer = ref(null);
|
||||||
|
const showTimer = ref(null);
|
||||||
const updateTimer = (value) => {
|
const updateTimer = (value) => {
|
||||||
count.value = Math.round(value);
|
count.value = Math.round(value);
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
setTimeout(() => {
|
showTimer.value = setTimeout(() => {
|
||||||
|
showTimer.value = null;
|
||||||
show.value = true;
|
show.value = true;
|
||||||
timer.value = setInterval(() => {
|
timer.value = setInterval(() => {
|
||||||
if (count.value === 0) {
|
if (count.value === 0) {
|
||||||
@@ -27,7 +29,10 @@ onMounted(() => {
|
|||||||
uni.$on("update-timer", updateTimer);
|
uni.$on("update-timer", updateTimer);
|
||||||
});
|
});
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
if (showTimer.value) clearTimeout(showTimer.value);
|
||||||
|
showTimer.value = null;
|
||||||
if (timer.value) clearInterval(timer.value);
|
if (timer.value) clearInterval(timer.value);
|
||||||
|
timer.value = null;
|
||||||
uni.$off("update-timer", updateTimer);
|
uni.$off("update-timer", updateTimer);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -0,0 +1,164 @@
|
|||||||
|
<script setup>
|
||||||
|
import { computed } from "vue";
|
||||||
|
|
||||||
|
const MAX_VISIBLE_SCORE_CARDS = 60;
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
arrows: {
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
},
|
||||||
|
total: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
trainingType: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
recordMode: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const getDisplayText = (arrow = {}) => {
|
||||||
|
if (!arrow) return "";
|
||||||
|
if (!arrow.ring) return "0";
|
||||||
|
return arrow.ringX ? "X" : String(arrow.ring);
|
||||||
|
};
|
||||||
|
|
||||||
|
const isFailed = (arrow = {}) => {
|
||||||
|
if (!arrow) return false;
|
||||||
|
if (props.recordMode && props.trainingType !== "precision") return false;
|
||||||
|
return arrow.ok !== true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const hiddenScoreCount = computed(() =>
|
||||||
|
props.recordMode
|
||||||
|
? 0
|
||||||
|
: Math.max(props.arrows.length - MAX_VISIBLE_SCORE_CARDS, 0)
|
||||||
|
);
|
||||||
|
|
||||||
|
const displayArrows = computed(() => {
|
||||||
|
const list = props.recordMode
|
||||||
|
? [...props.arrows]
|
||||||
|
: props.arrows.slice(-MAX_VISIBLE_SCORE_CARDS);
|
||||||
|
// total 是达标箭数,不是实际射箭上限;训练中始终预留下一箭空框。
|
||||||
|
if (!props.recordMode) list.push(null);
|
||||||
|
return list;
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view v-if="displayArrows.length" class="score-panel">
|
||||||
|
<text v-if="hiddenScoreCount" class="score-window-tip">
|
||||||
|
已省略前 {{ hiddenScoreCount }} 支,仅显示最近
|
||||||
|
{{ MAX_VISIBLE_SCORE_CARDS }} 支
|
||||||
|
</text>
|
||||||
|
<view class="score-grid">
|
||||||
|
<view
|
||||||
|
v-for="(arrow, index) in displayArrows"
|
||||||
|
:key="index"
|
||||||
|
class="score-card"
|
||||||
|
>
|
||||||
|
<image
|
||||||
|
class="score-card-bg"
|
||||||
|
:src="
|
||||||
|
isFailed(arrow)
|
||||||
|
? 'https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/block-gray.png'
|
||||||
|
: 'https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/block-gold.png'
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
v-if="trainingType === 'precision' && arrow"
|
||||||
|
class="score-result-icon"
|
||||||
|
:src="
|
||||||
|
arrow.ok === true
|
||||||
|
? 'https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/gou.png'
|
||||||
|
: 'https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/cha.png'
|
||||||
|
"
|
||||||
|
mode="aspectFit"
|
||||||
|
/>
|
||||||
|
<text
|
||||||
|
v-else
|
||||||
|
class="score-value"
|
||||||
|
:class="{ 'score-value--low': isFailed(arrow) }"
|
||||||
|
>
|
||||||
|
{{ getDisplayText(arrow) }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.score-panel {
|
||||||
|
width: 100%;
|
||||||
|
padding: 30rpx 40rpx 0 40rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-grid {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-window-tip {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 18rpx;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
font-size: 22rpx;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-card {
|
||||||
|
position: relative;
|
||||||
|
width: 100rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-right: 14rpx;
|
||||||
|
margin-bottom: 14rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-card:nth-child(6n) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-card-bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-result-icon {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
width: 30rpx;
|
||||||
|
height: 30rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-value {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
min-width: 28rpx;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 34rpx;
|
||||||
|
line-height: 1;
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
color: #f6e3b2;
|
||||||
|
text-shadow: 0 2rpx 0 rgba(36, 36, 48, 0.5);
|
||||||
|
margin-left: -10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-value--low {
|
||||||
|
color: #cfcfcf;
|
||||||
|
text-shadow: 0 2rpx 0 rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -10,6 +10,10 @@ const props = defineProps({
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
fullNickname: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
onSignin: {
|
onSignin: {
|
||||||
type: Function,
|
type: Function,
|
||||||
default: () => {},
|
default: () => {},
|
||||||
@@ -61,7 +65,13 @@ watch(
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ width: containerWidth }">
|
<view
|
||||||
|
:class="[
|
||||||
|
'container',
|
||||||
|
fullNickname ? 'container--full-nickname' : '',
|
||||||
|
]"
|
||||||
|
:style="{ width: containerWidth }"
|
||||||
|
>
|
||||||
<block v-if="user.id">
|
<block v-if="user.id">
|
||||||
<Avatar
|
<Avatar
|
||||||
:rankLvl="user.rankLvl"
|
:rankLvl="user.rankLvl"
|
||||||
@@ -83,11 +93,11 @@ watch(
|
|||||||
user.nickName
|
user.nickName
|
||||||
}}</text>
|
}}</text>
|
||||||
</view>
|
</view>
|
||||||
<image
|
<!-- <image
|
||||||
class="user-name-image"
|
class="user-name-image"
|
||||||
src="../static/vip1.png"
|
src="../static/vip1.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="user-stats">
|
<view class="user-stats">
|
||||||
<text class="level-tag level-tag-first">段位积分</text>
|
<text class="level-tag level-tag-first">段位积分</text>
|
||||||
@@ -165,6 +175,19 @@ watch(
|
|||||||
max-width: 180rpx;
|
max-width: 180rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container--full-nickname .user-details {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container--full-nickname .user-name {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container--full-nickname .user-name .member-nickname {
|
||||||
|
max-width: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
.user-name .member-nickname__text,
|
.user-name .member-nickname__text,
|
||||||
.user-name .member-nickname__shine {
|
.user-name .member-nickname__shine {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
@@ -54,23 +54,23 @@ onBeforeUnmount(() => {
|
|||||||
<view v-if="showRank" class="up-rank">
|
<view v-if="showRank" class="up-rank">
|
||||||
<image :src="user.avatar || '../static/user-icon.png'" mode="widthFix" />
|
<image :src="user.avatar || '../static/user-icon.png'" mode="widthFix" />
|
||||||
<image :src="nextRankImage" mode="widthFix" />
|
<image :src="nextRankImage" mode="widthFix" />
|
||||||
<image class="bg-effect" src="../static/shining-bg.png" mode="widthFix" />
|
<image class="bg-effect" src="https://static.shelingxingqiu.com/shootmini/static/shining-bg.png" mode="widthFix" />
|
||||||
<image
|
<image
|
||||||
class="bg-effect"
|
class="bg-effect"
|
||||||
src="../static/gold-shining.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/gold-shining.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="showGrade" class="up-grade">
|
<view v-if="showGrade" class="up-grade">
|
||||||
<image
|
<image
|
||||||
class="scale-in"
|
class="scale-in"
|
||||||
src="../static/user-upgrade.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/user-upgrade.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image class="bg-effect" src="../static/shining-bg.png" mode="widthFix" />
|
<image class="bg-effect" src="https://static.shelingxingqiu.com/shootmini/static/shining-bg.png" mode="widthFix" />
|
||||||
<image
|
<image
|
||||||
class="bg-effect"
|
class="bg-effect"
|
||||||
src="../static/gold-shining.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/gold-shining.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
export const MESSAGETYPES = {
|
export const MESSAGETYPES = {
|
||||||
ShootSyncMeArrowID: parseInt("0x789b6b0d"), // 2023451405
|
ShootSyncMeArrowID: parseInt("0x789b6b0d"), // 2023451405
|
||||||
ShootSyncMePracticeID: parseInt("0xD88AE05E"), // 3632980062
|
ShootSyncMePracticeID: parseInt("0xD88AE05E"), // 3632980062
|
||||||
|
ShootSyncBattleCreateMatchLinkID: parseInt("0xF86FF466"), // 2538869862
|
||||||
WaitForAllReady: parseInt("0x615C13BE"), // 1633424318
|
WaitForAllReady: parseInt("0x615C13BE"), // 1633424318
|
||||||
AllReady: parseInt("0x1CCB49FD"), // 483084797
|
AllReady: parseInt("0x1CCB49FD"), // 483084797
|
||||||
MeleeAllReady: parseInt("0x37132BD5"), // 924003285
|
MeleeAllReady: parseInt("0x37132BD5"), // 924003285
|
||||||
@@ -28,6 +29,7 @@ export const MESSAGETYPES = {
|
|||||||
DeviceOnline: 4168086626,
|
DeviceOnline: 4168086626,
|
||||||
DeviceOffline: 4168086627,
|
DeviceOffline: 4168086627,
|
||||||
SomeoneIsReady: 4168086628,
|
SomeoneIsReady: 4168086628,
|
||||||
|
DeviceCharging: 4168086631, // 设备充电中
|
||||||
};
|
};
|
||||||
|
|
||||||
export const MESSAGETYPESV2 = {
|
export const MESSAGETYPESV2 = {
|
||||||
|
|||||||
@@ -53,6 +53,253 @@
|
|||||||
"quickapp" : {},
|
"quickapp" : {},
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wxa8f5989dcd45cc23",
|
"appid" : "wxa8f5989dcd45cc23",
|
||||||
|
"packOptions" : {
|
||||||
|
"ignore" : [
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/common/dialog-light.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/common/dialog-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/common/dialog-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/prompt-bg-square.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/coach-comment.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/screen-hint-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/red-team-win.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/blue-team-win.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/my-grow.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/gold-shining.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/bow-target.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/matching-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/versus.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/point-champion.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/my-practise.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/shining-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/donate.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/friend-battle.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/user-upgrade.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/finish-frame.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/vip/svip-jian.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/battle-header.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/battle-header-melee.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/player-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/mvp-blue.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/finish-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/2unfinish-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/have-no-device.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/device-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/unfinish-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/test-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/mvp-red.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/vip/svip-lie.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/mvp-tip.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/rank/battle-choose.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/back-to-game-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/complete-light1.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/complete-light2.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/title-2v2.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/tab-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/scan.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/choose-battle-mode.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/shooter.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/my-growth.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/juezhanbang.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/title-3v3.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/point-book-tip-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/reward-us.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/rank/star.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/tab-point-book.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/pk-icon.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/first-try.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/row-yellow-bg.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/room-notfound-title.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/title-mvp.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/long-bubble-tall.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/battle-result.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "file",
|
||||||
|
"value" : "static/tab-mall.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "folder",
|
||||||
|
"value" : "static/training-home"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "folder",
|
||||||
|
"value" : "static/training-difficulty-design"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"optimization" : {
|
||||||
|
"subPackages" : true
|
||||||
|
},
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false,
|
"urlCheck" : false,
|
||||||
"minified" : true,
|
"minified" : true,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
+58
-22
@@ -3,6 +3,9 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/index"
|
"path": "pages/index"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/org-bind"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/friend-battle"
|
"path": "pages/friend-battle"
|
||||||
},
|
},
|
||||||
@@ -30,9 +33,6 @@
|
|||||||
"navigationBarTitleText": ""
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/team-battle/index"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "pages/melee-battle"
|
"path": "pages/melee-battle"
|
||||||
},
|
},
|
||||||
@@ -69,21 +69,6 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/user"
|
"path": "pages/user"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/member/orders"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/member/order-detail"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/member/be-vip"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/member/vip-intro"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "pages/member/agreement"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "pages/grade-intro"
|
"path": "pages/grade-intro"
|
||||||
},
|
},
|
||||||
@@ -117,9 +102,6 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/match-detail"
|
"path": "pages/match-detail"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"path": "pages/team-battle/team-bow-data"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"path": "pages/melee-bow-data"
|
"path": "pages/melee-bow-data"
|
||||||
},
|
},
|
||||||
@@ -150,5 +132,59 @@
|
|||||||
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"subPackages": []
|
"subPackages": [
|
||||||
|
{
|
||||||
|
"root": "pages/device",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"path": "unbind-device"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"root": "pages/member",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"path": "orders"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "order-detail"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "be-vip"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "vip-intro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "agreement"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"root": "pages/team-battle",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"path": "index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "team-bow-data"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"root": "pages/training",
|
||||||
|
"pages": [
|
||||||
|
{
|
||||||
|
"path": "index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "difficulty"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "practise-one"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,17 +9,23 @@ const playAudio = (key) => {
|
|||||||
audioManager.play(key);
|
audioManager.play(key);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const onAudioLoaded = (key) => {
|
||||||
|
loaded.value = {
|
||||||
|
...loaded.value,
|
||||||
|
[key]: true,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
const loadedAudioKeys = uni.getStorageSync("loadedAudioKeys") || {};
|
const loadedAudioKeys = uni.getStorageSync("loadedAudioKeys") || {};
|
||||||
loaded.value = loadedAudioKeys;
|
loaded.value = loadedAudioKeys;
|
||||||
|
|
||||||
uni.$on("audioLoaded", (key) => {
|
uni.$on("audioLoaded", onAudioLoaded);
|
||||||
loaded.value[key] = true;
|
void audioManager.initAudios();
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
uni.$off("audioLoaded");
|
uni.$off("audioLoaded", onAudioLoaded);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -40,8 +46,10 @@ onBeforeUnmount(() => {
|
|||||||
</view>
|
</view>
|
||||||
<view v-for="key in Object.keys(audioFils)" :key="key">
|
<view v-for="key in Object.keys(audioFils)" :key="key">
|
||||||
<text>{{ key }}</text>
|
<text>{{ key }}</text>
|
||||||
<text v-if="!loaded[key]">未加载</text>
|
<text>{{ loaded[key] ? "已加载" : "未加载" }}</text>
|
||||||
<button v-else hover-class="none" @click="playAudio(key)">播放</button>
|
<button hover-class="none" @click="playAudio(key)">
|
||||||
|
{{ loaded[key] ? "播放" : "加载并播放" }}
|
||||||
|
</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ import { ref, computed, onMounted } from "vue";
|
|||||||
import { onLoad } from "@dcloudio/uni-app";
|
import { onLoad } from "@dcloudio/uni-app";
|
||||||
import Avatar from "@/components/Avatar.vue";
|
import Avatar from "@/components/Avatar.vue";
|
||||||
import UserUpgrade from "@/components/UserUpgrade.vue";
|
import UserUpgrade from "@/components/UserUpgrade.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
import { getBattleAPI } from "@/apis";
|
import { getBattleAPI } from "@/apis";
|
||||||
import { topThreeColors, getBattleResultTips } from "@/constants";
|
import { topThreeColors, getBattleResultTips } from "@/constants";
|
||||||
import audioManager from "@/audioManager";
|
import audioManager from "@/audioManager";
|
||||||
@@ -82,7 +83,7 @@ const checkBowData = () => {
|
|||||||
<view class="container">
|
<view class="container">
|
||||||
<block v-if="data.mode <= 3">
|
<block v-if="data.mode <= 3">
|
||||||
<view class="header-team" :style="{ marginTop: '25%' }">
|
<view class="header-team" :style="{ marginTop: '25%' }">
|
||||||
<image src="../static/battle-result.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/battle-result.png" mode="widthFix" />
|
||||||
<view class="header-solo" v-if="data.mode === 1">
|
<view class="header-solo" v-if="data.mode === 1">
|
||||||
<text
|
<text
|
||||||
:style="{
|
:style="{
|
||||||
@@ -107,7 +108,7 @@ const checkBowData = () => {
|
|||||||
</view>
|
</view>
|
||||||
<view class="header-mvp" v-if="data.mode === 2 || data.mode === 3">
|
<view class="header-mvp" v-if="data.mode === 2 || data.mode === 3">
|
||||||
<image
|
<image
|
||||||
:src="`../static/${data.winTeam === 1 ? 'blue' : 'red'}-team-win.png`"
|
:src="`https://static.shelingxingqiu.com/shootmini/static/${data.winTeam === 1 ? 'blue' : 'red'}-team-win.png`"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<view
|
<view
|
||||||
@@ -117,8 +118,8 @@ const checkBowData = () => {
|
|||||||
}deg)`,
|
}deg)`,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<view v-if="data.mvp && data.mvp.totalRings">
|
<view v-if="data.mvp && data.mvp.player_match_result.total_ring">
|
||||||
<image src="../static/title-mvp.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/title-mvp.png" mode="widthFix" />
|
||||||
<text
|
<text
|
||||||
>斩获<text
|
>斩获<text
|
||||||
:style="{
|
:style="{
|
||||||
@@ -127,7 +128,7 @@ const checkBowData = () => {
|
|||||||
margin: '0 3px',
|
margin: '0 3px',
|
||||||
fontWeight: '600',
|
fontWeight: '600',
|
||||||
}"
|
}"
|
||||||
>{{ data.mvp.totalRings }}</text
|
>{{ data.mvp.player_match_result.total_ring }}</text
|
||||||
>环</text
|
>环</text
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
@@ -153,7 +154,7 @@ const checkBowData = () => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="battle-winner">
|
<view class="battle-winner">
|
||||||
<image src="../static/shining-bg.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/shining-bg.png" mode="widthFix" />
|
||||||
<image
|
<image
|
||||||
:src="ifWin ? '../static/you-win.png' : '../static/you-lost.png'"
|
:src="ifWin ? '../static/you-win.png' : '../static/you-lost.png'"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
@@ -173,7 +174,7 @@ const checkBowData = () => {
|
|||||||
<block v-else>
|
<block v-else>
|
||||||
<view class="header-melee">
|
<view class="header-melee">
|
||||||
<view />
|
<view />
|
||||||
<image src="../static/battle-result.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/battle-result.png" mode="widthFix" />
|
||||||
<view />
|
<view />
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
@@ -248,7 +249,7 @@ const checkBowData = () => {
|
|||||||
class="battle-e"
|
class="battle-e"
|
||||||
:style="{ marginTop: data.mode > 3 ? '20px' : '20vw' }"
|
:style="{ marginTop: data.mode > 3 ? '20px' : '20vw' }"
|
||||||
>
|
>
|
||||||
<image src="../static/row-yellow-bg.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/row-yellow-bg.png" mode="widthFix" />
|
||||||
<view class="team-avatar">
|
<view class="team-avatar">
|
||||||
<Avatar
|
<Avatar
|
||||||
:src="user.avatar"
|
:src="user.avatar"
|
||||||
@@ -287,6 +288,7 @@ const checkBowData = () => {
|
|||||||
<view @click="exit">返回</view>
|
<view @click="exit">返回</view>
|
||||||
</view>
|
</view>
|
||||||
<UserUpgrade />
|
<UserUpgrade />
|
||||||
|
<DeviceChargingDialog />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
+283
-47
@@ -1,6 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, computed, onBeforeUnmount } from "vue";
|
import { ref, onMounted, computed, onBeforeUnmount } from "vue";
|
||||||
import { onShow, onLoad, onShareAppMessage } from "@dcloudio/uni-app";
|
import { onShow, onHide, onLoad, onShareAppMessage } from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import PlayerSeats from "@/components/PlayerSeats.vue";
|
import PlayerSeats from "@/components/PlayerSeats.vue";
|
||||||
import GuideTwo from "@/components/GuideTwo.vue";
|
import GuideTwo from "@/components/GuideTwo.vue";
|
||||||
@@ -14,12 +14,14 @@ import {
|
|||||||
chooseTeamAPI,
|
chooseTeamAPI,
|
||||||
getReadyAPI,
|
getReadyAPI,
|
||||||
kickPlayerAPI,
|
kickPlayerAPI,
|
||||||
|
getBattleAPI,
|
||||||
} from "@/apis";
|
} from "@/apis";
|
||||||
import { isLimitError } from "@/util";
|
import { debounce, isLimitError } from "@/util";
|
||||||
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
import audioManager from "@/audioManager";
|
import audioManager from "@/audioManager";
|
||||||
|
import { returnToBattle } from "@/utils/matchReturn";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const { user } = storeToRefs(store);
|
const { user } = storeToRefs(store);
|
||||||
|
|
||||||
@@ -31,6 +33,20 @@ const players = ref([]);
|
|||||||
const blueTeam = ref([]);
|
const blueTeam = ref([]);
|
||||||
const redTeam = ref([]);
|
const redTeam = ref([]);
|
||||||
|
|
||||||
|
const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
||||||
|
|
||||||
|
const getMemberNicknameClass = (player = {}) => [
|
||||||
|
"member-nickname",
|
||||||
|
player.vip === true && player.sVip !== true ? "member-nickname--vip" : "",
|
||||||
|
player.sVip === true ? "member-nickname--svip" : "",
|
||||||
|
];
|
||||||
|
|
||||||
|
const normalizeRoomPlayer = (member = {}) => ({
|
||||||
|
...(member.userInfo || {}),
|
||||||
|
vip: member.vip ?? member.userInfo?.vip,
|
||||||
|
sVip: member.sVip ?? member.userInfo?.sVip,
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据对战类型和房间人数动态生成页面标题
|
* 根据对战类型和房间人数动态生成页面标题
|
||||||
* battleType=1: 组队对战;count 2/4/6 分别对应 1v1/2v2/3v3
|
* battleType=1: 组队对战;count 2/4/6 分别对应 1v1/2v2/3v3
|
||||||
@@ -59,17 +75,152 @@ const allReady = ref(false);
|
|||||||
const timer = ref(null);
|
const timer = ref(null);
|
||||||
const goBattle = ref(false);
|
const goBattle = ref(false);
|
||||||
const showLimitModal = ref(false);
|
const showLimitModal = ref(false);
|
||||||
|
const readySubmitting = ref(false);
|
||||||
|
const navigationPending = ref(false);
|
||||||
|
let pageMounted = false;
|
||||||
|
let pageVisible = false;
|
||||||
|
let foregroundGeneration = 0;
|
||||||
|
const MATCH_INFO_RETRY_DELAY_MS = 500;
|
||||||
/** 从结算页返回时为 true,跳过进场靶纸语音 */
|
/** 从结算页返回时为 true,跳过进场靶纸语音 */
|
||||||
const skipTargetAudio = ref(false);
|
const skipTargetAudio = ref(false);
|
||||||
|
|
||||||
|
const wait = (delay) =>
|
||||||
|
new Promise((resolve) => {
|
||||||
|
setTimeout(resolve, delay);
|
||||||
|
});
|
||||||
|
|
||||||
|
const isCurrentForeground = (generation) =>
|
||||||
|
pageMounted &&
|
||||||
|
pageVisible &&
|
||||||
|
generation === foregroundGeneration &&
|
||||||
|
!navigationPending.value;
|
||||||
|
|
||||||
|
const redirectOnce = (url) =>
|
||||||
|
new Promise((resolve, reject) => {
|
||||||
|
if (navigationPending.value) {
|
||||||
|
resolve(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
navigationPending.value = true;
|
||||||
|
uni.redirectTo({
|
||||||
|
url,
|
||||||
|
success: resolve,
|
||||||
|
fail: (error) => {
|
||||||
|
navigationPending.value = false;
|
||||||
|
goBattle.value = false;
|
||||||
|
reject(error);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
async function queryCurrentBattle(generation) {
|
||||||
|
try {
|
||||||
|
return await getBattleAPI();
|
||||||
|
} catch (error) {
|
||||||
|
await wait(MATCH_INFO_RETRY_DELAY_MS);
|
||||||
|
if (!isCurrentForeground(generation)) throw error;
|
||||||
|
return getBattleAPI();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function returnToCurrentBattle(battle) {
|
||||||
|
if (!battle?.matchId || navigationPending.value) return false;
|
||||||
|
|
||||||
|
goBattle.value = true;
|
||||||
|
try {
|
||||||
|
const returned = await returnToBattle(battle, redirectOnce);
|
||||||
|
if (!returned) goBattle.value = false;
|
||||||
|
return returned;
|
||||||
|
} catch (error) {
|
||||||
|
goBattle.value = false;
|
||||||
|
throw error;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function reconcileBattleRoom(generation) {
|
||||||
|
let battle = null;
|
||||||
|
try {
|
||||||
|
battle = await queryCurrentBattle(generation);
|
||||||
|
} catch (error) {
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
console.log("resume room match info error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: "比赛状态查询失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
if (battle?.matchId) {
|
||||||
|
try {
|
||||||
|
await returnToCurrentBattle(battle);
|
||||||
|
} catch (error) {
|
||||||
|
console.log("return to room battle error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: "进入比赛失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
let roomStarted = false;
|
||||||
|
try {
|
||||||
|
roomStarted = await refreshRoomData();
|
||||||
|
} catch (error) {
|
||||||
|
if (isCurrentForeground(generation)) {
|
||||||
|
console.log("refresh room data error", error);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!isCurrentForeground(generation) || !roomStarted) return;
|
||||||
|
|
||||||
|
await wait(MATCH_INFO_RETRY_DELAY_MS);
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
|
||||||
|
try {
|
||||||
|
battle = await queryCurrentBattle(generation);
|
||||||
|
} catch (error) {
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
console.log("retry room match info error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: "比赛状态查询失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
if (battle?.matchId) {
|
||||||
|
try {
|
||||||
|
await returnToCurrentBattle(battle);
|
||||||
|
} catch (error) {
|
||||||
|
console.log("return to room battle error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: "进入比赛失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
uni.showToast({
|
||||||
|
title: "比赛正在创建,请稍候",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 从服务端刷新当前房间数据,更新成员列表、准备状态等信息
|
* 从服务端刷新当前房间数据,更新成员列表、准备状态等信息
|
||||||
* 仅在 roomNumber 有效且房间未开始时执行
|
* 仅在 roomNumber 有效且房间未开始时执行
|
||||||
*/
|
*/
|
||||||
async function refreshRoomData() {
|
async function refreshRoomData() {
|
||||||
if (!roomNumber.value) return;
|
if (!roomNumber.value) return false;
|
||||||
const result = await getRoomAPI(roomNumber.value);
|
const result = await getRoomAPI(roomNumber.value);
|
||||||
if (result.started) return;
|
if (result.started) return true;
|
||||||
room.value = result;
|
room.value = result;
|
||||||
// 加入者通过 API 返回的 targetType 字段同步靶纸尺寸,并持久化到本地缓存
|
// 加入者通过 API 返回的 targetType 字段同步靶纸尺寸,并持久化到本地缓存
|
||||||
if (result.targetType) {
|
if (result.targetType) {
|
||||||
@@ -94,13 +245,16 @@ async function refreshRoomData() {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
members.some((m) => {
|
members.some((m) => {
|
||||||
if (m.userInfo.id === result.creator) {
|
const player = normalizeRoomPlayer(m);
|
||||||
|
if (player.id === result.creator) {
|
||||||
owner.value = {
|
owner.value = {
|
||||||
id: m.userInfo.id,
|
id: player.id,
|
||||||
name: m.userInfo.name,
|
name: player.name,
|
||||||
avatar: m.userInfo.avatar,
|
avatar: player.avatar,
|
||||||
rankLvl: m.userInfo.rankLvl,
|
rankLvl: player.rankLvl,
|
||||||
ready: !!m.userInfo.state,
|
vip: player.vip,
|
||||||
|
sVip: player.sVip,
|
||||||
|
ready: !!player.state,
|
||||||
};
|
};
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -108,13 +262,16 @@ async function refreshRoomData() {
|
|||||||
});
|
});
|
||||||
if (result.battleType === 1 && result.count === 2) {
|
if (result.battleType === 1 && result.count === 2) {
|
||||||
result.members.forEach((m) => {
|
result.members.forEach((m) => {
|
||||||
if (m.userInfo.id !== owner.value.id) {
|
const player = normalizeRoomPlayer(m);
|
||||||
|
if (player.id !== owner.value.id) {
|
||||||
opponent.value = {
|
opponent.value = {
|
||||||
id: m.userInfo.id,
|
id: player.id,
|
||||||
name: m.userInfo.name,
|
name: player.name,
|
||||||
avatar: m.userInfo.avatar,
|
avatar: player.avatar,
|
||||||
rankLvl: m.userInfo.rankLvl,
|
rankLvl: player.rankLvl,
|
||||||
ready: !!m.userInfo.state,
|
vip: player.vip,
|
||||||
|
sVip: player.sVip,
|
||||||
|
ready: !!player.state,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -124,12 +281,12 @@ async function refreshRoomData() {
|
|||||||
(m) => m.userInfo.id === result.creator
|
(m) => m.userInfo.id === result.creator
|
||||||
);
|
);
|
||||||
if (ownerIndex !== -1) {
|
if (ownerIndex !== -1) {
|
||||||
players.value.push(result.members[ownerIndex].userInfo);
|
players.value.push(normalizeRoomPlayer(result.members[ownerIndex]));
|
||||||
} else {
|
} else {
|
||||||
players.value.push({});
|
players.value.push({});
|
||||||
}
|
}
|
||||||
result.members.forEach((m, index) => {
|
result.members.forEach((m, index) => {
|
||||||
if (ownerIndex !== index) players.value.push(m.userInfo);
|
if (ownerIndex !== index) players.value.push(normalizeRoomPlayer(m));
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
players.value = new Array(result.count).fill({});
|
players.value = new Array(result.count).fill({});
|
||||||
@@ -137,19 +294,25 @@ async function refreshRoomData() {
|
|||||||
}
|
}
|
||||||
if (timer.value) clearInterval(timer.value);
|
if (timer.value) clearInterval(timer.value);
|
||||||
// timer.value = setTimeout(refreshRoomData, 2000);
|
// timer.value = setTimeout(refreshRoomData, 2000);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const getReady = async () => {
|
const getReady = debounce(async () => {
|
||||||
|
if (readySubmitting.value) return;
|
||||||
|
readySubmitting.value = true;
|
||||||
try {
|
try {
|
||||||
await getReadyAPI(roomNumber.value);
|
await getReadyAPI(roomNumber.value);
|
||||||
|
ready.value = true;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (isLimitError(error)) {
|
if (isLimitError(error)) {
|
||||||
showLimitModal.value = true;
|
showLimitModal.value = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log("room ready error", error);
|
console.log("room ready error", error);
|
||||||
|
} finally {
|
||||||
|
readySubmitting.value = false;
|
||||||
}
|
}
|
||||||
};
|
});
|
||||||
|
|
||||||
const closeLimitModal = () => {
|
const closeLimitModal = () => {
|
||||||
showLimitModal.value = false;
|
showLimitModal.value = false;
|
||||||
@@ -166,11 +329,12 @@ const refreshMembers = (members = []) => {
|
|||||||
blueTeam.value = [];
|
blueTeam.value = [];
|
||||||
redTeam.value = [];
|
redTeam.value = [];
|
||||||
members.forEach((m, index) => {
|
members.forEach((m, index) => {
|
||||||
players.value[index] = { ...m.userInfo, groupType: m.groupType };
|
const player = { ...normalizeRoomPlayer(m), groupType: m.groupType };
|
||||||
|
players.value[index] = player;
|
||||||
if (m.groupType === 1) {
|
if (m.groupType === 1) {
|
||||||
blueTeam.value.push({ ...m.userInfo, groupType: 1 });
|
blueTeam.value.push({ ...player, groupType: 1 });
|
||||||
} else if (m.groupType === 2) {
|
} else if (m.groupType === 2) {
|
||||||
redTeam.value.push({ ...m.userInfo, groupType: 2 });
|
redTeam.value.push({ ...player, groupType: 2 });
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
for (let i = 0; i < room.value.count / 2; i++) {
|
for (let i = 0; i < room.value.count / 2; i++) {
|
||||||
@@ -212,17 +376,22 @@ async function onReceiveMessage(message) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else if (message.type === MESSAGETYPESV2.AboutToStart) {
|
} else if (message.type === MESSAGETYPESV2.AboutToStart) {
|
||||||
|
if (navigationPending.value) return;
|
||||||
|
const matchId = message.matchId || message.id;
|
||||||
|
if (!matchId) return;
|
||||||
goBattle.value = true;
|
goBattle.value = true;
|
||||||
|
let url = "";
|
||||||
if (message.mode <= 3) {
|
if (message.mode <= 3) {
|
||||||
uni.setStorageSync("blue-team", message.teams[1].players || []);
|
uni.setStorageSync("blue-team", message.teams[1].players || []);
|
||||||
uni.setStorageSync("red-team", message.teams[2].players || []);
|
uni.setStorageSync("red-team", message.teams[2].players || []);
|
||||||
uni.redirectTo({
|
url = "/pages/team-battle/index?battleId=" + matchId;
|
||||||
url: "/pages/team-battle/index?battleId=" + message.matchId,
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
uni.redirectTo({
|
url = "/pages/melee-battle?battleId=" + matchId;
|
||||||
url: "/pages/melee-battle?battleId=" + message.matchId,
|
}
|
||||||
});
|
try {
|
||||||
|
await redirectOnce(url);
|
||||||
|
} catch (error) {
|
||||||
|
console.log("redirect to room battle error", error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -317,7 +486,15 @@ onShareAppMessage(() => {
|
|||||||
*/
|
*/
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
goBattle.value = false;
|
goBattle.value = false;
|
||||||
refreshRoomData();
|
navigationPending.value = false;
|
||||||
|
pageVisible = true;
|
||||||
|
const generation = ++foregroundGeneration;
|
||||||
|
if (pageMounted) void reconcileBattleRoom(generation);
|
||||||
|
});
|
||||||
|
|
||||||
|
onHide(() => {
|
||||||
|
pageVisible = false;
|
||||||
|
foregroundGeneration += 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -341,6 +518,10 @@ onLoad(async (options) => {
|
|||||||
const stored = uni.getStorageSync(`targetSize_${roomNumber.value}`);
|
const stored = uni.getStorageSync(`targetSize_${roomNumber.value}`);
|
||||||
if (stored) targetSize.value = stored;
|
if (stored) targetSize.value = stored;
|
||||||
}
|
}
|
||||||
|
if (pageMounted && pageVisible) {
|
||||||
|
const generation = ++foregroundGeneration;
|
||||||
|
void reconcileBattleRoom(generation);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -352,6 +533,8 @@ onMounted(() => {
|
|||||||
keepScreenOn: true,
|
keepScreenOn: true,
|
||||||
});
|
});
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
pageMounted = true;
|
||||||
|
if (pageVisible) void reconcileBattleRoom(foregroundGeneration);
|
||||||
// 页面加载完成 1 秒后根据靶纸尺寸播报对应语音;从结算页返回时跳过
|
// 页面加载完成 1 秒后根据靶纸尺寸播报对应语音;从结算页返回时跳过
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
if (!skipTargetAudio.value) {
|
if (!skipTargetAudio.value) {
|
||||||
@@ -362,6 +545,9 @@ onMounted(() => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
pageMounted = false;
|
||||||
|
pageVisible = false;
|
||||||
|
foregroundGeneration += 1;
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: false,
|
keepScreenOn: false,
|
||||||
});
|
});
|
||||||
@@ -389,18 +575,36 @@ onBeforeUnmount(() => {
|
|||||||
<view v-if="owner.id" class="player" :style="{ transform: 'translateY(-60px)' }">
|
<view v-if="owner.id" class="player" :style="{ transform: 'translateY(-60px)' }">
|
||||||
<Avatar :src="owner.avatar" :size="60" />
|
<Avatar :src="owner.avatar" :size="60" />
|
||||||
<text>管理员</text>
|
<text>管理员</text>
|
||||||
<text>{{ owner.name }}</text>
|
<view
|
||||||
|
v-if="isMember(owner)"
|
||||||
|
:class="['room-player-name', ...getMemberNicknameClass(owner)]"
|
||||||
|
>
|
||||||
|
<text class="member-nickname__text">{{ owner.name }}</text>
|
||||||
|
<text v-if="owner.sVip === true" class="member-nickname__shine">
|
||||||
|
{{ owner.name }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<text v-else class="room-player-name">{{ owner.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="no-player" :style="{ transform: 'translateY(-60px)' }">
|
<view v-else class="no-player" :style="{ transform: 'translateY(-60px)' }">
|
||||||
<image src="../static/question-mark.png" mode="widthFix" />
|
<image src="../static/question-mark.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
<image src="../static/versus.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/versus.png" mode="widthFix" />
|
||||||
<view v-if="opponent.id" class="player" :style="{ transform: 'translateY(60px)' }">
|
<view v-if="opponent.id" class="player" :style="{ transform: 'translateY(60px)' }">
|
||||||
<Avatar :src="opponent.avatar" :size="60" />
|
<Avatar :src="opponent.avatar" :size="60" />
|
||||||
<text class="ready" :style="{ opacity: opponent.ready ? 1 : 0 }">
|
<text class="ready" :style="{ opacity: opponent.ready ? 1 : 0 }">
|
||||||
已准备
|
已准备
|
||||||
</text>
|
</text>
|
||||||
<text>{{ opponent.name }}</text>
|
<view
|
||||||
|
v-if="isMember(opponent)"
|
||||||
|
:class="['room-player-name', ...getMemberNicknameClass(opponent)]"
|
||||||
|
>
|
||||||
|
<text class="member-nickname__text">{{ opponent.name }}</text>
|
||||||
|
<text v-if="opponent.sVip === true" class="member-nickname__shine">
|
||||||
|
{{ opponent.name }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<text v-else class="room-player-name">{{ opponent.name }}</text>
|
||||||
<button v-if="owner.id === user.id" hover-class="none" class="remove-player"
|
<button v-if="owner.id === user.id" hover-class="none" class="remove-player"
|
||||||
@click="() => removePlayer(opponent)">
|
@click="() => removePlayer(opponent)">
|
||||||
<image src="../static/close-white.png" mode="widthFix" />
|
<image src="../static/close-white.png" mode="widthFix" />
|
||||||
@@ -414,8 +618,8 @@ onBeforeUnmount(() => {
|
|||||||
<block v-if="room.battleType === 1 && room.count >= 4">
|
<block v-if="room.battleType === 1 && room.count >= 4">
|
||||||
<view class="all-players">
|
<view class="all-players">
|
||||||
<image src="https://static.shelingxingqiu.com/attachment/2025-08-13/dc0x1p59iab6cvbhqc.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/attachment/2025-08-13/dc0x1p59iab6cvbhqc.png" mode="widthFix" />
|
||||||
<image v-if="room.count === 4" src="../static/title-2v2.png" mode="widthFix" />
|
<image v-if="room.count === 4" src="https://static.shelingxingqiu.com/shootmini/static/title-2v2.png" mode="widthFix" />
|
||||||
<image v-if="room.count === 6" src="../static/title-3v3.png" mode="widthFix" />
|
<image v-if="room.count === 6" src="https://static.shelingxingqiu.com/shootmini/static/title-3v3.png" mode="widthFix" />
|
||||||
<view>
|
<view>
|
||||||
<view v-for="(item, index) in players" :key="index">
|
<view v-for="(item, index) in players" :key="index">
|
||||||
<Avatar v-if="item.id" :src="item.avatar" :size="36" />
|
<Avatar v-if="item.id" :src="item.avatar" :size="36" />
|
||||||
@@ -434,8 +638,17 @@ onBeforeUnmount(() => {
|
|||||||
<button hover-class="none" v-if="item.id === user.id" @click="chooseTeam(0)">
|
<button hover-class="none" v-if="item.id === user.id" @click="chooseTeam(0)">
|
||||||
<image src="../static/close-grey.png" mode="widthFix" />
|
<image src="../static/close-grey.png" mode="widthFix" />
|
||||||
</button>
|
</button>
|
||||||
<text class="truncate">{{ item.name || "我要加入" }}</text>
|
<view
|
||||||
<view v-if="item.id">
|
v-if="item.id && isMember(item)"
|
||||||
|
:class="['team-player-name', 'truncate', ...getMemberNicknameClass(item)]"
|
||||||
|
>
|
||||||
|
<text class="member-nickname__text">{{ item.name }}</text>
|
||||||
|
<text v-if="item.sVip === true" class="member-nickname__shine">
|
||||||
|
{{ item.name }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<text v-else class="truncate">{{ item.name || "我要加入" }}</text>
|
||||||
|
<view v-if="item.id" class="team-player-avatar">
|
||||||
<Avatar :src="item.avatar" :size="36" />
|
<Avatar :src="item.avatar" :size="36" />
|
||||||
<text :style="{ opacity: !!item.state ? 1 : 0 }">已准备</text>
|
<text :style="{ opacity: !!item.state ? 1 : 0 }">已准备</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -446,14 +659,23 @@ onBeforeUnmount(() => {
|
|||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<view v-for="(item, index) in blueTeam" :key="index" class="choose-side-right-item">
|
<view v-for="(item, index) in blueTeam" :key="index" class="choose-side-right-item">
|
||||||
<view v-if="item.id">
|
<view v-if="item.id" class="team-player-avatar">
|
||||||
<Avatar :src="item.avatar" :size="36" />
|
<Avatar :src="item.avatar" :size="36" />
|
||||||
<text :style="{ opacity: !!item.state ? 1 : 0 }">已准备</text>
|
<text :style="{ opacity: !!item.state ? 1 : 0 }">已准备</text>
|
||||||
</view>
|
</view>
|
||||||
<button v-else hover-class="none" @click="chooseTeam(1)">
|
<button v-else hover-class="none" @click="chooseTeam(1)">
|
||||||
<image src="../static/add-grey.png" mode="widthFix" />
|
<image src="../static/add-grey.png" mode="widthFix" />
|
||||||
</button>
|
</button>
|
||||||
<text class="truncate">{{ item.name || "我要加入" }}</text>
|
<view
|
||||||
|
v-if="item.id && isMember(item)"
|
||||||
|
:class="['team-player-name', 'truncate', ...getMemberNicknameClass(item)]"
|
||||||
|
>
|
||||||
|
<text class="member-nickname__text">{{ item.name }}</text>
|
||||||
|
<text v-if="item.sVip === true" class="member-nickname__shine">
|
||||||
|
{{ item.name }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<text v-else class="truncate">{{ item.name || "我要加入" }}</text>
|
||||||
<button hover-class="none" v-if="item.id === user.id" @click="chooseTeam(0)">
|
<button hover-class="none" v-if="item.id === user.id" @click="chooseTeam(0)">
|
||||||
<image src="../static/close-grey.png" mode="widthFix" />
|
<image src="../static/close-grey.png" mode="widthFix" />
|
||||||
</button>
|
</button>
|
||||||
@@ -465,7 +687,10 @@ onBeforeUnmount(() => {
|
|||||||
<PlayerSeats v-if="room.battleType === 2" :total="room.count || 10" :players="players"
|
<PlayerSeats v-if="room.battleType === 2" :total="room.count || 10" :players="players"
|
||||||
:removePlayer="removePlayer" :isOwner="owner.id === user.id" />
|
:removePlayer="removePlayer" :isOwner="owner.id === user.id" />
|
||||||
<view>
|
<view>
|
||||||
<SButton :disabled="!canClick" :onClick="() => $clickSound(getReady)">
|
<SButton
|
||||||
|
:disabled="!canClick || readySubmitting"
|
||||||
|
:onClick="() => { $clickSound(); return getReady(); }"
|
||||||
|
>
|
||||||
{{
|
{{
|
||||||
allReady.value
|
allReady.value
|
||||||
? "即将进入对局..."
|
? "即将进入对局..."
|
||||||
@@ -584,11 +809,12 @@ onBeforeUnmount(() => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player>text:nth-child(3) {
|
.room-player-name {
|
||||||
margin-top: 6rpx;
|
margin-top: 6rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player>text {
|
.player>text,
|
||||||
|
.room-player-name {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -596,6 +822,12 @@ onBeforeUnmount(() => {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.room-player-name .member-nickname__text,
|
||||||
|
.room-player-name .member-nickname__shine {
|
||||||
|
font-size: 14px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.player .ready {
|
.player .ready {
|
||||||
background-color: #2c261fb3 !important;
|
background-color: #2c261fb3 !important;
|
||||||
border: 1rpx solid #a3793f66 !important;
|
border: 1rpx solid #a3793f66 !important;
|
||||||
@@ -843,12 +1075,18 @@ onBeforeUnmount(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.choose-side-left-item>text,
|
.choose-side-left-item>text,
|
||||||
.choose-side-right-item>text {
|
.choose-side-right-item>text,
|
||||||
|
.team-player-name {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.team-player-name .member-nickname__text,
|
||||||
|
.team-player-name .member-nickname__shine {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.choose-side-left-item>button:first-child,
|
.choose-side-left-item>button:first-child,
|
||||||
.choose-side-right-item>button:last-child {
|
.choose-side-right-item>button:last-child {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -885,15 +1123,13 @@ onBeforeUnmount(() => {
|
|||||||
width: 18px;
|
width: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.choose-side-left-item>view,
|
.team-player-avatar {
|
||||||
.choose-side-right-item>view {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.choose-side-left-item>view>text,
|
.team-player-avatar>text {
|
||||||
.choose-side-right-item>view>text {
|
|
||||||
font-size: 16rpx;
|
font-size: 16rpx;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
line-height: 26rpx;
|
line-height: 26rpx;
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, onBeforeUnmount } from "vue";
|
import { ref, onMounted, onBeforeUnmount } from "vue";
|
||||||
|
import { onShow, onHide } from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import SButton from "@/components/SButton.vue";
|
import SButton from "@/components/SButton.vue";
|
||||||
|
|
||||||
import { laserAimAPI, laserCloseAPI } from "@/apis";
|
import { aimRenewAPI, laserAimAPI, laserCloseAPI } from "@/apis";
|
||||||
import { MESSAGETYPES } from "@/constants";
|
import { MESSAGETYPES } from "@/constants";
|
||||||
// import audioManager from "@/audioManager";
|
// import audioManager from "@/audioManager";
|
||||||
|
|
||||||
@@ -23,8 +24,56 @@ const guides = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const done = ref(true);
|
const done = ref(true);
|
||||||
|
let aimRenewTimer = null;
|
||||||
|
let pageMounted = false;
|
||||||
|
let pageVisible = false;
|
||||||
|
let aimSessionVersion = 0;
|
||||||
|
|
||||||
|
const stopAimRenew = () => {
|
||||||
|
if (!aimRenewTimer) return;
|
||||||
|
clearInterval(aimRenewTimer);
|
||||||
|
aimRenewTimer = null;
|
||||||
|
};
|
||||||
|
|
||||||
|
const startAimRenew = () => {
|
||||||
|
stopAimRenew();
|
||||||
|
aimRenewTimer = setInterval(() => {
|
||||||
|
aimRenewAPI();
|
||||||
|
}, 1000);
|
||||||
|
};
|
||||||
|
|
||||||
|
const openAimSession = async (sessionVersion) => {
|
||||||
|
try {
|
||||||
|
await laserAimAPI();
|
||||||
|
} catch (error) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
!pageMounted ||
|
||||||
|
!pageVisible ||
|
||||||
|
sessionVersion !== aimSessionVersion
|
||||||
|
) {
|
||||||
|
void laserCloseAPI().catch(() => {});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
startAimRenew();
|
||||||
|
};
|
||||||
|
|
||||||
|
const stopAimSession = (closeLaser = true) => {
|
||||||
|
const wasVisible = pageVisible;
|
||||||
|
pageVisible = false;
|
||||||
|
aimSessionVersion += 1;
|
||||||
|
stopAimRenew();
|
||||||
|
|
||||||
|
if (closeLaser && wasVisible) {
|
||||||
|
void laserCloseAPI().catch(() => {});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const onComplete = async () => {
|
const onComplete = async () => {
|
||||||
|
stopAimSession(false);
|
||||||
await laserCloseAPI();
|
await laserCloseAPI();
|
||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
};
|
};
|
||||||
@@ -39,14 +88,26 @@ function onReceiveMessage(messages = []) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
onShow(() => {
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
pageVisible = true;
|
||||||
await laserAimAPI();
|
const sessionVersion = ++aimSessionVersion;
|
||||||
|
if (pageMounted) void openAimSession(sessionVersion);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(async () => {
|
onHide(() => {
|
||||||
|
stopAimSession();
|
||||||
|
});
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
pageMounted = true;
|
||||||
|
if (pageVisible) void openAimSession(aimSessionVersion);
|
||||||
|
});
|
||||||
|
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
pageMounted = false;
|
||||||
|
stopAimSession();
|
||||||
uni.$off("socket-inbox", onReceiveMessage);
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
await laserCloseAPI();
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted } from "vue";
|
import { ref, onMounted } from "vue";
|
||||||
import SButton from "@/components/SButton.vue";
|
import SButton from "@/components/SButton.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
|
|
||||||
import { capsuleHeight } from "@/util";
|
import { capsuleHeight } from "@/util";
|
||||||
|
|
||||||
@@ -55,6 +56,7 @@ const onScrollView = (e) => {
|
|||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
|
<DeviceChargingDialog />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,156 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref } from "vue";
|
||||||
|
import { onLoad } from "@dcloudio/uni-app";
|
||||||
|
import Container from "@/components/Container.vue";
|
||||||
|
import ModalDialog from "@/components/ModalDialog.vue";
|
||||||
|
import SButton from "@/components/SButton.vue";
|
||||||
|
import { unbindDeviceByQrcodeIdAPI } from "@/apis";
|
||||||
|
|
||||||
|
const deviceQrcodeId = ref("");
|
||||||
|
const showConfirmDialog = ref(false);
|
||||||
|
const isSubmitting = ref(false);
|
||||||
|
const isTestEnvironment = ref(false);
|
||||||
|
|
||||||
|
// 提交前移除用户输入中的所有空白字符,兼容复制粘贴的设备编号。
|
||||||
|
const normalizeDeviceQrcodeId = () =>
|
||||||
|
String(deviceQrcodeId.value ?? "").replace(/\s+/g, "");
|
||||||
|
|
||||||
|
const getEnvVersion = () => {
|
||||||
|
try {
|
||||||
|
return uni.getAccountInfoSync?.().miniProgram?.envVersion || "develop";
|
||||||
|
} catch (error) {
|
||||||
|
console.error("获取小程序环境失败", error);
|
||||||
|
return "develop";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const validateDeviceQrcodeId = () => {
|
||||||
|
const normalizedId = normalizeDeviceQrcodeId();
|
||||||
|
deviceQrcodeId.value = normalizedId;
|
||||||
|
const numericId = Number(normalizedId);
|
||||||
|
|
||||||
|
if (!/^\d+$/.test(normalizedId) || !Number.isSafeInteger(numericId) || numericId <= 0) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "请输入正确的设备编号",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return numericId;
|
||||||
|
};
|
||||||
|
|
||||||
|
const openConfirmDialog = () => {
|
||||||
|
if (!isTestEnvironment.value || validateDeviceQrcodeId() === null) return;
|
||||||
|
showConfirmDialog.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeConfirmDialog = () => {
|
||||||
|
if (isSubmitting.value) return;
|
||||||
|
showConfirmDialog.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
const confirmUnbind = async () => {
|
||||||
|
if (isSubmitting.value) return;
|
||||||
|
const id = validateDeviceQrcodeId();
|
||||||
|
if (id === null) {
|
||||||
|
showConfirmDialog.value = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
isSubmitting.value = true;
|
||||||
|
try {
|
||||||
|
await unbindDeviceByQrcodeIdAPI(id);
|
||||||
|
showConfirmDialog.value = false;
|
||||||
|
deviceQrcodeId.value = "";
|
||||||
|
uni.showToast({
|
||||||
|
title: "解绑成功",
|
||||||
|
icon: "success",
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
console.error("测试解绑设备失败", error);
|
||||||
|
} finally {
|
||||||
|
isSubmitting.value = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
onLoad(() => {
|
||||||
|
if (getEnvVersion() !== "release") {
|
||||||
|
isTestEnvironment.value = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
uni.showToast({
|
||||||
|
title: "该功能仅用于测试环境",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
setTimeout(() => {
|
||||||
|
uni.navigateBack();
|
||||||
|
}, 1200);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<Container title="解绑设备" :scroll="false">
|
||||||
|
<view v-if="isTestEnvironment" class="unbind-page">
|
||||||
|
<view class="unbind-form">
|
||||||
|
<input
|
||||||
|
v-model="deviceQrcodeId"
|
||||||
|
class="device-input"
|
||||||
|
type="number"
|
||||||
|
placeholder="请输入设备编号"
|
||||||
|
placeholder-class="device-input-placeholder"
|
||||||
|
/>
|
||||||
|
<SButton
|
||||||
|
width="100%"
|
||||||
|
:rounded="40"
|
||||||
|
:onClick="openConfirmDialog"
|
||||||
|
>解绑</SButton>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</Container>
|
||||||
|
|
||||||
|
<ModalDialog
|
||||||
|
:show="showConfirmDialog"
|
||||||
|
content="是否解绑该设备(仅用于测试环境)"
|
||||||
|
cancelText="取消"
|
||||||
|
confirmText="解绑"
|
||||||
|
:onCancel="closeConfirmDialog"
|
||||||
|
:onConfirm="confirmUnbind"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.unbind-page {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0 72rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.unbind-form {
|
||||||
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 36rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.device-input {
|
||||||
|
width: 100%;
|
||||||
|
height: 88rpx;
|
||||||
|
padding: 0 32rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 28rpx;
|
||||||
|
background: rgba(255, 255, 255, 0.12);
|
||||||
|
border: 2rpx solid rgba(255, 255, 255, 0.28);
|
||||||
|
border-radius: 44rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep(.device-input-placeholder) {
|
||||||
|
color: rgba(255, 255, 255, 0.55);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
+70
-22
@@ -15,20 +15,21 @@ import BubbleTip from "@/components/BubbleTip.vue";
|
|||||||
import audioManager from "@/audioManager";
|
import audioManager from "@/audioManager";
|
||||||
import {
|
import {
|
||||||
createPractiseAPI,
|
createPractiseAPI,
|
||||||
startPractiseAPI,
|
|
||||||
endPractiseAPI,
|
|
||||||
getPractiseAPI,
|
getPractiseAPI,
|
||||||
|
startPractiseAPI,
|
||||||
laserAimAPI,
|
laserAimAPI,
|
||||||
laserCloseAPI,
|
laserCloseAPI,
|
||||||
} from "@/apis";
|
} from "@/apis";
|
||||||
|
import { connectMatchWebSocket, closeMatchWebSocket } from "@/matchWebsocket";
|
||||||
import { sharePractiseData } from "@/canvas";
|
import { sharePractiseData } from "@/canvas";
|
||||||
import { wxShare, debounce } from "@/util";
|
import { wxShare, debounce } from "@/util";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const { user } = storeToRefs(store);
|
const { user, device } = storeToRefs(store);
|
||||||
const scores = ref([]);
|
const scores = ref([]);
|
||||||
|
const isSvip = ref(false);
|
||||||
const step = ref(0);
|
const step = ref(0);
|
||||||
const total = 12;
|
const total = 12;
|
||||||
const stepButtonTexts = [
|
const stepButtonTexts = [
|
||||||
@@ -49,6 +50,7 @@ const showGuide = ref(false);
|
|||||||
const laserActive = ref(false);
|
const laserActive = ref(false);
|
||||||
const guideSwiperIndex = ref(0);
|
const guideSwiperIndex = ref(0);
|
||||||
const sharing = ref(false);
|
const sharing = ref(false);
|
||||||
|
const RESULT_TIP_CDN = "https://static.shelingxingqiu.com/shootmini/static";
|
||||||
|
|
||||||
const guideImages = [
|
const guideImages = [
|
||||||
"https://static.shelingxingqiu.com/shootmini/static/target.png",
|
"https://static.shelingxingqiu.com/shootmini/static/target.png",
|
||||||
@@ -103,22 +105,59 @@ const closeCalibrationLaser = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const createPractise = async (arrows) => {
|
const createPractise = async (arrows) => {
|
||||||
const result = await createPractiseAPI(arrows, 1);
|
closeMatchWebSocket({ reason: "practice-recreate" });
|
||||||
|
const result = await createPractiseAPI(
|
||||||
|
arrows,
|
||||||
|
120,
|
||||||
|
1,
|
||||||
|
device.value.deviceId
|
||||||
|
);
|
||||||
if (result) practiseId.value = result.id;
|
if (result) practiseId.value = result.id;
|
||||||
|
if (!result?.serverAddr) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "练习连接信息异常,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
connectMatchWebSocket({
|
||||||
|
serverAddr: result.serverAddr,
|
||||||
|
matchId: result.id,
|
||||||
|
userId: user.value.id,
|
||||||
|
});
|
||||||
|
return result;
|
||||||
};
|
};
|
||||||
|
|
||||||
const onOver = async () => {
|
const onOver = async (message) => {
|
||||||
practiseResult.value = await getPractiseAPI(practiseId.value);
|
practiseResult.value = Array.isArray(message?.details)
|
||||||
|
? message
|
||||||
|
: await getPractiseAPI(practiseId.value);
|
||||||
start.value = false;
|
start.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const beginPractise = async () => {
|
||||||
|
if (!practiseId.value) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "练习未创建,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
await startPractiseAPI(practiseId.value);
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (msg.type === MESSAGETYPESV2.ShootResult) {
|
if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
scores.value = msg.details;
|
isSvip.value = msg.sVip === true;
|
||||||
|
scores.value = Array.isArray(msg.details) ? msg.details : scores.value;
|
||||||
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
setTimeout(onOver, 1500);
|
setTimeout(() => onOver(msg), 1500);
|
||||||
} else if (msg.type === MESSAGETYPESV2.TestDistance && step.value === 3) {
|
} else if (msg.type === MESSAGETYPESV2.TestDistance && step.value === 3) {
|
||||||
if (msg.shootData.distance / 100 >= 5) {
|
const rawDistance = Number(msg.shootData?.distance);
|
||||||
|
if (rawDistance === 0) {
|
||||||
|
audioManager.play("未发现靶纸,请瞄准靶纸射箭");
|
||||||
|
} else if (rawDistance / 100 >= 5) {
|
||||||
audioManager.play("距离合格");
|
audioManager.play("距离合格");
|
||||||
btnDisabled.value = false;
|
btnDisabled.value = false;
|
||||||
showGuide.value = true;
|
showGuide.value = true;
|
||||||
@@ -156,6 +195,7 @@ const onClickShare = debounce(async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
void audioManager.warmCommon();
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: true,
|
keepScreenOn: true,
|
||||||
});
|
});
|
||||||
@@ -171,7 +211,7 @@ onBeforeUnmount(async () => {
|
|||||||
uni.$off("share-image", onClickShare);
|
uni.$off("share-image", onClickShare);
|
||||||
await closeCalibrationLaser();
|
await closeCalibrationLaser();
|
||||||
audioManager.stopAll();
|
audioManager.stopAll();
|
||||||
endPractiseAPI();
|
closeMatchWebSocket({ reason: "practice-leave" });
|
||||||
});
|
});
|
||||||
|
|
||||||
const nextStep = async () => {
|
const nextStep = async () => {
|
||||||
@@ -194,16 +234,22 @@ const nextStep = async () => {
|
|||||||
btnDisabled.value = true;
|
btnDisabled.value = true;
|
||||||
step.value = 3;
|
step.value = 3;
|
||||||
title.value = "-感知距离";
|
title.value = "-感知距离";
|
||||||
const result = await createPractiseAPI(total, 120);
|
const result = await createPractise(total);
|
||||||
if (result) practiseId.value = result.id;
|
if (!result) {
|
||||||
|
btnDisabled.value = false;
|
||||||
|
step.value = 2;
|
||||||
|
return;
|
||||||
|
}
|
||||||
} else if (step.value === 3) {
|
} else if (step.value === 3) {
|
||||||
showGuide.value = false;
|
showGuide.value = false;
|
||||||
step.value = 4;
|
step.value = 4;
|
||||||
title.value = "-小试牛刀";
|
title.value = "-小试牛刀";
|
||||||
} else if (step.value === 4) {
|
} else if (step.value === 4) {
|
||||||
title.value = "小试牛刀";
|
title.value = "小试牛刀";
|
||||||
await startPractiseAPI();
|
const result = await beginPractise();
|
||||||
|
if (!result) return;
|
||||||
scores.value = [];
|
scores.value = [];
|
||||||
|
isSvip.value = false;
|
||||||
step.value = 5;
|
step.value = 5;
|
||||||
start.value = true;
|
start.value = true;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
@@ -230,11 +276,18 @@ const onClose = async () => {
|
|||||||
practiseResult.value = {};
|
practiseResult.value = {};
|
||||||
start.value = false;
|
start.value = false;
|
||||||
scores.value = [];
|
scores.value = [];
|
||||||
|
isSvip.value = false;
|
||||||
step.value = 4;
|
step.value = 4;
|
||||||
const result = await createPractiseAPI(total, 120);
|
await createPractise(total);
|
||||||
if (result) practiseId.value = result.id;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const getResultTipSrc = (result = {}) => {
|
||||||
|
const validCount = (result.details || []).filter(
|
||||||
|
(arrow) => arrow.x !== -30 && arrow.y !== -30
|
||||||
|
).length;
|
||||||
|
return `${RESULT_TIP_CDN}/${validCount < total ? "un" : ""}finish-tip.png`;
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -343,6 +396,7 @@ const onClose = async () => {
|
|||||||
:currentRound="step === 5 ? scores.length : 0"
|
:currentRound="step === 5 ? scores.length : 0"
|
||||||
:totalRound="step === 5 ? total : 0"
|
:totalRound="step === 5 ? total : 0"
|
||||||
:scores="scores"
|
:scores="scores"
|
||||||
|
:isSvip="isSvip"
|
||||||
/>
|
/>
|
||||||
<ScorePanel
|
<ScorePanel
|
||||||
v-if="step === 5"
|
v-if="step === 5"
|
||||||
@@ -356,13 +410,7 @@ const onClose = async () => {
|
|||||||
:total="total"
|
:total="total"
|
||||||
:onClose="onClose"
|
:onClose="onClose"
|
||||||
:result="practiseResult"
|
:result="practiseResult"
|
||||||
:tipSrc="`../static/${
|
:tipSrc="getResultTipSrc(practiseResult)"
|
||||||
practiseResult.details.filter(
|
|
||||||
(arrow) => arrow.x !== -30 && arrow.y !== -30
|
|
||||||
).length < total
|
|
||||||
? 'un'
|
|
||||||
: ''
|
|
||||||
}finish-tip.png`"
|
|
||||||
/>
|
/>
|
||||||
<canvas class="share-canvas" id="shareCanvas" type="2d"></canvas>
|
<canvas class="share-canvas" id="shareCanvas" type="2d"></canvas>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -27,6 +27,8 @@ const data = ref({});
|
|||||||
const showOverlay = ref(false);
|
const showOverlay = ref(false);
|
||||||
/** 自动关闭覆盖层的计时器 */
|
/** 自动关闭覆盖层的计时器 */
|
||||||
const overlayTimer = ref(null);
|
const overlayTimer = ref(null);
|
||||||
|
const overlayDelayTimer = ref(null);
|
||||||
|
let loadGeneration = 0;
|
||||||
/** 控制经验条是否执行进场动画(弹窗关闭后才置 true,避免动画被遮挡) */
|
/** 控制经验条是否执行进场动画(弹窗关闭后才置 true,避免动画被遮挡) */
|
||||||
const showExpAnim = ref(false);
|
const showExpAnim = ref(false);
|
||||||
|
|
||||||
@@ -83,6 +85,13 @@ const mvpPlayer = computed(() => {
|
|||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const mvpTotalRing = computed(
|
||||||
|
() =>
|
||||||
|
mvpPlayer.value?.playerMatchResult?.totalRing ??
|
||||||
|
mvpPlayer.value?.totalRing ??
|
||||||
|
0
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MVP 玩家所在队伍编号(1=蓝队,2=红队)
|
* MVP 玩家所在队伍编号(1=蓝队,2=红队)
|
||||||
* 通过比对 mvpPlayer.id 与 blueTeamPlayers 确定,用于选择背景图(mvp-blue / mvp-red)
|
* 通过比对 mvpPlayer.id 与 blueTeamPlayers 确定,用于选择背景图(mvp-blue / mvp-red)
|
||||||
@@ -175,9 +184,11 @@ function getMeleeAvatarBorderColor(rank) {
|
|||||||
// ---- 生命周期 ----
|
// ---- 生命周期 ----
|
||||||
|
|
||||||
onLoad(async (options) => {
|
onLoad(async (options) => {
|
||||||
|
const currentLoadId = ++loadGeneration;
|
||||||
if (!options.battleId) return;
|
if (!options.battleId) return;
|
||||||
|
|
||||||
const result = await getBattleAPI(options.battleId);
|
const result = await getBattleAPI(options.battleId);
|
||||||
|
if (currentLoadId !== loadGeneration) return;
|
||||||
data.value = result;
|
data.value = result;
|
||||||
|
|
||||||
// 从 teams 各队伍的 players 中找到当前用户,解析经验进度条所需字段
|
// 从 teams 各队伍的 players 中找到当前用户,解析经验进度条所需字段
|
||||||
@@ -219,7 +230,8 @@ onLoad(async (options) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 数据加载完成后延迟 1 秒再显示激励弹窗,避免进场时画面太杂
|
// 数据加载完成后延迟 1 秒再显示激励弹窗,避免进场时画面太杂
|
||||||
setTimeout(() => {
|
overlayDelayTimer.value = setTimeout(() => {
|
||||||
|
overlayDelayTimer.value = null;
|
||||||
showOverlay.value = true;
|
showOverlay.value = true;
|
||||||
// 弹窗显示后 2.5 秒自动关闭
|
// 弹窗显示后 2.5 秒自动关闭
|
||||||
overlayTimer.value = setTimeout(() => {
|
overlayTimer.value = setTimeout(() => {
|
||||||
@@ -229,7 +241,15 @@ onLoad(async (options) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
if (overlayTimer.value) clearTimeout(overlayTimer.value);
|
loadGeneration += 1;
|
||||||
|
if (overlayDelayTimer.value) {
|
||||||
|
clearTimeout(overlayDelayTimer.value);
|
||||||
|
overlayDelayTimer.value = null;
|
||||||
|
}
|
||||||
|
if (overlayTimer.value) {
|
||||||
|
clearTimeout(overlayTimer.value);
|
||||||
|
overlayTimer.value = null;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// ---- 方法 ----
|
// ---- 方法 ----
|
||||||
@@ -404,14 +424,14 @@ function goBack() {
|
|||||||
<!-- 背景图:蓝队用 mvp-blue.png,红队用 mvp-red.png(平行四边形渐变切图) -->
|
<!-- 背景图:蓝队用 mvp-blue.png,红队用 mvp-red.png(平行四边形渐变切图) -->
|
||||||
<image
|
<image
|
||||||
class="mvp-bg"
|
class="mvp-bg"
|
||||||
:src="mvpTeam === 1 ? '../static/mvp-blue.png' : '../static/mvp-red.png'"
|
:src="mvpTeam === 1 ? 'https://static.shelingxingqiu.com/shootmini/static/mvp-blue.png' : 'https://static.shelingxingqiu.com/shootmini/static/mvp-red.png'"
|
||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
/>
|
/>
|
||||||
<!-- 左:MVP 标题图 + 斩获环数 -->
|
<!-- 左:MVP 标题图 + 斩获环数 -->
|
||||||
<view class="mvp-info">
|
<view class="mvp-info">
|
||||||
<image class="mvp-badge" src="../static/mvp-tip.png" mode="widthFix" />
|
<image class="mvp-badge" src="https://static.shelingxingqiu.com/shootmini/static/mvp-tip.png" mode="widthFix" />
|
||||||
<view class="mvp-rings">
|
<view class="mvp-rings">
|
||||||
斩获<text class="mvp-rings-num">{{ mvpPlayer.totalRing }}</text>环
|
斩获<text class="mvp-rings-num">{{ mvpTotalRing }}</text>环
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 右:MVP 头像 + 名字,边框颜色跟随 MVP 所在队伍 -->
|
<!-- 右:MVP 头像 + 名字,边框颜色跟随 MVP 所在队伍 -->
|
||||||
@@ -439,7 +459,7 @@ function goBack() {
|
|||||||
<!-- 本场战绩标题:装饰横线 + 标题图 + 装饰横线 -->
|
<!-- 本场战绩标题:装饰横线 + 标题图 + 装饰横线 -->
|
||||||
<view class="melee-title">
|
<view class="melee-title">
|
||||||
<view class="melee-title-line" />
|
<view class="melee-title-line" />
|
||||||
<image class="melee-title-img" src="../static/battle-result.png" mode="scaleToFill" />
|
<image class="melee-title-img" src="https://static.shelingxingqiu.com/shootmini/static/battle-result.png" mode="scaleToFill" />
|
||||||
<view class="melee-title-line" />
|
<view class="melee-title-line" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ const data = ref({});
|
|||||||
const roomID = ref("");
|
const roomID = ref("");
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
const showLimitModal = ref(false);
|
const showLimitModal = ref(false);
|
||||||
|
const createRoomLoading = ref(false);
|
||||||
const isSVip = computed(() => user.value.sVip === true);
|
const isSVip = computed(() => user.value.sVip === true);
|
||||||
const isVip = computed(() => user.value.vip === true && !isSVip.value);
|
const isVip = computed(() => user.value.vip === true && !isSVip.value);
|
||||||
const challengeLimitText = computed(() =>
|
const challengeLimitText = computed(() =>
|
||||||
@@ -45,6 +46,8 @@ const enterRoom = debounce(async (number) => {
|
|||||||
showModal.value = true;
|
showModal.value = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
loading.value = true;
|
||||||
|
let keepLoading = false;
|
||||||
try {
|
try {
|
||||||
const room = await getRoomAPI(number);
|
const room = await getRoomAPI(number);
|
||||||
if (!room.number) {
|
if (!room.number) {
|
||||||
@@ -63,16 +66,22 @@ const enterRoom = debounce(async (number) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
loading.value = true;
|
keepLoading = true;
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "/pages/battle-room?roomNumber=" + number,
|
url: "/pages/battle-room?roomNumber=" + number,
|
||||||
|
fail: () => {
|
||||||
|
loading.value = false;
|
||||||
|
},
|
||||||
});
|
});
|
||||||
} finally {
|
} finally {
|
||||||
loading.value = false;
|
if (!keepLoading) loading.value = false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const onCreateRoom = async () => {
|
const onCreateRoom = debounce(async () => {
|
||||||
|
if (createRoomLoading.value) return;
|
||||||
if (!canEenter(user.value, device.value, online.value)) return;
|
if (!canEenter(user.value, device.value, online.value)) return;
|
||||||
|
createRoomLoading.value = true;
|
||||||
|
try {
|
||||||
const countData = await loadDailyCount();
|
const countData = await loadDailyCount();
|
||||||
if (isLimitReached(countData.challenge)) {
|
if (isLimitReached(countData.challenge)) {
|
||||||
showLimitModal.value = true;
|
showLimitModal.value = true;
|
||||||
@@ -80,7 +89,10 @@ const onCreateRoom = async () => {
|
|||||||
}
|
}
|
||||||
warnning.value = "";
|
warnning.value = "";
|
||||||
showModal.value = true;
|
showModal.value = true;
|
||||||
};
|
} finally {
|
||||||
|
createRoomLoading.value = false;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
const closeLimitModal = () => {
|
const closeLimitModal = () => {
|
||||||
showLimitModal.value = false;
|
showLimitModal.value = false;
|
||||||
@@ -116,6 +128,7 @@ const goMyRecord = () => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
onShow(async () => {
|
onShow(async () => {
|
||||||
|
loading.value = false;
|
||||||
if (user.value.id) {
|
if (user.value.id) {
|
||||||
const [result] = await Promise.all([
|
const [result] = await Promise.all([
|
||||||
getBattleDataAPI(),
|
getBattleDataAPI(),
|
||||||
@@ -196,10 +209,10 @@ onLoad(async (options) => {
|
|||||||
</view>
|
</view>
|
||||||
<view class="create-room">
|
<view class="create-room">
|
||||||
<image src="https://static.shelingxingqiu.com/attachment/2025-07-15/dbcejys872iyun92h6.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/attachment/2025-07-15/dbcejys872iyun92h6.png" mode="widthFix" />
|
||||||
<image src="../static/room-notfound-title.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/room-notfound-title.png" mode="widthFix" />
|
||||||
<view>
|
<view>
|
||||||
<image :src="user.avatar" mode="widthFix" />
|
<image :src="user.avatar" mode="widthFix" />
|
||||||
<image src="../static/versus.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/versus.png" mode="widthFix" />
|
||||||
<view>
|
<view>
|
||||||
<image src="../static/question-mark.png" mode="widthFix" />
|
<image src="../static/question-mark.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
@@ -208,7 +221,12 @@ onLoad(async (options) => {
|
|||||||
<view v-if="challengeLimitText" class="pp-text">
|
<view v-if="challengeLimitText" class="pp-text">
|
||||||
{{ challengeLimitText }}
|
{{ challengeLimitText }}
|
||||||
</view>
|
</view>
|
||||||
<SButton width="80%" :rounded="30" :onClick="() => $clickSound(onCreateRoom)">
|
<SButton
|
||||||
|
width="80%"
|
||||||
|
:rounded="30"
|
||||||
|
:disabled="createRoomLoading"
|
||||||
|
:onClick="() => { $clickSound(); return onCreateRoom(); }"
|
||||||
|
>
|
||||||
创建约战房
|
创建约战房
|
||||||
</SButton>
|
</SButton>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
+109
-38
@@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import {onMounted, onUnmounted, ref} from "vue";
|
import {onMounted, onUnmounted, ref, watch} from "vue";
|
||||||
import {onShareAppMessage, onShareTimeline, onShow} from "@dcloudio/uni-app";
|
import {onShareAppMessage, onShareTimeline, onShow} from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import AppFooter from "@/components/AppFooter.vue";
|
import AppFooter from "@/components/AppFooter.vue";
|
||||||
@@ -52,20 +52,41 @@ const otaInfo = ref({
|
|||||||
forceUpdate: false,
|
forceUpdate: false,
|
||||||
});
|
});
|
||||||
const isStartingOta = ref(false);
|
const isStartingOta = ref(false);
|
||||||
|
let isCheckingOta = false;
|
||||||
|
let otaCheckQueuedForOnline = false;
|
||||||
let otaProgressTimer = null;
|
let otaProgressTimer = null;
|
||||||
let otaStatusTimer = null;
|
let otaStatusTimer = null;
|
||||||
let otaTimeoutTimer = null;
|
let otaTimeoutTimer = null;
|
||||||
|
let otaResultTimer = null;
|
||||||
|
let otaStatusPollCount = 0;
|
||||||
|
let otaUpdateRunId = 0;
|
||||||
|
// 首页 OTA 轮询采用请求次数和总时长双重兜底,避免更新中状态长期卡住。
|
||||||
|
const OTA_TASK_STATUS_POLL_INTERVAL = 2000;
|
||||||
|
const OTA_TASK_STATUS_MAX_POLL_COUNT = 15;
|
||||||
|
const OTA_TASK_STATUS_TIMEOUT = 30000;
|
||||||
|
|
||||||
// 清理首页 OTA 更新定时器,避免弹窗关闭或页面卸载后继续轮询。
|
// 清理首页 OTA 更新定时器,避免弹窗关闭或页面卸载后继续轮询。
|
||||||
const clearOtaUpdateTimers = () => {
|
const clearOtaUpdateTimers = () => {
|
||||||
clearInterval(otaProgressTimer);
|
clearInterval(otaProgressTimer);
|
||||||
clearTimeout(otaStatusTimer);
|
clearTimeout(otaStatusTimer);
|
||||||
clearTimeout(otaTimeoutTimer);
|
clearTimeout(otaTimeoutTimer);
|
||||||
|
clearTimeout(otaResultTimer);
|
||||||
otaProgressTimer = null;
|
otaProgressTimer = null;
|
||||||
otaStatusTimer = null;
|
otaStatusTimer = null;
|
||||||
otaTimeoutTimer = null;
|
otaTimeoutTimer = null;
|
||||||
|
otaResultTimer = null;
|
||||||
|
otaStatusPollCount = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// 使当前 OTA 运行失效,确保旧请求返回后不会继续轮询或覆盖新状态。
|
||||||
|
const invalidateOtaUpdateRun = () => {
|
||||||
|
otaUpdateRunId += 1;
|
||||||
|
clearOtaUpdateTimers();
|
||||||
|
};
|
||||||
|
|
||||||
|
const isOtaUpdateRunActive = (runId) =>
|
||||||
|
runId === otaUpdateRunId && otaState.value === "update_progress";
|
||||||
|
|
||||||
// 启动首页 OTA 本地进度动画,最终成功失败以后端任务状态为准。
|
// 启动首页 OTA 本地进度动画,最终成功失败以后端任务状态为准。
|
||||||
const startOtaProgressAnimation = () => {
|
const startOtaProgressAnimation = () => {
|
||||||
clearInterval(otaProgressTimer);
|
clearInterval(otaProgressTimer);
|
||||||
@@ -91,13 +112,25 @@ const applyOtaVersionInfo = (versionInfo) => {
|
|||||||
|
|
||||||
// 检查当前设备盒子是否存在可升级版本。
|
// 检查当前设备盒子是否存在可升级版本。
|
||||||
const checkOtaUpdate = async () => {
|
const checkOtaUpdate = async () => {
|
||||||
|
if (isCheckingOta || otaVisible.value) return;
|
||||||
|
isCheckingOta = true;
|
||||||
|
|
||||||
|
try {
|
||||||
|
let deviceStatus;
|
||||||
|
try {
|
||||||
|
deviceStatus = await getDeviceBatteryAPI();
|
||||||
|
} catch (err) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (deviceStatus?.online !== true || otaVisible.value) return;
|
||||||
|
|
||||||
let versionInfo;
|
let versionInfo;
|
||||||
try {
|
try {
|
||||||
versionInfo = await getHardwareBoxVersionAPI();
|
versionInfo = await getHardwareBoxVersionAPI();
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!versionInfo?.needUpdate) return;
|
if (!versionInfo?.needUpdate || otaVisible.value) return;
|
||||||
applyOtaVersionInfo(versionInfo);
|
applyOtaVersionInfo(versionInfo);
|
||||||
|
|
||||||
const dismissedAt = uni.getStorageSync("ota_dismissed_at");
|
const dismissedAt = uni.getStorageSync("ota_dismissed_at");
|
||||||
@@ -105,8 +138,26 @@ const checkOtaUpdate = async () => {
|
|||||||
if (!otaInfo.value.forceUpdate && dismissedAt && now - dismissedAt < 24 * 60 * 60 * 1000) return;
|
if (!otaInfo.value.forceUpdate && dismissedAt && now - dismissedAt < 24 * 60 * 60 * 1000) return;
|
||||||
otaState.value = "new_version";
|
otaState.value = "new_version";
|
||||||
otaVisible.value = true;
|
otaVisible.value = true;
|
||||||
|
} finally {
|
||||||
|
isCheckingOta = false;
|
||||||
|
const shouldRecheckForOnline = otaCheckQueuedForOnline;
|
||||||
|
otaCheckQueuedForOnline = false;
|
||||||
|
if (shouldRecheckForOnline && !otaVisible.value) {
|
||||||
|
void checkOtaUpdate();
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// 设备由 WS 通知上线时补查 OTA;已显示任何 OTA 弹窗时保留当前流程和结果。
|
||||||
|
watch(online, (nextOnline, previousOnline) => {
|
||||||
|
if (previousOnline !== false || nextOnline !== true || otaVisible.value) return;
|
||||||
|
if (isCheckingOta) {
|
||||||
|
otaCheckQueuedForOnline = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
void checkOtaUpdate();
|
||||||
|
});
|
||||||
|
|
||||||
// 拼接 OTA WiFi 页参数,让未连 WiFi 的设备继续使用同一份版本信息。
|
// 拼接 OTA WiFi 页参数,让未连 WiFi 的设备继续使用同一份版本信息。
|
||||||
const getOtaWifiUrl = () => {
|
const getOtaWifiUrl = () => {
|
||||||
const { versionNumber, resourceUrl } = otaInfo.value;
|
const { versionNumber, resourceUrl } = otaInfo.value;
|
||||||
@@ -125,61 +176,78 @@ const handleOtaDismiss = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 将首页 OTA 直连更新流程标记为失败。
|
// 将首页 OTA 直连更新流程标记为失败。
|
||||||
const failHomeOtaUpdate = () => {
|
const failHomeOtaUpdate = (runId) => {
|
||||||
clearOtaUpdateTimers();
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
|
invalidateOtaUpdateRun();
|
||||||
isStartingOta.value = false;
|
isStartingOta.value = false;
|
||||||
otaState.value = "update_failure";
|
otaState.value = "update_failure";
|
||||||
otaVisible.value = true;
|
otaVisible.value = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
// 将首页 OTA 直连更新流程标记为成功。
|
// 将首页 OTA 直连更新流程标记为成功。
|
||||||
const completeHomeOtaUpdate = () => {
|
const completeHomeOtaUpdate = (runId) => {
|
||||||
clearOtaUpdateTimers();
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
|
invalidateOtaUpdateRun();
|
||||||
isStartingOta.value = false;
|
isStartingOta.value = false;
|
||||||
otaProgress.value = 100;
|
otaProgress.value = 100;
|
||||||
setTimeout(() => {
|
const completedRunId = otaUpdateRunId;
|
||||||
|
otaResultTimer = setTimeout(() => {
|
||||||
|
otaResultTimer = null;
|
||||||
|
if (completedRunId !== otaUpdateRunId) return;
|
||||||
otaState.value = "update_success";
|
otaState.value = "update_success";
|
||||||
otaVisible.value = true;
|
otaVisible.value = true;
|
||||||
}, 300);
|
}, 300);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 轮询首页直接发起的 OTA 更新任务状态。
|
// 轮询首页直接发起的 OTA 更新任务状态。
|
||||||
const pollHomeOtaTaskStatus = (taskId) => {
|
const pollHomeOtaTaskStatus = async (taskId, runId) => {
|
||||||
clearTimeout(otaStatusTimer);
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
otaStatusTimer = setTimeout(async () => {
|
|
||||||
|
otaStatusPollCount += 1;
|
||||||
try {
|
try {
|
||||||
const taskStatus = await getHardwareBoxTaskStatusAPI(taskId);
|
const taskStatus = await getHardwareBoxTaskStatusAPI(taskId);
|
||||||
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
|
|
||||||
const status = Number(taskStatus?.status);
|
const status = Number(taskStatus?.status);
|
||||||
if (status === 2) {
|
if (status === 2) {
|
||||||
completeHomeOtaUpdate();
|
completeHomeOtaUpdate(runId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (status === 3) {
|
if (status === 3) {
|
||||||
failHomeOtaUpdate();
|
failHomeOtaUpdate(runId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (status === 0 || status === 1) {
|
if (status === 0 || status === 1) {
|
||||||
pollHomeOtaTaskStatus(taskId);
|
if (otaStatusPollCount >= OTA_TASK_STATUS_MAX_POLL_COUNT) {
|
||||||
|
failHomeOtaUpdate(runId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
failHomeOtaUpdate();
|
otaStatusTimer = setTimeout(() => {
|
||||||
|
otaStatusTimer = null;
|
||||||
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
|
void pollHomeOtaTaskStatus(taskId, runId);
|
||||||
|
}, OTA_TASK_STATUS_POLL_INTERVAL);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
failHomeOtaUpdate(runId);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
failHomeOtaUpdate();
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
|
failHomeOtaUpdate(runId);
|
||||||
}
|
}
|
||||||
}, 3000);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 设备盒子已连 WiFi 时,从首页直接传空 WiFi 信息发起 OTA 更新。
|
// 设备盒子已连 WiFi 时,从首页直接传空 WiFi 信息发起 OTA 更新。
|
||||||
const startHomeOtaUpdate = async () => {
|
const startHomeOtaUpdate = async () => {
|
||||||
|
invalidateOtaUpdateRun();
|
||||||
|
const runId = otaUpdateRunId;
|
||||||
otaState.value = "update_progress";
|
otaState.value = "update_progress";
|
||||||
otaVisible.value = true;
|
otaVisible.value = true;
|
||||||
otaProgress.value = 0;
|
otaProgress.value = 0;
|
||||||
startOtaProgressAnimation();
|
startOtaProgressAnimation();
|
||||||
otaTimeoutTimer = setTimeout(() => {
|
otaTimeoutTimer = setTimeout(() => {
|
||||||
if (otaState.value === "update_progress") {
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
failHomeOtaUpdate();
|
failHomeOtaUpdate(runId);
|
||||||
}
|
}, OTA_TASK_STATUS_TIMEOUT);
|
||||||
}, 5 * 60 * 1000);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const updateResult = await sendHardwareBoxUpdateAPI({
|
const updateResult = await sendHardwareBoxUpdateAPI({
|
||||||
@@ -188,13 +256,15 @@ const startHomeOtaUpdate = async () => {
|
|||||||
wifiPassword: "",
|
wifiPassword: "",
|
||||||
resourceUrl: otaInfo.value.resourceUrl,
|
resourceUrl: otaInfo.value.resourceUrl,
|
||||||
});
|
});
|
||||||
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
if (!updateResult?.taskId) {
|
if (!updateResult?.taskId) {
|
||||||
failHomeOtaUpdate();
|
failHomeOtaUpdate(runId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
pollHomeOtaTaskStatus(updateResult.taskId);
|
void pollHomeOtaTaskStatus(updateResult.taskId, runId);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
failHomeOtaUpdate();
|
if (!isOtaUpdateRunActive(runId)) return;
|
||||||
|
failHomeOtaUpdate(runId);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -240,6 +310,7 @@ const handleOtaDone = () => {
|
|||||||
|
|
||||||
// 处理 OTA 更新失败后的重试按钮,重新走立即更新判断流程。
|
// 处理 OTA 更新失败后的重试按钮,重新走立即更新判断流程。
|
||||||
const handleOtaRetry = () => {
|
const handleOtaRetry = () => {
|
||||||
|
invalidateOtaUpdateRun();
|
||||||
handleOtaUpdate();
|
handleOtaUpdate();
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -256,11 +327,6 @@ const toPage = async (path) => {
|
|||||||
showModal.value = true;
|
showModal.value = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// if (path === "/pages/first-try") {
|
|
||||||
// if (canEenter(user.value, device.value, online.value, path)) {
|
|
||||||
// await uni.$checkAudio();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
uni.navigateTo({url: path});
|
uni.navigateTo({url: path});
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -356,7 +422,7 @@ onMounted(async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
clearOtaUpdateTimers();
|
invalidateOtaUpdateRun();
|
||||||
});
|
});
|
||||||
|
|
||||||
onShareAppMessage(() => {
|
onShareAppMessage(() => {
|
||||||
@@ -423,7 +489,7 @@ onShareTimeline(() => {
|
|||||||
<text v-else-if="online">设备在线</text>
|
<text v-else-if="online">设备在线</text>
|
||||||
</block>
|
</block>
|
||||||
<image
|
<image
|
||||||
src="../static/first-try.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/first-try.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
@click="() => toPage('/pages/first-try')"
|
@click="() => toPage('/pages/first-try')"
|
||||||
/>
|
/>
|
||||||
@@ -433,11 +499,12 @@ onShareTimeline(() => {
|
|||||||
</BubbleTip>
|
</BubbleTip>
|
||||||
</view>
|
</view>
|
||||||
<view class="play-card">
|
<view class="play-card">
|
||||||
<view @click="$clickSound(() => toPage('/pages/practise'))">
|
<!-- toPage('/pages/practise') -->
|
||||||
<image src="../static/my-practise.png" mode="widthFix"/>
|
<view @click="$clickSound(() => toPage('/pages/training/index'))">
|
||||||
|
<image src="https://static.shelingxingqiu.com/shootmini/static/my-practise.png" mode="widthFix"/>
|
||||||
</view>
|
</view>
|
||||||
<view @click="$clickSound(() => toPage('/pages/friend-battle'))">
|
<view @click="$clickSound(() => toPage('/pages/friend-battle'))">
|
||||||
<image src="../static/friend-battle.png" mode="widthFix"/>
|
<image src="https://static.shelingxingqiu.com/shootmini/static/friend-battle.png" mode="widthFix"/>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -452,7 +519,7 @@ onShareTimeline(() => {
|
|||||||
hover-class="none"
|
hover-class="none"
|
||||||
></button>
|
></button>
|
||||||
<view class="ranking-players" @click="toRankListPage">
|
<view class="ranking-players" @click="toRankListPage">
|
||||||
<img src="../static/juezhanbang.png" mode="widthFix"/>
|
<img src="https://static.shelingxingqiu.com/shootmini/static/juezhanbang.png" mode="widthFix"/>
|
||||||
<view class="divide-line"></view>
|
<view class="divide-line"></view>
|
||||||
<view class="player-avatars">
|
<view class="player-avatars">
|
||||||
<view
|
<view
|
||||||
@@ -486,7 +553,7 @@ onShareTimeline(() => {
|
|||||||
</view>
|
</view>
|
||||||
<view class="my-data">
|
<view class="my-data">
|
||||||
<view @click="() => toPage('/pages/my-growth')">
|
<view @click="() => toPage('/pages/my-growth')">
|
||||||
<image src="../static/my-growth.png" mode="widthFix"/>
|
<image src="https://static.shelingxingqiu.com/shootmini/static/my-growth.png" mode="widthFix"/>
|
||||||
</view>
|
</view>
|
||||||
<view @click="() => toPage('/pages/ranking')">
|
<view @click="() => toPage('/pages/ranking')">
|
||||||
<view>
|
<view>
|
||||||
@@ -515,6 +582,7 @@ onShareTimeline(() => {
|
|||||||
</view>
|
</view>
|
||||||
<Signin :show="showModal" :onClose="() => (showModal = false)"/>
|
<Signin :show="showModal" :onClose="() => (showModal = false)"/>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="foot-space"></view>
|
||||||
<AppFooter/>
|
<AppFooter/>
|
||||||
</Container>
|
</Container>
|
||||||
</template>
|
</template>
|
||||||
@@ -522,9 +590,12 @@ onShareTimeline(() => {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 120px);
|
/* height: calc(100% + 240rpx); */
|
||||||
|
}
|
||||||
|
.foot-space{
|
||||||
|
width: 100%;
|
||||||
|
height: 200rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-grid {
|
.feature-grid {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -684,7 +755,7 @@ onShareTimeline(() => {
|
|||||||
|
|
||||||
.my-data > view:nth-child(2) {
|
.my-data > view:nth-child(2) {
|
||||||
width: 68%;
|
width: 68%;
|
||||||
font-size: 12px;
|
font-size: 24rpx;
|
||||||
color: #fff6;
|
color: #fff6;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ const data = ref({
|
|||||||
rounds: [],
|
rounds: [],
|
||||||
});
|
});
|
||||||
const players = ref([]);
|
const players = ref([]);
|
||||||
|
const isLoading = ref(true);
|
||||||
|
const loadError = ref("");
|
||||||
|
|
||||||
onLoad(async (options) => {
|
const loadBattle = async () => {
|
||||||
if (!options.battleId) return;
|
|
||||||
battleId.value = options.battleId || "60510101693403136";
|
|
||||||
const result = await getBattleAPI(battleId.value);
|
const result = await getBattleAPI(battleId.value);
|
||||||
data.value = result;
|
data.value = result;
|
||||||
if (result.mode > 3) {
|
if (result.mode > 3) {
|
||||||
@@ -62,6 +62,32 @@ onLoad(async (options) => {
|
|||||||
|
|
||||||
players.value = [...rankedPlayers, ...unrankedPlayers];
|
players.value = [...rankedPlayers, ...unrankedPlayers];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 数据和派生列表均已就绪后再关闭占位,避免空壳闪烁。
|
||||||
|
isLoading.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
const requestBattle = () => {
|
||||||
|
if (!battleId.value) return;
|
||||||
|
|
||||||
|
isLoading.value = true;
|
||||||
|
loadError.value = "";
|
||||||
|
loadBattle().catch((error) => {
|
||||||
|
console.error("加载比赛详情失败:", error);
|
||||||
|
loadError.value = "赛况加载失败";
|
||||||
|
isLoading.value = false;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
onLoad((options) => {
|
||||||
|
if (!options.battleId) {
|
||||||
|
loadError.value = "缺少比赛信息";
|
||||||
|
isLoading.value = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
battleId.value = options.battleId;
|
||||||
|
requestBattle();
|
||||||
});
|
});
|
||||||
|
|
||||||
const checkBowData = (selected) => {
|
const checkBowData = (selected) => {
|
||||||
@@ -80,6 +106,17 @@ const checkBowData = (selected) => {
|
|||||||
<template>
|
<template>
|
||||||
<Container title="详情">
|
<Container title="详情">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
|
<view v-if="isLoading" class="page-state">
|
||||||
|
<text>赛况加载中...</text>
|
||||||
|
</view>
|
||||||
|
<view
|
||||||
|
v-else-if="loadError"
|
||||||
|
class="page-state page-state--error"
|
||||||
|
@click="requestBattle"
|
||||||
|
>
|
||||||
|
<text>{{ loadError }}</text>
|
||||||
|
<text v-if="battleId" class="retry-text">点击重新加载</text>
|
||||||
|
</view>
|
||||||
<BattleHeader
|
<BattleHeader
|
||||||
v-if="data.mode <= 3"
|
v-if="data.mode <= 3"
|
||||||
:winner="data.winTeam"
|
:winner="data.winTeam"
|
||||||
@@ -165,6 +202,22 @@ const checkBowData = (selected) => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.page-state {
|
||||||
|
min-height: 60vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
font-size: 26rpx;
|
||||||
|
}
|
||||||
|
.page-state--error {
|
||||||
|
color: rgba(255, 255, 255, 0.72);
|
||||||
|
}
|
||||||
|
.retry-text {
|
||||||
|
margin-top: 16rpx;
|
||||||
|
color: #fed847;
|
||||||
|
}
|
||||||
.score-header,
|
.score-header,
|
||||||
.score-row {
|
.score-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
+133
-34
@@ -4,20 +4,27 @@ import { onLoad, onShow, onHide } from "@dcloudio/uni-app";
|
|||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import Matching from "@/components/Matching.vue";
|
import Matching from "@/components/Matching.vue";
|
||||||
import ModalDialog from "@/components/ModalDialog.vue";
|
import ModalDialog from "@/components/ModalDialog.vue";
|
||||||
|
import audioManager from "@/audioManager";
|
||||||
import { matchGameAPI, getBattleAPI } from "@/apis";
|
import { matchGameAPI, getBattleAPI } from "@/apis";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
import { isLimitError } from "@/util";
|
import { isLimitError } from "@/util";
|
||||||
|
import { returnToBattle } from "@/utils/matchReturn";
|
||||||
|
|
||||||
const gameType = ref(0);
|
const gameType = ref(0);
|
||||||
const teamSize = ref(0);
|
const teamSize = ref(0);
|
||||||
const onComplete = ref(null);
|
const onComplete = ref(null);
|
||||||
const showLimitModal = ref(false);
|
const showLimitModal = ref(false);
|
||||||
|
const navigationPending = ref(false);
|
||||||
|
let pageMounted = false;
|
||||||
|
let pageVisible = false;
|
||||||
|
let foregroundGeneration = 0;
|
||||||
|
|
||||||
/** 匹配超时计时器,用于检测 WS 消息丢失或真正超时 */
|
/** 匹配超时计时器,用于检测 WS 消息丢失或真正超时 */
|
||||||
const matchTimeoutTimer = ref(null);
|
const matchTimeoutTimer = ref(null);
|
||||||
|
|
||||||
/** 匹配超时阈值(ms),后端设置 15s 匹配,前端预留 5s 冗余 */
|
/** 匹配超时阈值(ms),后端设置 15s 匹配,前端预留 5s 冗余 */
|
||||||
const MATCH_TIMEOUT_MS = 20 * 1000;
|
const MATCH_TIMEOUT_MS = 20 * 1000;
|
||||||
|
const MATCH_INFO_RETRY_DELAY_MS = 500;
|
||||||
|
|
||||||
/** 清除超时计时器 */
|
/** 清除超时计时器 */
|
||||||
const clearMatchTimeout = () => {
|
const clearMatchTimeout = () => {
|
||||||
@@ -27,21 +34,110 @@ const clearMatchTimeout = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const wait = (delay) =>
|
||||||
|
new Promise((resolve) => {
|
||||||
|
setTimeout(resolve, delay);
|
||||||
|
});
|
||||||
|
|
||||||
|
const isCurrentForeground = (generation) =>
|
||||||
|
pageMounted &&
|
||||||
|
pageVisible &&
|
||||||
|
generation === foregroundGeneration &&
|
||||||
|
!navigationPending.value;
|
||||||
|
|
||||||
|
const redirectOnce = (url) =>
|
||||||
|
new Promise((resolve, reject) => {
|
||||||
|
if (navigationPending.value) {
|
||||||
|
resolve(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
navigationPending.value = true;
|
||||||
|
clearMatchTimeout();
|
||||||
|
uni.redirectTo({
|
||||||
|
url,
|
||||||
|
success: resolve,
|
||||||
|
fail: (error) => {
|
||||||
|
navigationPending.value = false;
|
||||||
|
reject(error);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
async function queryCurrentBattle(generation) {
|
||||||
|
try {
|
||||||
|
return await getBattleAPI();
|
||||||
|
} catch (error) {
|
||||||
|
await wait(MATCH_INFO_RETRY_DELAY_MS);
|
||||||
|
if (!isCurrentForeground(generation)) throw error;
|
||||||
|
return getBattleAPI();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function returnToCurrentBattle(battle) {
|
||||||
|
if (!battle?.matchId || navigationPending.value) return false;
|
||||||
|
return returnToBattle(battle, redirectOnce);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function reconcileMatchingPage(generation) {
|
||||||
|
clearMatchTimeout();
|
||||||
|
|
||||||
|
let battle = null;
|
||||||
|
try {
|
||||||
|
battle = await queryCurrentBattle(generation);
|
||||||
|
} catch (error) {
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
console.log("resume match info error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: "比赛状态查询失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
if (battle?.matchId) {
|
||||||
|
try {
|
||||||
|
await returnToCurrentBattle(battle);
|
||||||
|
} catch (error) {
|
||||||
|
console.log("return to current match error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: "进入比赛失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!gameType.value || !teamSize.value) return;
|
||||||
|
|
||||||
|
try {
|
||||||
|
await matchGameAPI(true, gameType.value, teamSize.value);
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
matchTimeoutTimer.value = setTimeout(handleMatchTimeout, MATCH_TIMEOUT_MS);
|
||||||
|
} catch (error) {
|
||||||
|
if (!isCurrentForeground(generation)) return;
|
||||||
|
clearMatchTimeout();
|
||||||
|
if (isLimitError(error)) {
|
||||||
|
showLimitModal.value = true;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 超时处理:查询后端是否已分配对局
|
* 超时处理:查询后端是否已分配对局
|
||||||
* - 有对局 → WS 消息丢失场景,自动跳入
|
* - 有对局 → WS 消息丢失场景,自动跳入
|
||||||
* - 无对局 → 真正超时,提示用户并返回大厅
|
* - 无对局 → 真正超时,提示用户并返回大厅
|
||||||
*/
|
*/
|
||||||
const handleMatchTimeout = async () => {
|
const handleMatchTimeout = async () => {
|
||||||
|
if (!pageVisible || navigationPending.value) return;
|
||||||
try {
|
try {
|
||||||
const battle = await getBattleAPI();
|
const battle = await getBattleAPI();
|
||||||
if (battle && battle.matchId) {
|
if (battle && battle.matchId) {
|
||||||
uni.showToast({ title: "匹配成功,正在进入...", icon: "none" });
|
uni.showToast({ title: "匹配成功,正在进入...", icon: "none" });
|
||||||
if (battle.mode <= 3) {
|
await returnToCurrentBattle(battle);
|
||||||
uni.redirectTo({ url: `/pages/team-battle/index?battleId=${battle.matchId}` });
|
|
||||||
} else {
|
|
||||||
uni.redirectTo({ url: `/pages/melee-battle?battleId=${battle.matchId}` });
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({ title: "匹配超时,请重试", icon: "none" });
|
uni.showToast({ title: "匹配超时,请重试", icon: "none" });
|
||||||
try {
|
try {
|
||||||
@@ -79,6 +175,8 @@ const goVipPage = () => {
|
|||||||
* - 取消失败(后端已分配对局但 WS 未到达)→ 查询并跳入当前对局
|
* - 取消失败(后端已分配对局但 WS 未到达)→ 查询并跳入当前对局
|
||||||
*/
|
*/
|
||||||
async function cancelMatch() {
|
async function cancelMatch() {
|
||||||
|
if (navigationPending.value) return;
|
||||||
|
foregroundGeneration += 1;
|
||||||
clearMatchTimeout();
|
clearMatchTimeout();
|
||||||
try {
|
try {
|
||||||
if (gameType.value && teamSize.value) {
|
if (gameType.value && teamSize.value) {
|
||||||
@@ -90,11 +188,7 @@ async function cancelMatch() {
|
|||||||
try {
|
try {
|
||||||
const battle = await getBattleAPI();
|
const battle = await getBattleAPI();
|
||||||
if (battle && battle.matchId) {
|
if (battle && battle.matchId) {
|
||||||
if (battle.mode <= 3) {
|
await returnToCurrentBattle(battle);
|
||||||
uni.redirectTo({ url: `/pages/team-battle/index?battleId=${battle.matchId}` });
|
|
||||||
} else {
|
|
||||||
uni.redirectTo({ url: `/pages/melee-battle?battleId=${battle.matchId}` });
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
}
|
}
|
||||||
@@ -109,18 +203,21 @@ async function onReceiveMessage(msg) {
|
|||||||
onComplete.value = () => {}
|
onComplete.value = () => {}
|
||||||
}
|
}
|
||||||
if (msg.type === MESSAGETYPESV2.AboutToStart) {
|
if (msg.type === MESSAGETYPESV2.AboutToStart) {
|
||||||
|
if (navigationPending.value) return;
|
||||||
// 收到开始消息,清除超时计时器
|
// 收到开始消息,清除超时计时器
|
||||||
clearMatchTimeout();
|
clearMatchTimeout();
|
||||||
// 使用后端下发的 mode 字段判断跳转目标,与好友约战(battle-room.vue)保持一致
|
// 使用后端下发的 mode 字段判断跳转目标,与好友约战(battle-room.vue)保持一致
|
||||||
// mode <= 3 为团队对抗,mode > 3 为大乱斗,覆盖全部 gameType(1~5),不再遗漏
|
// mode <= 3 为团队对抗,mode > 3 为大乱斗,覆盖全部 gameType(1~5),不再遗漏
|
||||||
if (msg.mode <= 3) {
|
const matchId = msg.matchId || msg.id;
|
||||||
uni.redirectTo({
|
if (!matchId) return;
|
||||||
url: `/pages/team-battle/index?battleId=${msg.id}`,
|
const url =
|
||||||
});
|
msg.mode <= 3
|
||||||
} else {
|
? `/pages/team-battle/index?battleId=${matchId}`
|
||||||
uni.redirectTo({
|
: `/pages/melee-battle?battleId=${matchId}`;
|
||||||
url: `/pages/melee-battle?battleId=${msg.id}`,
|
try {
|
||||||
});
|
await redirectOnce(url);
|
||||||
|
} catch (error) {
|
||||||
|
console.log("redirect to matched battle error", error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -130,17 +227,27 @@ onLoad(async (options) => {
|
|||||||
gameType.value = options.gameType;
|
gameType.value = options.gameType;
|
||||||
teamSize.value = options.teamSize;
|
teamSize.value = options.teamSize;
|
||||||
}
|
}
|
||||||
|
if (pageMounted && pageVisible) {
|
||||||
|
const generation = ++foregroundGeneration;
|
||||||
|
void reconcileMatchingPage(generation);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
void audioManager.warmCommon();
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: true,
|
keepScreenOn: true,
|
||||||
});
|
});
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
uni.$on("cancelMatching", cancelMatch);
|
uni.$on("cancelMatching", cancelMatch);
|
||||||
|
pageMounted = true;
|
||||||
|
if (pageVisible) void reconcileMatchingPage(foregroundGeneration);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
pageMounted = false;
|
||||||
|
pageVisible = false;
|
||||||
|
foregroundGeneration += 1;
|
||||||
clearMatchTimeout();
|
clearMatchTimeout();
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: false,
|
keepScreenOn: false,
|
||||||
@@ -149,26 +256,18 @@ onBeforeUnmount(() => {
|
|||||||
uni.$off("cancelMatching", cancelMatch);
|
uni.$off("cancelMatching", cancelMatch);
|
||||||
});
|
});
|
||||||
|
|
||||||
onShow(async () => {
|
onShow(() => {
|
||||||
if (gameType.value && teamSize.value) {
|
pageVisible = true;
|
||||||
try {
|
navigationPending.value = false;
|
||||||
await matchGameAPI(true, gameType.value, teamSize.value);
|
const generation = ++foregroundGeneration;
|
||||||
// 启动超时计时器,防止 WS 消息丢失或长时间无对手导致用户卡死
|
|
||||||
clearMatchTimeout();
|
clearMatchTimeout();
|
||||||
matchTimeoutTimer.value = setTimeout(handleMatchTimeout, MATCH_TIMEOUT_MS);
|
if (pageMounted) void reconcileMatchingPage(generation);
|
||||||
} catch (error) {
|
|
||||||
clearMatchTimeout();
|
|
||||||
if (isLimitError(error)) {
|
|
||||||
showLimitModal.value = true;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
uni.navigateBack();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onHide(() => {
|
onHide(() => {
|
||||||
|
pageVisible = false;
|
||||||
|
foregroundGeneration += 1;
|
||||||
|
clearMatchTimeout();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
+266
-84
@@ -8,12 +8,20 @@ import BattleHeader from "@/components/BattleHeader.vue";
|
|||||||
import PlayerScore from "@/components/PlayerScore.vue";
|
import PlayerScore from "@/components/PlayerScore.vue";
|
||||||
import SButton from "@/components/SButton.vue";
|
import SButton from "@/components/SButton.vue";
|
||||||
import Avatar from "@/components/Avatar.vue";
|
import Avatar from "@/components/Avatar.vue";
|
||||||
|
import BowPower from "@/components/BowPower.vue";
|
||||||
import ScreenHint from "@/components/ScreenHint.vue";
|
import ScreenHint from "@/components/ScreenHint.vue";
|
||||||
import TestDistance from "@/components/TestDistance.vue";
|
import TestDistance from "@/components/TestDistance.vue";
|
||||||
import SModal from "@/components/SModal.vue";
|
import SModal from "@/components/SModal.vue";
|
||||||
import audioManager from "@/audioManager";
|
import audioManager from "@/audioManager";
|
||||||
import { getBattleAPI, laserCloseAPI } from "@/apis";
|
import { getBattleAPI, laserCloseAPI } from "@/apis";
|
||||||
|
import {
|
||||||
|
closeMatchWebSocket,
|
||||||
|
connectMatchWebSocket,
|
||||||
|
MATCH_WS_AUDIO_ACK_EVENT,
|
||||||
|
MATCH_WS_STATE_EVENT,
|
||||||
|
} from "@/matchWebsocket";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
|
import { takeMatchReturnSnapshot } from "@/utils/matchReturn";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
@@ -30,13 +38,24 @@ const playersSorted = ref([]);
|
|||||||
const playersScores = ref([]);
|
const playersScores = ref([]);
|
||||||
const halfTimeTip = ref(false);
|
const halfTimeTip = ref(false);
|
||||||
const halfRest = ref(false);
|
const halfRest = ref(false);
|
||||||
|
const DEFAULT_READY_TIME = 15;
|
||||||
const HALF_REST_SECONDS = 20;
|
const HALF_REST_SECONDS = 20;
|
||||||
|
const MATCH_READY_SNAPSHOT_PREFIX = "match-ready-snapshot:";
|
||||||
|
const MATCH_STATUS_BY_TEXT = {
|
||||||
|
MATCH_STATUS_READY: 0,
|
||||||
|
MATCH_STATUS_STARTED: 1,
|
||||||
|
MATCH_STATUS_END: 2,
|
||||||
|
MATCH_STATUS_TIMEOUT: 3,
|
||||||
|
MATCH_STATUS_UNEXPECTEDLY: 4,
|
||||||
|
};
|
||||||
const halfRestRemain = ref(HALF_REST_SECONDS);
|
const halfRestRemain = ref(HALF_REST_SECONDS);
|
||||||
|
const readyTime = ref(DEFAULT_READY_TIME);
|
||||||
let halfRestTimer = null;
|
let halfRestTimer = null;
|
||||||
/** 控制设备离线提示弹窗的显示状态 */
|
/** 控制设备离线提示弹窗的显示状态 */
|
||||||
const showOfflineModal = ref(false);
|
const showOfflineModal = ref(false);
|
||||||
/** 记录每位玩家当前半场连续 10 环及以上次数,key 为 playerId,用于触发 tententen 音效 */
|
let battleEnded = false;
|
||||||
const xRingStreaks = ref({});
|
let skipNextRestoreOnShow = false;
|
||||||
|
let restoreGeneration = 0;
|
||||||
|
|
||||||
function clearHalfRestCountdown() {
|
function clearHalfRestCountdown() {
|
||||||
if (halfRestTimer) {
|
if (halfRestTimer) {
|
||||||
@@ -45,6 +64,12 @@ function clearHalfRestCountdown() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function leaveHalfRest() {
|
||||||
|
clearHalfRestCountdown();
|
||||||
|
halfTimeTip.value = false;
|
||||||
|
halfRest.value = false;
|
||||||
|
}
|
||||||
|
|
||||||
function getHalfRestSeconds(battleInfo) {
|
function getHalfRestSeconds(battleInfo) {
|
||||||
const remainCandidates = [
|
const remainCandidates = [
|
||||||
battleInfo?.halfRestRemain,
|
battleInfo?.halfRestRemain,
|
||||||
@@ -60,13 +85,24 @@ function getHalfRestSeconds(battleInfo) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const endTime = Number(battleInfo?.halfRestEndTime ?? battleInfo?.restEndTime);
|
const timeoutTime = normalizeTimestamp(battleInfo?.timeoutTime);
|
||||||
if (!Number.isFinite(endTime) || endTime <= 0) return HALF_REST_SECONDS;
|
if (timeoutTime) {
|
||||||
|
const elapsedSeconds = Math.max(0, (Date.now() - timeoutTime) / 1000);
|
||||||
|
return Math.max(
|
||||||
|
0,
|
||||||
|
Math.min(HALF_REST_SECONDS, Math.ceil(HALF_REST_SECONDS - elapsedSeconds))
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
const timestamp = endTime < 1e12 ? endTime * 1000 : endTime;
|
const endTime = normalizeTimestamp(
|
||||||
const diffSeconds = (timestamp - Date.now()) / 1000;
|
battleInfo?.halfRestEndTime ?? battleInfo?.restEndTime
|
||||||
if (diffSeconds > 0 && diffSeconds <= HALF_REST_SECONDS) {
|
);
|
||||||
return Math.ceil(diffSeconds);
|
if (endTime) {
|
||||||
|
const diffSeconds = (endTime - Date.now()) / 1000;
|
||||||
|
return Math.max(
|
||||||
|
0,
|
||||||
|
Math.min(HALF_REST_SECONDS, Math.ceil(diffSeconds))
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return HALF_REST_SECONDS;
|
return HALF_REST_SECONDS;
|
||||||
@@ -74,7 +110,14 @@ function getHalfRestSeconds(battleInfo) {
|
|||||||
|
|
||||||
function startHalfRestCountdown(seconds = HALF_REST_SECONDS) {
|
function startHalfRestCountdown(seconds = HALF_REST_SECONDS) {
|
||||||
clearHalfRestCountdown();
|
clearHalfRestCountdown();
|
||||||
halfRestRemain.value = Math.max(0, Math.ceil(Number(seconds) || HALF_REST_SECONDS));
|
const secondsValue = Number(seconds);
|
||||||
|
const normalizedSeconds = Number.isFinite(secondsValue)
|
||||||
|
? secondsValue
|
||||||
|
: HALF_REST_SECONDS;
|
||||||
|
halfRestRemain.value = Math.max(
|
||||||
|
0,
|
||||||
|
Math.min(HALF_REST_SECONDS, Math.ceil(normalizedSeconds))
|
||||||
|
);
|
||||||
|
|
||||||
if (halfRestRemain.value <= 0) return;
|
if (halfRestRemain.value <= 0) return;
|
||||||
|
|
||||||
@@ -93,6 +136,112 @@ const currentPlayer = computed(() =>
|
|||||||
);
|
);
|
||||||
const isCurrentUserSvip = computed(() => currentPlayer.value?.sVip === true);
|
const isCurrentUserSvip = computed(() => currentPlayer.value?.sVip === true);
|
||||||
|
|
||||||
|
function getReadySnapshotKey(matchId) {
|
||||||
|
return `${MATCH_READY_SNAPSHOT_PREFIX}${String(matchId || "")}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeBattleInfo(battleInfo) {
|
||||||
|
if (!battleInfo || typeof battleInfo !== "object") return battleInfo;
|
||||||
|
|
||||||
|
const statusText = battleInfo.statusText || battleInfo.status_text;
|
||||||
|
if (
|
||||||
|
(battleInfo.status === undefined ||
|
||||||
|
battleInfo.status === null ||
|
||||||
|
battleInfo.status === "") &&
|
||||||
|
MATCH_STATUS_BY_TEXT[statusText] !== undefined
|
||||||
|
) {
|
||||||
|
return {
|
||||||
|
...battleInfo,
|
||||||
|
status: MATCH_STATUS_BY_TEXT[statusText],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
return battleInfo;
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeTimestamp(value) {
|
||||||
|
const numberValue = Number(value || 0);
|
||||||
|
if (!numberValue) return 0;
|
||||||
|
return numberValue < 1000000000000 ? numberValue * 1000 : numberValue;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getReadyTime(battleInfo) {
|
||||||
|
const value = Number(battleInfo?.readyTime);
|
||||||
|
return Number.isFinite(value) && value > 0 ? value : DEFAULT_READY_TIME;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getReadyRemainingSeconds(battleInfo) {
|
||||||
|
const total = getReadyTime(battleInfo);
|
||||||
|
const countdownStartTime = normalizeTimestamp(battleInfo?.countdownStartTime);
|
||||||
|
if (!countdownStartTime) return total;
|
||||||
|
|
||||||
|
const elapsed = Math.max(0, (Date.now() - countdownStartTime) / 1000);
|
||||||
|
console.log('11111111111111111111111111111', total, countdownStartTime, Math.max(0, (Date.now() - countdownStartTime) / 1000))
|
||||||
|
return Math.max(0, total - elapsed);
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasKnownStatus(battleInfo) {
|
||||||
|
return !(
|
||||||
|
battleInfo?.status === undefined ||
|
||||||
|
battleInfo?.status === null ||
|
||||||
|
battleInfo?.status === ""
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasStartedSnapshot(battleInfo) {
|
||||||
|
if (hasKnownStatus(battleInfo)) return Number(battleInfo.status) !== 0;
|
||||||
|
|
||||||
|
const current = battleInfo?.current || {};
|
||||||
|
return !!(
|
||||||
|
current.playerId ||
|
||||||
|
current.startTime ||
|
||||||
|
current.round ||
|
||||||
|
(Array.isArray(battleInfo?.rounds) && battleInfo.rounds.length)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function takeReadySnapshot(matchId) {
|
||||||
|
const key = getReadySnapshotKey(matchId);
|
||||||
|
const snapshot = uni.getStorageSync(key);
|
||||||
|
if (snapshot) uni.removeStorageSync(key);
|
||||||
|
return normalizeBattleInfo(snapshot);
|
||||||
|
}
|
||||||
|
|
||||||
|
function reconnectMatchServer(battleInfo) {
|
||||||
|
const status = Number(battleInfo?.status);
|
||||||
|
if ([2, 4].includes(status)) return;
|
||||||
|
if (!battleInfo?.serverAddr) return;
|
||||||
|
|
||||||
|
connectMatchWebSocket({
|
||||||
|
serverAddr: battleInfo.serverAddr,
|
||||||
|
matchId: battleInfo.matchId || battleId.value,
|
||||||
|
userId: user.value.id,
|
||||||
|
mode: battleInfo.mode,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeBattleServer(reason) {
|
||||||
|
if (battleEnded) return;
|
||||||
|
closeMatchWebSocket({ reason });
|
||||||
|
}
|
||||||
|
|
||||||
|
function notifyMatchAudioAck(message) {
|
||||||
|
if (
|
||||||
|
message?.sequence === undefined ||
|
||||||
|
message?.sequence === null ||
|
||||||
|
message?.sequence === ""
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
uni.$emit(MATCH_WS_AUDIO_ACK_EVENT, {
|
||||||
|
matchId: message.matchId || battleId.value,
|
||||||
|
sequence: message.sequence,
|
||||||
|
matchWsType: message.matchWsType,
|
||||||
|
matchWsTypeName: message.matchWsTypeName,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 监听设备在线状态,大乱斗比赛进行中设备离线时弹窗提示用户
|
* 监听设备在线状态,大乱斗比赛进行中设备离线时弹窗提示用户
|
||||||
*/
|
*/
|
||||||
@@ -103,7 +252,11 @@ watch(online, (newVal, oldVal) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function recoverData(battleInfo, { force = false } = {}) {
|
function recoverData(battleInfo, { force = false } = {}) {
|
||||||
|
battleInfo = normalizeBattleInfo(battleInfo);
|
||||||
if (!battleInfo) return;
|
if (!battleInfo) return;
|
||||||
|
if (battleInfo.status !== undefined) {
|
||||||
|
battleEnded = [2, 4].includes(Number(battleInfo.status));
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
if (battleInfo.way === 1) title.value = "好友约战 - 大乱斗";
|
if (battleInfo.way === 1) title.value = "好友约战 - 大乱斗";
|
||||||
if (battleInfo.way === 2) title.value = "排位赛 - 大乱斗";
|
if (battleInfo.way === 2) title.value = "排位赛 - 大乱斗";
|
||||||
@@ -121,19 +274,27 @@ function recoverData(battleInfo, { force = false } = {}) {
|
|||||||
players.value = [];
|
players.value = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (hasKnownStatus(battleInfo)) {
|
||||||
start.value = battleInfo.status !== 0;
|
start.value = battleInfo.status !== 0;
|
||||||
|
} else if (!hasStartedSnapshot(battleInfo)) {
|
||||||
|
if (start.value !== true) start.value = false;
|
||||||
|
return;
|
||||||
|
} else {
|
||||||
|
start.value = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (battleInfo.status === 0) {
|
if (battleInfo.status === 0) {
|
||||||
const readyRemain = (Date.now() - (battleInfo.createTime || Date.now())) / 1000;
|
readyTime.value = getReadyTime(battleInfo);
|
||||||
if (readyRemain > 0 && readyRemain < 15) {
|
setTimeout(() => {
|
||||||
setTimeout(() => uni.$emit("update-timer", 15 - readyRemain - 0.2), 200);
|
uni.$emit("update-timer", getReadyRemainingSeconds(battleInfo));
|
||||||
}
|
}, 200);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const rounds = Array.isArray(battleInfo.rounds) ? battleInfo.rounds : [];
|
||||||
tips.value =
|
tips.value =
|
||||||
(battleInfo.rounds.length !== 2 ? "上" : "下") + "半场:请先射6箭";
|
(rounds.length !== 2 ? "上" : "下") + "半场:请先射6箭";
|
||||||
playersScores.value = battleInfo.rounds.map((r) => ({ ...r.shoots }));
|
playersScores.value = rounds.map((r) => ({ ...r.shoots }));
|
||||||
const totals = {};
|
const totals = {};
|
||||||
players.value.forEach((p) => {
|
players.value.forEach((p) => {
|
||||||
const total = playersScores.value.reduce((acc, round) => {
|
const total = playersScores.value.reduce((acc, round) => {
|
||||||
@@ -155,8 +316,10 @@ function recoverData(battleInfo, { force = false } = {}) {
|
|||||||
}, 200);
|
}, 200);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
leaveHalfRest();
|
||||||
if (force) {
|
if (force) {
|
||||||
const remain = (Date.now() - (battleInfo.current?.startTime || Date.now())) / 1000;
|
const ackTime = normalizeTimestamp(battleInfo.current?.ackTime);
|
||||||
|
const remain = ackTime ? Math.max(0, (Date.now() - ackTime) / 1000) : 0;
|
||||||
console.log(`当前轮已进行${remain}秒`);
|
console.log(`当前轮已进行${remain}秒`);
|
||||||
if (remain > 0 && remain < 90) {
|
if (remain > 0 && remain < 90) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
@@ -169,8 +332,64 @@ function recoverData(battleInfo, { force = false } = {}) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function restoreLatestBattle() {
|
||||||
|
if (!battleId.value) return;
|
||||||
|
|
||||||
|
const currentRestoreId = ++restoreGeneration;
|
||||||
|
let result = null;
|
||||||
|
try {
|
||||||
|
result = normalizeBattleInfo(await getBattleAPI(battleId.value));
|
||||||
|
} catch (err) {
|
||||||
|
console.log("restore latest melee battle failed:", err);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (currentRestoreId !== restoreGeneration || !result) return;
|
||||||
|
|
||||||
|
if (result.status === 2) {
|
||||||
|
battleEnded = true;
|
||||||
|
uni.showToast({
|
||||||
|
title: "比赛已结束",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
uni.navigateBack({
|
||||||
|
delta: 2,
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
reconnectMatchServer(result);
|
||||||
|
recoverData(result, { force: true });
|
||||||
|
}
|
||||||
|
|
||||||
|
function onMatchSocketState(event) {
|
||||||
|
if (event?.state !== "open" || event?.reconnected !== true) return;
|
||||||
|
if (
|
||||||
|
event.matchId &&
|
||||||
|
battleId.value &&
|
||||||
|
String(event.matchId) !== String(battleId.value)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
restoreLatestBattle();
|
||||||
|
}
|
||||||
|
|
||||||
onLoad(async (options) => {
|
onLoad(async (options) => {
|
||||||
if (options.battleId) battleId.value = options.battleId;
|
const returnSnapshot = options.fromReturn ? takeMatchReturnSnapshot() : null;
|
||||||
|
skipNextRestoreOnShow = false;
|
||||||
|
if (returnSnapshot?.matchId) battleId.value = returnSnapshot.matchId;
|
||||||
|
else if (options.battleId) battleId.value = options.battleId;
|
||||||
|
if (returnSnapshot) {
|
||||||
|
skipNextRestoreOnShow = true;
|
||||||
|
reconnectMatchServer(returnSnapshot);
|
||||||
|
recoverData(returnSnapshot, { force: true });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const readySnapshot = takeReadySnapshot(battleId.value);
|
||||||
|
if (readySnapshot?.status === 0) {
|
||||||
|
skipNextRestoreOnShow = true;
|
||||||
|
reconnectMatchServer(readySnapshot);
|
||||||
|
recoverData(readySnapshot);
|
||||||
|
}
|
||||||
// uni.enableAlertBeforeUnload({
|
// uni.enableAlertBeforeUnload({
|
||||||
// message: "离开比赛可能导致比赛失败,是否继续?",
|
// message: "离开比赛可能导致比赛失败,是否继续?",
|
||||||
// success: (res) => {
|
// success: (res) => {
|
||||||
@@ -179,68 +398,26 @@ onLoad(async (options) => {
|
|||||||
// });
|
// });
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
|
||||||
* 检测指定玩家连续 10 环及以上是否达到 3 箭,达到则在环数播报入队后追加 tententen 音效
|
|
||||||
* @param {number|string} playerId - 本次射手的 ID(大乱斗中 ShootResult 保留 playerId)
|
|
||||||
* @param {boolean} isTenPlusRingShot - 本次射击是否为 10 环及以上
|
|
||||||
*/
|
|
||||||
function isTenPlusRing(shot) {
|
|
||||||
return !!(shot?.ringX || Number(shot?.ring) >= 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
function checkAndPlayTententen(playerId, isTenPlusRingShot) {
|
|
||||||
if (!playerId) return;
|
|
||||||
const id = parseInt(playerId);
|
|
||||||
if (isTenPlusRingShot) {
|
|
||||||
xRingStreaks.value[id] = (xRingStreaks.value[id] || 0) + 1;
|
|
||||||
// 同一玩家连续 3 箭均为 10 环及以上,追加到环数音效队列尾部播放
|
|
||||||
if (xRingStreaks.value[id] >= 3) {
|
|
||||||
xRingStreaks.value[id] = 0;
|
|
||||||
// nextTick 确保 HeaderProgress 的环数播报已入队后再追加 tententen,避免播放顺序颠倒
|
|
||||||
nextTick(() => audioManager.play("tententen", false));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// 低于 10 环或未上靶则重置该玩家的连续计数
|
|
||||||
xRingStreaks.value[id] = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (Array.isArray(msg)) return;
|
if (Array.isArray(msg)) return;
|
||||||
if (msg.type === MESSAGETYPESV2.BattleStart) {
|
if (msg.type === MESSAGETYPESV2.AboutToStart) {
|
||||||
clearHalfRestCountdown();
|
recoverData(msg);
|
||||||
halfTimeTip.value = false;
|
} else if (msg.type === MESSAGETYPESV2.BattleStart) {
|
||||||
halfRest.value = false;
|
leaveHalfRest();
|
||||||
recoverData(msg);
|
recoverData(msg);
|
||||||
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
// 更新前快照各玩家本轮已射箭数,用于事后识别本次射手
|
|
||||||
const curRound = playersScores.value[playersScores.value.length - 1] || {};
|
|
||||||
const prevCounts = {};
|
|
||||||
for (const pid of Object.keys(curRound)) {
|
|
||||||
prevCounts[pid] = (curRound[pid] || []).length;
|
|
||||||
}
|
|
||||||
recoverData(msg);
|
recoverData(msg);
|
||||||
// 对比更新后数据找出箭数增加的玩家(即本次射手),并读取其最新箭的 ring 数据
|
if (msg.shootData?.threeConsecutive10Rings === true) {
|
||||||
const newRound = playersScores.value[playersScores.value.length - 1] || {};
|
nextTick(() => audioManager.play("tententen", false));
|
||||||
let shooterId = null;
|
|
||||||
let isTenPlusRingShot = false;
|
|
||||||
for (const pid of Object.keys(newRound)) {
|
|
||||||
const newLen = (newRound[pid] || []).length;
|
|
||||||
if (newLen > (prevCounts[pid] || 0)) {
|
|
||||||
shooterId = parseInt(pid);
|
|
||||||
const shot = newRound[pid][newLen - 1];
|
|
||||||
isTenPlusRingShot = isTenPlusRing(shot);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// 检测同一玩家连续三箭 10 环及以上,触发 tententen 音效
|
|
||||||
checkAndPlayTententen(shooterId, isTenPlusRingShot);
|
|
||||||
} else if (msg.type === MESSAGETYPESV2.HalfRest) {
|
} else if (msg.type === MESSAGETYPESV2.HalfRest) {
|
||||||
halfTimeTip.value = true;
|
halfTimeTip.value = true;
|
||||||
halfRest.value = true;
|
halfRest.value = true;
|
||||||
tips.value = "准备下半场";
|
tips.value = "准备下半场";
|
||||||
startHalfRestCountdown();
|
startHalfRestCountdown(getHalfRestSeconds(msg));
|
||||||
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
|
battleEnded = true;
|
||||||
|
notifyMatchAudioAck(msg);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// 全部跳转到新结算页
|
// 全部跳转到新结算页
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
@@ -254,33 +431,31 @@ onMounted(async () => {
|
|||||||
keepScreenOn: true,
|
keepScreenOn: true,
|
||||||
});
|
});
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$on(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
await laserCloseAPI();
|
await laserCloseAPI();
|
||||||
});
|
});
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: false,
|
keepScreenOn: false,
|
||||||
});
|
});
|
||||||
|
restoreGeneration += 1;
|
||||||
clearHalfRestCountdown();
|
clearHalfRestCountdown();
|
||||||
uni.$off("socket-inbox", onReceiveMessage);
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$off(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
|
closeBattleServer("melee-battle-unmount");
|
||||||
audioManager.stopAll();
|
audioManager.stopAll();
|
||||||
});
|
});
|
||||||
|
|
||||||
onShow(async () => {
|
onHide(() => {
|
||||||
if (battleId.value) {
|
closeBattleServer("melee-battle-hide");
|
||||||
const result = await getBattleAPI(battleId.value);
|
});
|
||||||
if (!result) return;
|
|
||||||
if (result.status === 2) {
|
onShow(() => {
|
||||||
uni.showToast({
|
if (skipNextRestoreOnShow) {
|
||||||
title: "比赛已结束",
|
skipNextRestoreOnShow = false;
|
||||||
icon: "none",
|
return;
|
||||||
});
|
|
||||||
uni.navigateBack({
|
|
||||||
delta: 2,
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
recoverData(result, { force: true });
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
restoreLatestBattle();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -288,13 +463,19 @@ onShow(async () => {
|
|||||||
<Container :title="title" :bgType="1">
|
<Container :title="title" :bgType="1">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<BattleHeader v-if="!start" :players="players" />
|
<BattleHeader v-if="!start" :players="players" />
|
||||||
<TestDistance v-if="start === false" :guide="false" :isBattle="true" />
|
<TestDistance
|
||||||
|
v-if="start === false"
|
||||||
|
:guide="false"
|
||||||
|
:isBattle="true"
|
||||||
|
:count="readyTime"
|
||||||
|
/>
|
||||||
<ShootProgress
|
<ShootProgress
|
||||||
:show="start"
|
:show="start"
|
||||||
:start="start && !halfRest"
|
:start="start && !halfRest"
|
||||||
:tips="tips"
|
:tips="tips"
|
||||||
:total="90"
|
:total="90"
|
||||||
:melee="true"
|
:melee="true"
|
||||||
|
:halfRest="halfRest"
|
||||||
:battleId="battleId"
|
:battleId="battleId"
|
||||||
/>
|
/>
|
||||||
<view v-if="start" class="user-row">
|
<view v-if="start" class="user-row">
|
||||||
@@ -310,6 +491,7 @@ onShow(async () => {
|
|||||||
:scores="playersScores.map((r) => r[user.id]).flat()"
|
:scores="playersScores.map((r) => r[user.id]).flat()"
|
||||||
:isSvip="isCurrentUserSvip"
|
:isSvip="isCurrentUserSvip"
|
||||||
:stop="halfRest"
|
:stop="halfRest"
|
||||||
|
stable-shot-effect
|
||||||
/>
|
/>
|
||||||
<view :style="{ paddingBottom: '20px' }">
|
<view :style="{ paddingBottom: '20px' }">
|
||||||
<PlayerScore
|
<PlayerScore
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ onLoad(async (options) => {
|
|||||||
<Container title="靶纸">
|
<Container title="靶纸">
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<image
|
<image
|
||||||
src="../static/battle-header-melee.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/battle-header-melee.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
:style="{ top: '-50rpx' }"
|
:style="{ top: '-50rpx' }"
|
||||||
/>
|
/>
|
||||||
|
|||||||
+127
-118
@@ -1,10 +1,10 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { computed, ref, onBeforeUnmount } from "vue";
|
import { computed, ref } from "vue";
|
||||||
import { onShow } from "@dcloudio/uni-app";
|
import { onShow } from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import Signin from "@/components/Signin.vue";
|
import Signin from "@/components/Signin.vue";
|
||||||
import { createOrderAPI, getAppConfig, getHomeData } from "@/apis";
|
import { virtualPayOrderAPI, getAppConfig, getHomeData, getOrderDetailAPI } from "@/apis";
|
||||||
import { capsuleHeight } from "@/util";
|
import { capsuleHeight, wxLogin } from "@/util";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
|
|
||||||
@@ -18,11 +18,8 @@ const showModal = ref(false);
|
|||||||
const loadingConfig = ref(false);
|
const loadingConfig = ref(false);
|
||||||
const paying = ref(false);
|
const paying = ref(false);
|
||||||
const refreshing = ref(false);
|
const refreshing = ref(false);
|
||||||
const timer = ref(null);
|
|
||||||
const lastDate = ref(user.value.expiredAt || 0);
|
|
||||||
const maxRefreshTimes = 12;
|
|
||||||
|
|
||||||
// 会员页核心展示数据:视觉、权益、套餐均按蓝湖当前两张设计稿拆分。
|
// 会员页核心展示数据:视觉、权益按蓝湖当前两张设计稿拆分,套餐完全使用接口数据。
|
||||||
const memberTypes = [
|
const memberTypes = [
|
||||||
{
|
{
|
||||||
key: "normal",
|
key: "normal",
|
||||||
@@ -38,17 +35,12 @@ const memberTypes = [
|
|||||||
heroBadge: "../../static/vip/normal-hero-badge.png",
|
heroBadge: "../../static/vip/normal-hero-badge.png",
|
||||||
buttonClass: "activate-btn--normal",
|
buttonClass: "activate-btn--normal",
|
||||||
benefits: [
|
benefits: [
|
||||||
{ label: "专属会员标识", icon: "../../static/vip/vip-badge.png" },
|
{ label: "黄金昵称", icon: "../../static/vip/vip-badge.png" },
|
||||||
{ label: "教练点评", icon: "../../static/vip/vip-comment.png" },
|
{ label: "教练点评", icon: "../../static/vip/vip-comment.png" },
|
||||||
{ label: "专享VIP客服", icon: "../../static/vip/vip-service.png" },
|
{ label: "专享VIP客服", icon: "../../static/vip/vip-service.png" },
|
||||||
{ label: "排位赛\n每日+20次", icon: "../../static/vip/vip-rank.png" },
|
{ label: "排位赛\n每日+20次", icon: "../../static/vip/vip-rank.png" },
|
||||||
{ label: "约战\n每日+20次", icon: "../../static/vip/vip-battle.png" },
|
{ label: "约战\n每日+20次", icon: "../../static/vip/vip-battle.png" },
|
||||||
],
|
],
|
||||||
packages: [
|
|
||||||
{ name: "连续包月", price: "20", original: "35" },
|
|
||||||
{ name: "12个月", price: "300", original: "420" },
|
|
||||||
{ name: "3个月", price: "84", original: "105" },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "super",
|
key: "super",
|
||||||
@@ -67,17 +59,12 @@ const memberTypes = [
|
|||||||
{ label: "专属落点标识", icon: "../../static/vip/svip-point.png" },
|
{ label: "专属落点标识", icon: "../../static/vip/svip-point.png" },
|
||||||
{ label: "专属命中效果", icon: "../../static/vip/svip-hit.png" },
|
{ label: "专属命中效果", icon: "../../static/vip/svip-hit.png" },
|
||||||
{ label: "专属射箭效果", icon: "../../static/vip/svip-arrow.png" },
|
{ label: "专属射箭效果", icon: "../../static/vip/svip-arrow.png" },
|
||||||
{ label: "专属会员标识", icon: "../../static/vip/svip-badge.png" },
|
{ label: "炫彩昵称", icon: "../../static/vip/svip-badge.png" },
|
||||||
{ label: "教练点评", icon: "../../static/vip/svip-comment.png" },
|
{ label: "教练点评", icon: "../../static/vip/svip-comment.png" },
|
||||||
{ label: "约战无限制", icon: "../../static/vip/svip-battle.png" },
|
{ label: "约战无限制", icon: "../../static/vip/svip-battle.png" },
|
||||||
{ label: "排位赛无限制", icon: "../../static/vip/svip-rank.png" },
|
{ label: "排位赛无限制", icon: "../../static/vip/svip-rank.png" },
|
||||||
{ label: "专享SVIP客服", icon: "../../static/vip/svip-service.png" },
|
{ label: "专享SVIP客服", icon: "../../static/vip/svip-service.png" },
|
||||||
],
|
],
|
||||||
packages: [
|
|
||||||
{ name: "连续包月", price: "20", original: "35" },
|
|
||||||
{ name: "12个月", price: "300", original: "420" },
|
|
||||||
{ name: "3个月", price: "84", original: "105" },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -100,16 +87,6 @@ const getVipExpiredValue = (type, source = user.value) => {
|
|||||||
return type.key === "super" ? source.superVipExpiredAt : source.normalVipExpiredAt;
|
return type.key === "super" ? source.superVipExpiredAt : source.normalVipExpiredAt;
|
||||||
};
|
};
|
||||||
|
|
||||||
// 支付后轮询需要比较最新会员到期时间,兼容旧字段 expiredAt。
|
|
||||||
const getLatestVipExpiredTime = (source = user.value) => {
|
|
||||||
if (!source) return 0;
|
|
||||||
return Math.max(
|
|
||||||
toTimestamp(source.normalVipExpiredAt),
|
|
||||||
toTimestamp(source.superVipExpiredAt),
|
|
||||||
toTimestamp(source.expiredAt)
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
// 未过期才展示“会员生效中”样式,已过期或无值继续展示未开通样式。
|
// 未过期才展示“会员生效中”样式,已过期或无值继续展示未开通样式。
|
||||||
const isVipActive = (type) => {
|
const isVipActive = (type) => {
|
||||||
return toTimestamp(getVipExpiredValue(type)) > Date.now();
|
return toTimestamp(getVipExpiredValue(type)) > Date.now();
|
||||||
@@ -153,9 +130,34 @@ const getMenuName = (item) => {
|
|||||||
return item.name || item.vipName || item.title || "";
|
return item.name || item.vipName || item.title || "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const formatPrice = (value) => {
|
||||||
|
if (value === undefined || value === null || value === "") return "";
|
||||||
|
return String(value).replace("¥", "").replace("¥", "");
|
||||||
|
};
|
||||||
|
|
||||||
const getMenuPrice = (item) => {
|
const getMenuPrice = (item) => {
|
||||||
const value = item.price || item.total || item.amount || item.money;
|
return formatPrice(item && item.price);
|
||||||
return value ? String(value).replace("¥", "").replace("¥", "") : "";
|
};
|
||||||
|
|
||||||
|
const getMenuOriginalPrice = (item) => {
|
||||||
|
return formatPrice(item && item.originalPrice);
|
||||||
|
};
|
||||||
|
|
||||||
|
const getMenuSortValue = (item) => {
|
||||||
|
const value = item && item.sort;
|
||||||
|
if (value === undefined || value === null || value === "") return Number.MAX_SAFE_INTEGER;
|
||||||
|
const sort = Number(value);
|
||||||
|
return Number.isFinite(sort) ? sort : Number.MAX_SAFE_INTEGER;
|
||||||
|
};
|
||||||
|
|
||||||
|
const sortMenusBySort = (menus = []) => {
|
||||||
|
return menus
|
||||||
|
.map((item, index) => ({ item, index }))
|
||||||
|
.sort((a, b) => {
|
||||||
|
const sortDiff = getMenuSortValue(a.item) - getMenuSortValue(b.item);
|
||||||
|
return sortDiff || a.index - b.index;
|
||||||
|
})
|
||||||
|
.map(({ item }) => item);
|
||||||
};
|
};
|
||||||
|
|
||||||
const getMenuType = (item) => {
|
const getMenuType = (item) => {
|
||||||
@@ -173,39 +175,17 @@ const getMenuType = (item) => {
|
|||||||
return "";
|
return "";
|
||||||
};
|
};
|
||||||
|
|
||||||
const getPackageMonths = (name) => {
|
|
||||||
if (/连续包月/.test(name)) return 1;
|
|
||||||
const match = String(name || "").match(/(\d+)\s*个?月/);
|
|
||||||
return match ? Number(match[1]) : 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
const matchPackageSource = (type, pack, index) => {
|
|
||||||
const menus = configMenus.value;
|
|
||||||
const typedMenus = menus.filter((item) => {
|
|
||||||
const menuType = getMenuType(item);
|
|
||||||
if (type.key === "super") return menuType === "super";
|
|
||||||
return menuType === "normal";
|
|
||||||
});
|
|
||||||
const pool = typedMenus.length ? typedMenus : menus;
|
|
||||||
const packMonths = getPackageMonths(pack.name);
|
|
||||||
return (
|
|
||||||
pool.find((item) => getMenuName(item).indexOf(pack.name) !== -1) ||
|
|
||||||
pool.find((item) => packMonths && getPackageMonths(getMenuName(item)) === packMonths) ||
|
|
||||||
pool.find((item) => getMenuPrice(item) === pack.price) ||
|
|
||||||
pool[index]
|
|
||||||
);
|
|
||||||
};
|
|
||||||
|
|
||||||
const getPackages = (type) => {
|
const getPackages = (type) => {
|
||||||
return type.packages.map((item, index) => {
|
return sortMenusBySort(configMenus.value)
|
||||||
const source = matchPackageSource(type, item, index);
|
.filter((item) => getMenuType(item) === type.key)
|
||||||
|
.map((item) => {
|
||||||
return {
|
return {
|
||||||
...item,
|
source: item,
|
||||||
source,
|
id: item.id,
|
||||||
name: source ? getMenuName(source) || item.name : item.name,
|
name: getMenuName(item),
|
||||||
price: source ? getMenuPrice(source) || item.price : item.price,
|
price: getMenuPrice(item),
|
||||||
icon: source && source.icon,
|
originalPrice: getMenuOriginalPrice(item),
|
||||||
id: source && source.id,
|
icon: item.icon,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@@ -263,41 +243,38 @@ const loadVipConfig = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const clearRefreshTimer = () => {
|
const refreshUserAfterPay = async () => {
|
||||||
if (timer.value) {
|
|
||||||
clearInterval(timer.value);
|
|
||||||
timer.value = null;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
const refreshUserAfterPay = () => {
|
|
||||||
clearRefreshTimer();
|
|
||||||
let refreshTimes = 0;
|
|
||||||
// 先记录支付前的最大到期时间,轮询到更大的值就认为会员状态已刷新。
|
|
||||||
lastDate.value = getLatestVipExpiredTime();
|
|
||||||
refreshing.value = true;
|
refreshing.value = true;
|
||||||
timer.value = setInterval(async () => {
|
|
||||||
refreshTimes += 1;
|
|
||||||
try {
|
try {
|
||||||
const result = await getHomeData();
|
const result = await getHomeData();
|
||||||
const latestExpiredAt = getLatestVipExpiredTime(result.user);
|
if (result.user) {
|
||||||
if (result.user && latestExpiredAt > lastDate.value) {
|
|
||||||
lastDate.value = latestExpiredAt;
|
|
||||||
updateUser(result.user);
|
updateUser(result.user);
|
||||||
clearRefreshTimer();
|
|
||||||
refreshing.value = false;
|
|
||||||
} else if (refreshTimes >= maxRefreshTimes) {
|
|
||||||
clearRefreshTimer();
|
|
||||||
refreshing.value = false;
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log("refresh user after pay error", error);
|
console.log("refresh user after pay error", error);
|
||||||
if (refreshTimes >= maxRefreshTimes) {
|
} finally {
|
||||||
clearRefreshTimer();
|
|
||||||
refreshing.value = false;
|
refreshing.value = false;
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const getVirtualPaySignData = (result) => {
|
||||||
|
// 后端可能返回字符串或对象,这里统一转成微信虚拟支付需要的 JSON 字符串。
|
||||||
|
const signDataObj = typeof result?.signData === "string" ? JSON.parse(result.signData) : result?.signData;
|
||||||
|
if (!signDataObj) return "";
|
||||||
|
|
||||||
|
// 微信虚拟支付短剧/虚拟商品模式需要购买数量;后端未返回时使用订单数量兜底。
|
||||||
|
if (!signDataObj.buyQuantity) {
|
||||||
|
signDataObj.buyQuantity = result.quantity || 1;
|
||||||
}
|
}
|
||||||
}, 1000);
|
return JSON.stringify(signDataObj);
|
||||||
|
};
|
||||||
|
|
||||||
|
const isVirtualPayCancel = (res = {}) => {
|
||||||
|
const message = String(res.errMsg || res.message || "").toLowerCase();
|
||||||
|
const errCode = Number(res.errCode);
|
||||||
|
const errno = Number(res.errno);
|
||||||
|
|
||||||
|
return message.includes("cancel") || errCode === -23 || errno === -2;
|
||||||
};
|
};
|
||||||
|
|
||||||
const onPay = async () => {
|
const onPay = async () => {
|
||||||
@@ -317,12 +294,22 @@ const onPay = async () => {
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (typeof wx === "undefined" || !wx.requestVirtualPayment) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "当前环境不支持微信虚拟支付",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
paying.value = true;
|
paying.value = true;
|
||||||
let waitingPayment = false;
|
let waitingPayment = false;
|
||||||
|
let payToast = null;
|
||||||
try {
|
try {
|
||||||
const result = await createOrderAPI(vipId);
|
// 微信虚拟支付创建订单前需要登录 code,服务端用它换取本次支付签名参数。
|
||||||
const params = result?.pay?.order?.jsApi?.params;
|
const wxResult = await wxLogin();
|
||||||
if (!params?.timeStamp || !params?.nonceStr || !params?.package || !params?.paySign) {
|
const result = await virtualPayOrderAPI(vipId, wxResult.code);
|
||||||
|
const finalSignData = getVirtualPaySignData(result);
|
||||||
|
if (!finalSignData || !result?.paySig || !result?.signature) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "支付参数生成失败",
|
title: "支付参数生成失败",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
@@ -330,34 +317,57 @@ const onPay = async () => {
|
|||||||
refreshing.value = false;
|
refreshing.value = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
waitingPayment = true;
|
wx.requestVirtualPayment({
|
||||||
wx.requestPayment({
|
signData: finalSignData,
|
||||||
timeStamp: params.timeStamp, // 微信支付时间戳
|
paySig: result.paySig,
|
||||||
nonceStr: params.nonceStr, // 微信支付随机串
|
signature: result.signature,
|
||||||
package: params.package, // 预支付交易会话标识
|
mode: "short_series_goods",
|
||||||
paySign: params.paySign, // 微信支付签名
|
async success() {
|
||||||
signType: params.signType || "RSA",
|
payToast = {
|
||||||
success() {
|
|
||||||
uni.showToast({
|
|
||||||
title: "支付成功",
|
title: "支付成功",
|
||||||
icon: "none",
|
icon: "success",
|
||||||
});
|
};
|
||||||
|
if (result?.outTradeNo) {
|
||||||
|
try {
|
||||||
|
const orderDetail = await getOrderDetailAPI(result.outTradeNo);
|
||||||
|
console.log("virtual pay order detail", orderDetail);
|
||||||
|
} catch (error) {
|
||||||
|
console.log("virtual pay order detail error", error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// 客户端支付成功后,会员是否真正生效仍以服务端用户信息刷新结果为准。
|
||||||
refreshUserAfterPay();
|
refreshUserAfterPay();
|
||||||
},
|
},
|
||||||
fail(res) {
|
fail(res) {
|
||||||
console.log("pay error", res);
|
console.log("virtual pay error", res);
|
||||||
if (res.errMsg && res.errMsg.indexOf("cancel") !== -1) return;
|
if (isVirtualPayCancel(res)) {
|
||||||
uni.showToast({
|
payToast = {
|
||||||
title: "支付失败,请稍后重试",
|
title: "支付已取消",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
};
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
payToast = {
|
||||||
|
title: res.message || "支付失败,请稍后重试",
|
||||||
|
icon: "none",
|
||||||
|
};
|
||||||
},
|
},
|
||||||
complete() {
|
complete() {
|
||||||
paying.value = false;
|
paying.value = false;
|
||||||
|
if (payToast) {
|
||||||
|
setTimeout(() => {
|
||||||
|
uni.showToast(payToast);
|
||||||
|
}, 200);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
waitingPayment = true;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log("create vip order error", error);
|
console.log("create virtual pay order error", error);
|
||||||
|
uni.showToast({
|
||||||
|
title: error.message || "下单失败",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
} finally {
|
} finally {
|
||||||
if (!waitingPayment) paying.value = false;
|
if (!waitingPayment) paying.value = false;
|
||||||
}
|
}
|
||||||
@@ -365,9 +375,6 @@ const onPay = async () => {
|
|||||||
|
|
||||||
onShow(loadVipConfig);
|
onShow(loadVipConfig);
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
|
||||||
clearRefreshTimer();
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -449,7 +456,7 @@ onBeforeUnmount(() => {
|
|||||||
<view class="package-list">
|
<view class="package-list">
|
||||||
<view
|
<view
|
||||||
v-for="(pack, index) in getPackages(type)"
|
v-for="(pack, index) in getPackages(type)"
|
||||||
:key="`${type.key}-${pack.name}`"
|
:key="`${type.key}-${pack.id || pack.name || index}`"
|
||||||
class="package-card"
|
class="package-card"
|
||||||
:class="{ 'package-card--active': selectedPackageIndex === index }"
|
:class="{ 'package-card--active': selectedPackageIndex === index }"
|
||||||
@click="selectPackage(index)"
|
@click="selectPackage(index)"
|
||||||
@@ -460,8 +467,8 @@ onBeforeUnmount(() => {
|
|||||||
<text class="package-price__symbol">¥</text>
|
<text class="package-price__symbol">¥</text>
|
||||||
<text class="package-price__value">{{ pack.price }}</text>
|
<text class="package-price__value">{{ pack.price }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="package-origin">
|
<view v-if="pack.originalPrice" class="package-origin">
|
||||||
<text>¥{{ pack.original }}</text>
|
<text>¥{{ pack.originalPrice }}</text>
|
||||||
<view class="package-origin__line" />
|
<view class="package-origin__line" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -473,13 +480,14 @@ onBeforeUnmount(() => {
|
|||||||
hover-class="none"
|
hover-class="none"
|
||||||
class="activate-btn"
|
class="activate-btn"
|
||||||
:class="type.buttonClass"
|
:class="type.buttonClass"
|
||||||
:disabled="loadingConfig || paying || refreshing"
|
:disabled="loadingConfig || paying || refreshing || !selectedPackage"
|
||||||
@click="onPay"
|
@click="onPay"
|
||||||
>
|
>
|
||||||
<text v-if="loadingConfig">加载套餐中</text>
|
<text v-if="loadingConfig">加载套餐中</text>
|
||||||
<text v-else-if="paying">创建订单中</text>
|
<text v-else-if="paying">创建订单中</text>
|
||||||
<text v-else-if="!refreshing">¥ {{ selectedPackage.price }} 一键激活</text>
|
<text v-else-if="refreshing">刷新会员状态中</text>
|
||||||
<text v-else>刷新会员状态中</text>
|
<text v-else-if="selectedPackage">¥ {{ selectedPackage.price }} 一键激活</text>
|
||||||
|
<text v-else>套餐暂不可购买</text>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<view class="agreement">
|
<view class="agreement">
|
||||||
@@ -746,8 +754,8 @@ onBeforeUnmount(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.package-list {
|
.package-list {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
width: 984rpx;
|
min-width: 100%;
|
||||||
padding: 6rpx 84rpx 6rpx 6rpx;
|
padding: 6rpx 84rpx 6rpx 6rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@@ -755,6 +763,7 @@ onBeforeUnmount(() => {
|
|||||||
.package-card {
|
.package-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 264rpx;
|
width: 264rpx;
|
||||||
|
flex: 0 0 264rpx;
|
||||||
height: 224rpx;
|
height: 224rpx;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
border: 2rpx solid #999999;
|
border: 2rpx solid #999999;
|
||||||
|
|||||||
@@ -97,12 +97,10 @@ const cancelOrder = async () => {
|
|||||||
>复制</text
|
>复制</text
|
||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
<text>下单时间:{{ data.vipCreateAt }}</text>
|
<text>创建时间:{{ data.orderCreateAt }}</text>
|
||||||
<text
|
<text v-if="data.orderStatus === 4">支付时间:{{
|
||||||
>支付时间:{{
|
|
||||||
data.orderStatus === 4 ? data.paymentTime : ""
|
data.orderStatus === 4 ? data.paymentTime : ""
|
||||||
}}</text
|
}}</text>
|
||||||
>
|
|
||||||
<text>金额:{{ data.total }} 元</text>
|
<text>金额:{{ data.total }} 元</text>
|
||||||
<text>支付方式:微信</text>
|
<text>支付方式:微信</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -80,8 +80,8 @@ import Container from "@/components/Container.vue";
|
|||||||
<view class="table-row">
|
<view class="table-row">
|
||||||
<text class="table-cell table-cell--feature">昵称美化</text>
|
<text class="table-cell table-cell--feature">昵称美化</text>
|
||||||
<text class="table-cell">无</text>
|
<text class="table-cell">无</text>
|
||||||
<text class="table-cell">专享</text>
|
<text class="table-cell">黄金</text>
|
||||||
<text class="table-cell">专享</text>
|
<text class="table-cell">炫彩</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="table-row">
|
<view class="table-row">
|
||||||
<text class="table-cell table-cell--feature">专属客服</text>
|
<text class="table-cell table-cell--feature">专属客服</text>
|
||||||
|
|||||||
+82
-16
@@ -1,25 +1,70 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from "vue";
|
import { computed, ref } from "vue";
|
||||||
import { onLoad } from "@dcloudio/uni-app";
|
import { onLoad } from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import Avatar from "@/components/Avatar.vue";
|
import Avatar from "@/components/Avatar.vue";
|
||||||
import BowTarget from "@/components/BowTarget.vue";
|
import BowTarget from "@/components/BowTarget.vue";
|
||||||
import ScorePanel from "@/components/ScorePanel.vue";
|
import ScorePanel2 from "@/components/TrainingScorePanel.vue";
|
||||||
import { getPractiseAPI } from "@/apis";
|
import { getPractiseDetailAPI } from "@/apis";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const { user } = storeToRefs(store);
|
const { user } = storeToRefs(store);
|
||||||
const arrows = ref([]);
|
const arrows = ref([]);
|
||||||
const isSvip = ref(false);
|
const isSvip = ref(false);
|
||||||
const total = ref(0);
|
const practiseDetail = ref({});
|
||||||
|
const trainingTypeNameMap = Object.freeze({
|
||||||
|
base: "基础训练",
|
||||||
|
endurance: "耐力训练",
|
||||||
|
precision: "精准训练",
|
||||||
|
rhythm: "节奏训练",
|
||||||
|
});
|
||||||
|
|
||||||
|
const trainingType = computed(() =>
|
||||||
|
String(practiseDetail.value.trainingType || "").trim().toLowerCase()
|
||||||
|
);
|
||||||
|
const trainingTypeName = computed(
|
||||||
|
() => trainingTypeNameMap[trainingType.value] || "自由训练"
|
||||||
|
);
|
||||||
|
const targetTypeText = computed(() => {
|
||||||
|
const targetType = Number(practiseDetail.value.targetType);
|
||||||
|
return targetType > 0 ? `${targetType}CM靶` : "";
|
||||||
|
});
|
||||||
|
const difficultyText = computed(() => {
|
||||||
|
const difficultyLevel = Number(practiseDetail.value.difficultyLevel);
|
||||||
|
return Number.isInteger(difficultyLevel) && difficultyLevel > 0
|
||||||
|
? `LV${difficultyLevel}`
|
||||||
|
: "";
|
||||||
|
});
|
||||||
|
const totalRings = computed(() => {
|
||||||
|
const interpretationTotal = Number(
|
||||||
|
practiseDetail.value.interpretation?.totalRings
|
||||||
|
);
|
||||||
|
if (Number.isFinite(interpretationTotal)) return interpretationTotal;
|
||||||
|
return arrows.value.reduce(
|
||||||
|
(total, arrow) => total + (Number(arrow.ring) || 0),
|
||||||
|
0
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
const normalizeArrow = (arrow = {}) => ({
|
||||||
|
...arrow,
|
||||||
|
ring: Number(arrow.ring) || 0,
|
||||||
|
ringX:
|
||||||
|
arrow.ringX === true ||
|
||||||
|
Number(arrow.ringX) === 1 ||
|
||||||
|
Number(arrow.ifX) === 1,
|
||||||
|
ok: arrow.ok === true || Number(arrow.ok) === 1,
|
||||||
|
});
|
||||||
|
|
||||||
onLoad(async (options) => {
|
onLoad(async (options) => {
|
||||||
if (!options.id) return;
|
if (!options.id) return;
|
||||||
const result = await getPractiseAPI(options.id || 176);
|
const result = (await getPractiseDetailAPI(options.id)) || {};
|
||||||
arrows.value = result.details;
|
practiseDetail.value = result;
|
||||||
isSvip.value = result.sVip === true;
|
arrows.value = Array.isArray(result.details)
|
||||||
total.value = result.details.length;
|
? result.details.map(normalizeArrow)
|
||||||
|
: [];
|
||||||
|
isSvip.value = result.sVip === true || user.value?.sVip === true;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -35,22 +80,29 @@ onLoad(async (options) => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
</view> -->
|
||||||
|
<view v-if="practiseDetail.id" class="practice-meta">
|
||||||
|
<text v-if="targetTypeText">{{ targetTypeText }}</text>
|
||||||
|
<text>{{ trainingTypeName }}</text>
|
||||||
|
<text v-if="difficultyText">{{ difficultyText }}</text>
|
||||||
|
</view>
|
||||||
<view :style="{ marginBottom: '20px' }">
|
<view :style="{ marginBottom: '20px' }">
|
||||||
<BowTarget :scores="arrows" :isSvip="isSvip" />
|
<BowTarget
|
||||||
|
:scores="arrows"
|
||||||
|
:isSvip="isSvip"
|
||||||
|
:enableShotEffect="false"
|
||||||
|
/>
|
||||||
</view>
|
</view>
|
||||||
<view class="desc">
|
<view class="desc">
|
||||||
<text>{{ arrows.length }}</text>
|
<text>{{ arrows.length }}</text>
|
||||||
<text>支箭,共</text>
|
<text>支箭,共</text>
|
||||||
<text>{{ arrows.reduce((a, b) => a + b.ring, 0) }}</text>
|
<text>{{ totalRings }}</text>
|
||||||
<text>环</text>
|
<text>环</text>
|
||||||
</view>
|
</view>
|
||||||
<ScorePanel
|
<ScorePanel2
|
||||||
:completeEffect="false"
|
|
||||||
:rowCount="total === 12 ? 6 : 9"
|
|
||||||
:total="total"
|
|
||||||
:arrows="arrows"
|
:arrows="arrows"
|
||||||
:margin="arrows.length === 12 ? 4 : 1"
|
:total="arrows.length"
|
||||||
:fontSize="arrows.length === 12 ? 25 : 22"
|
:trainingType="trainingType"
|
||||||
|
recordMode
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
</Container>
|
</Container>
|
||||||
@@ -63,6 +115,20 @@ onLoad(async (options) => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.practice-meta {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 26rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 40rpx;
|
||||||
|
padding: 16rpx 0;
|
||||||
|
}
|
||||||
|
.practice-meta > text + text {
|
||||||
|
margin-left: 24rpx;
|
||||||
|
}
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ onShow(async () => {
|
|||||||
<Container title="弓箭绑定">
|
<Container title="弓箭绑定">
|
||||||
<view v-if="!device.deviceId" class="scan-code">
|
<view v-if="!device.deviceId" class="scan-code">
|
||||||
<button hover-class="none" @click="$clickSound(handleScan)">
|
<button hover-class="none" @click="$clickSound(handleScan)">
|
||||||
<image src="../static/scan.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/scan.png" mode="widthFix" />
|
||||||
</button>
|
</button>
|
||||||
<button hover-class="none" @click="showTip = true">
|
<button hover-class="none" @click="showTip = true">
|
||||||
<text>扫</text>
|
<text>扫</text>
|
||||||
@@ -172,7 +172,7 @@ onShow(async () => {
|
|||||||
<text>射灵智能弓箭,三模传感系统与独创靶环算法,</text>
|
<text>射灵智能弓箭,三模传感系统与独创靶环算法,</text>
|
||||||
<text>毫秒级在线实时对战,让你拥有全球约战的乐趣!</text>
|
<text>毫秒级在线实时对战,让你拥有全球约战的乐趣!</text>
|
||||||
<button hover-class="none" @click="toDeviceIntroPage">
|
<button hover-class="none" @click="toDeviceIntroPage">
|
||||||
<image src="../static/have-no-device.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/have-no-device.png" mode="widthFix" />
|
||||||
</button>
|
</button>
|
||||||
<ScreenHint
|
<ScreenHint
|
||||||
mode="square"
|
mode="square"
|
||||||
@@ -219,7 +219,7 @@ onShow(async () => {
|
|||||||
:style="{ marginBottom: calibration ? '250rpx' : '100rpx' }"
|
:style="{ marginBottom: calibration ? '250rpx' : '100rpx' }"
|
||||||
>
|
>
|
||||||
<view>
|
<view>
|
||||||
<image src="../static/device-icon.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/device-icon.png" mode="widthFix" />
|
||||||
<text>{{ device.deviceName }}</text>
|
<text>{{ device.deviceName }}</text>
|
||||||
<view class="calibration" v-if="calibration">
|
<view class="calibration" v-if="calibration">
|
||||||
<button hover-class="none" @click="goCalibration">
|
<button hover-class="none" @click="goCalibration">
|
||||||
@@ -286,7 +286,7 @@ onShow(async () => {
|
|||||||
<view v-if="device.deviceId && !justBind" class="has-device">
|
<view v-if="device.deviceId && !justBind" class="has-device">
|
||||||
<view class="device-binded">
|
<view class="device-binded">
|
||||||
<view>
|
<view>
|
||||||
<image src="../static/device-icon.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/device-icon.png" mode="widthFix" />
|
||||||
<text>{{ device.deviceName }}</text>
|
<text>{{ device.deviceName }}</text>
|
||||||
<view class="calibration">
|
<view class="calibration">
|
||||||
<button hover-class="none" @click="goCalibration">
|
<button hover-class="none" @click="goCalibration">
|
||||||
|
|||||||
+22
-3
@@ -15,6 +15,25 @@ const selectedIndex = ref(0);
|
|||||||
const matchList = ref([]);
|
const matchList = ref([]);
|
||||||
const battleList = ref([]);
|
const battleList = ref([]);
|
||||||
const practiseList = ref([]);
|
const practiseList = ref([]);
|
||||||
|
const trainingTypeNameMap = Object.freeze({
|
||||||
|
base: "基础训练",
|
||||||
|
endurance: "耐力训练",
|
||||||
|
precision: "精准训练",
|
||||||
|
rhythm: "节奏训练",
|
||||||
|
});
|
||||||
|
|
||||||
|
const getTrainingTypeName = (trainingType) => {
|
||||||
|
const normalizedType = String(trainingType || "").trim().toLowerCase();
|
||||||
|
return trainingTypeNameMap[normalizedType] || "自由训练";
|
||||||
|
};
|
||||||
|
|
||||||
|
const formatPractiseTime = (value) => {
|
||||||
|
const normalizedTime = String(value || "").trim();
|
||||||
|
const matchedTime = normalizedTime.match(
|
||||||
|
/^(\d{4}-\d{2}-\d{2})[T\s](\d{2}:\d{2}:\d{2})/
|
||||||
|
);
|
||||||
|
return matchedTime ? `${matchedTime[1]} ${matchedTime[2]}` : normalizedTime;
|
||||||
|
};
|
||||||
|
|
||||||
const toMatchDetail = (id) => {
|
const toMatchDetail = (id) => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@@ -81,7 +100,7 @@ onLoad((options) => {
|
|||||||
<Container title="我的成长脚印" :scroll="false">
|
<Container title="我的成长脚印" :scroll="false">
|
||||||
<view class="tabs">
|
<view class="tabs">
|
||||||
<view
|
<view
|
||||||
v-for="(rankType, index) in ['排位赛', '好友约战', '个人练习']"
|
v-for="(rankType, index) in ['排位赛', '好友约战', '个人训练']"
|
||||||
:key="index"
|
:key="index"
|
||||||
:style="{
|
:style="{
|
||||||
color: index === selectedIndex ? '#000' : '#fff',
|
color: index === selectedIndex ? '#000' : '#fff',
|
||||||
@@ -153,8 +172,8 @@ onLoad((options) => {
|
|||||||
@click="() => getPractiseDetail(item.id)"
|
@click="() => getPractiseDetail(item.id)"
|
||||||
>
|
>
|
||||||
<text
|
<text
|
||||||
>{{ item.completed_arrows === 36 ? "耐力挑战" : "单组练习" }}
|
>{{ getTrainingTypeName(item.trainingType) }}
|
||||||
{{ item.createTime }}</text
|
{{ formatPractiseTime(item.createTime) }}</text
|
||||||
>
|
>
|
||||||
<image src="../static/back.png" mode="widthFix" />
|
<image src="../static/back.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -0,0 +1,179 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref } from "vue";
|
||||||
|
import { onLoad } from "@dcloudio/uni-app";
|
||||||
|
import Signin from "@/components/Signin.vue";
|
||||||
|
import SButton from "@/components/SButton.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
|
import { tempBindOrgAPI } from "@/apis";
|
||||||
|
|
||||||
|
const scene = ref("");
|
||||||
|
const status = ref("idle");
|
||||||
|
const errorMessage = ref("");
|
||||||
|
const showSignin = ref(false);
|
||||||
|
const binding = ref(false);
|
||||||
|
|
||||||
|
const getToken = () => {
|
||||||
|
try {
|
||||||
|
const env = uni.getAccountInfoSync().miniProgram.envVersion;
|
||||||
|
return uni.getStorageSync(`${env}_token`);
|
||||||
|
} catch (error) {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const openSignin = () => {
|
||||||
|
showSignin.value = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeSignin = () => {
|
||||||
|
showSignin.value = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
const bindOrg = async () => {
|
||||||
|
if (binding.value || !scene.value) return;
|
||||||
|
|
||||||
|
if (!getToken()) {
|
||||||
|
status.value = "login";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
binding.value = true;
|
||||||
|
status.value = "binding";
|
||||||
|
errorMessage.value = "";
|
||||||
|
|
||||||
|
try {
|
||||||
|
await tempBindOrgAPI(scene.value);
|
||||||
|
status.value = "success";
|
||||||
|
} catch (error) {
|
||||||
|
if (error?.type === "AUTH_INVALID") {
|
||||||
|
status.value = "login";
|
||||||
|
errorMessage.value = "登录已失效,请重新登录后完成绑定。";
|
||||||
|
} else {
|
||||||
|
status.value = "failed";
|
||||||
|
errorMessage.value = error?.message || "网络异常,请稍后重试。";
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
binding.value = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const handleLoginSuccess = async () => {
|
||||||
|
await bindOrg();
|
||||||
|
};
|
||||||
|
|
||||||
|
onLoad((options) => {
|
||||||
|
try {
|
||||||
|
const value = decodeURIComponent(String(options?.scene || ""));
|
||||||
|
if (!/^org_\d+$/.test(value)) {
|
||||||
|
status.value = "invalid";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
scene.value = value;
|
||||||
|
if (getToken()) {
|
||||||
|
void bindOrg();
|
||||||
|
} else {
|
||||||
|
status.value = "login";
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
status.value = "invalid";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view class="page">
|
||||||
|
<view class="content">
|
||||||
|
<text class="title">机构设备绑定</text>
|
||||||
|
|
||||||
|
<view v-if="status === 'idle' || status === 'binding'" class="state">
|
||||||
|
<text class="state-title">正在绑定</text>
|
||||||
|
<text class="description">正在绑定机构设备,请稍候……</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view v-else-if="status === 'login'" class="state">
|
||||||
|
<text class="state-title">请先登录</text>
|
||||||
|
<text class="description">
|
||||||
|
{{
|
||||||
|
errorMessage ||
|
||||||
|
"登录后即可绑定当前机构设备。关闭登录窗口后,也可以再次点击下方按钮继续。"
|
||||||
|
}}
|
||||||
|
</text>
|
||||||
|
<SButton width="560rpx" :rounded="20" :onClick="openSignin">
|
||||||
|
<text>立即登录</text>
|
||||||
|
</SButton>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view v-else-if="status === 'success'" class="state">
|
||||||
|
<text class="state-title">绑定成功</text>
|
||||||
|
<text class="description">
|
||||||
|
您的账号已成功绑定机构设备,请返回 iPad 继续操作。
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view v-else-if="status === 'failed'" class="state">
|
||||||
|
<text class="state-title">绑定失败</text>
|
||||||
|
<text class="description">{{ errorMessage }}</text>
|
||||||
|
<SButton width="560rpx" :rounded="20" :onClick="bindOrg">
|
||||||
|
<text>重新绑定</text>
|
||||||
|
</SButton>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view v-else class="state">
|
||||||
|
<text class="state-title">二维码无效</text>
|
||||||
|
<text class="description">请重新扫描机构设备上的小程序码。</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<Signin
|
||||||
|
:show="showSignin"
|
||||||
|
:onClose="closeSignin"
|
||||||
|
:onSuccess="handleLoginSuccess"
|
||||||
|
/>
|
||||||
|
<DeviceChargingDialog />
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.page {
|
||||||
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
|
padding: calc(var(--status-bar-height) + 120rpx) 48rpx 80rpx;
|
||||||
|
background-color: #000;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
font-size: 44rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.state {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 120rpx;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.state-title {
|
||||||
|
font-size: 36rpx;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
max-width: 600rpx;
|
||||||
|
margin: 32rpx 0 64rpx;
|
||||||
|
color: #b8b8b8;
|
||||||
|
font-size: 28rpx;
|
||||||
|
line-height: 1.8;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -632,7 +632,7 @@ onUnmounted(() => {
|
|||||||
>
|
>
|
||||||
<!-- Hero: wifi1.png 单图(已内含吉祥物) -->
|
<!-- Hero: wifi1.png 单图(已内含吉祥物) -->
|
||||||
<view class="hero-area">
|
<view class="hero-area">
|
||||||
<image src="../static/ota/wifi1.png" mode="aspectFit" style="width: 194rpx; height: 164rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/wifi1.png" mode="aspectFit" style="width: 194rpx; height: 164rpx;" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<text class="page-title" :class="{ 'connected-page-title': currentState === 'CONNECTED' }">
|
<text class="page-title" :class="{ 'connected-page-title': currentState === 'CONNECTED' }">
|
||||||
@@ -721,7 +721,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<!-- UPDATING -->
|
<!-- UPDATING -->
|
||||||
<view v-else-if="currentState === 'UPDATING'" class="center-page">
|
<view v-else-if="currentState === 'UPDATING'" class="center-page">
|
||||||
<image src="../static/ota/target-char.png" mode="aspectFit" style="width: 194rpx; height: 164rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/target-char.png" mode="aspectFit" style="width: 194rpx; height: 164rpx;" />
|
||||||
<text class="page-title" style="margin-top: 24rpx;">更新中,请稍等片刻...</text>
|
<text class="page-title" style="margin-top: 24rpx;">更新中,请稍等片刻...</text>
|
||||||
<view class="progress-wrap">
|
<view class="progress-wrap">
|
||||||
<view class="progress-track">
|
<view class="progress-track">
|
||||||
@@ -733,7 +733,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<!-- DONE -->
|
<!-- DONE -->
|
||||||
<view v-else-if="currentState === 'DONE'" class="center-page">
|
<view v-else-if="currentState === 'DONE'" class="center-page">
|
||||||
<image src="../static/ota/check-char.png" mode="aspectFit" style="width: 194rpx; height: 166rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/check-char.png" mode="aspectFit" style="width: 194rpx; height: 166rpx;" />
|
||||||
<text class="page-title" style="margin-top: 24rpx;">更新完成</text>
|
<text class="page-title" style="margin-top: 24rpx;">更新完成</text>
|
||||||
<text class="page-desc-white">请关机并重启智能弓</text>
|
<text class="page-desc-white">请关机并重启智能弓</text>
|
||||||
<view class="primary-btn done-btn" style="margin-top:20px" @click="handleDone">
|
<view class="primary-btn done-btn" style="margin-top:20px" @click="handleDone">
|
||||||
@@ -743,7 +743,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<!-- FAILED -->
|
<!-- FAILED -->
|
||||||
<view v-else-if="currentState === 'FAILED'" class="center-page">
|
<view v-else-if="currentState === 'FAILED'" class="center-page">
|
||||||
<image src="../static/ota/close-char.png" mode="aspectFit" style="width: 194rpx; height: 164rpx;" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/close-char.png" mode="aspectFit" style="width: 194rpx; height: 164rpx;" />
|
||||||
<text class="page-title fail-title" style="margin-top: 24rpx;">更新失败</text>
|
<text class="page-title fail-title" style="margin-top: 24rpx;">更新失败</text>
|
||||||
<text class="page-desc-white">请确保:</text>
|
<text class="page-desc-white">请确保:</text>
|
||||||
<text class="page-desc-white">1、智能弓已开启</text>
|
<text class="page-desc-white">1、智能弓已开启</text>
|
||||||
@@ -756,7 +756,7 @@ onUnmounted(() => {
|
|||||||
<!-- CONNECTING 底部弹窗 -->
|
<!-- CONNECTING 底部弹窗 -->
|
||||||
<view v-if="currentState === 'CONNECTING'" class="sheet-mask">
|
<view v-if="currentState === 'CONNECTING'" class="sheet-mask">
|
||||||
<view class="sheet" :style="{ marginBottom: keyboardHeight + 'px' }" @click.stop="">
|
<view class="sheet" :style="{ marginBottom: keyboardHeight + 'px' }" @click.stop="">
|
||||||
<image src="../static/ota/ota-bg.png" mode="aspectFill" class="sheet-bg" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/ota/ota-bg.png" mode="aspectFill" class="sheet-bg" />
|
||||||
<view class="sheet-inner">
|
<view class="sheet-inner">
|
||||||
|
|
||||||
<!-- 有密码网络 -->
|
<!-- 有密码网络 -->
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import SButton from "@/components/SButton.vue";
|
|||||||
import BowTargetEdit from "@/components/BowTargetEdit.vue";
|
import BowTargetEdit from "@/components/BowTargetEdit.vue";
|
||||||
import ScreenHint2 from "@/components/ScreenHint2.vue";
|
import ScreenHint2 from "@/components/ScreenHint2.vue";
|
||||||
import RingBarChart from "@/components/RingBarChart.vue";
|
import RingBarChart from "@/components/RingBarChart.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
import { getPointBookDetailAPI, getPointBookConfigAPI } from "@/apis";
|
import { getPointBookDetailAPI, getPointBookConfigAPI } from "@/apis";
|
||||||
|
|
||||||
const selectedIndex = ref(0);
|
const selectedIndex = ref(0);
|
||||||
@@ -238,6 +239,7 @@ const targetTypeName = computed(() => {
|
|||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</ScreenHint2>
|
</ScreenHint2>
|
||||||
|
<DeviceChargingDialog />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ onMounted(async () => {
|
|||||||
<Container :bgType="5" bgColor="#F5F5F5" :whiteBackArrow="false">
|
<Container :bgType="5" bgColor="#F5F5F5" :whiteBackArrow="false">
|
||||||
<view class="top-part">
|
<view class="top-part">
|
||||||
<view>
|
<view>
|
||||||
<image src="../static/point-champion.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/point-champion.png" mode="widthFix" />
|
||||||
<image
|
<image
|
||||||
:src="list[0] && list[0].avatar ? list[0].avatar : ''"
|
:src="list[0] && list[0].avatar ? list[0].avatar : ''"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
|
|||||||
@@ -348,7 +348,7 @@ onShareTimeline(() => {
|
|||||||
/>
|
/>
|
||||||
<view class="heat-map">
|
<view class="heat-map">
|
||||||
<image
|
<image
|
||||||
:src="bowTargetSrc || '../static/bow-target.png'"
|
:src="bowTargetSrc || 'https://static.shelingxingqiu.com/shootmini/static/bow-target.png'"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
@@ -374,7 +374,7 @@ onShareTimeline(() => {
|
|||||||
</view>
|
</view>
|
||||||
<view class="reward" v-if="data.totalArrow">
|
<view class="reward" v-if="data.totalArrow">
|
||||||
<button hover-class="none" @click="showTip = true">
|
<button hover-class="none" @click="showTip = true">
|
||||||
<image src="../static/reward-us.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/reward-us.png" mode="widthFix" />
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
<RingBarChart :data="data.ringRate" v-if="user.id" />
|
<RingBarChart :data="data.ringRate" v-if="user.id" />
|
||||||
|
|||||||
+325
-59
@@ -1,6 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, onBeforeUnmount, nextTick } from "vue";
|
import { ref, nextTick, onMounted, onBeforeUnmount } from "vue";
|
||||||
import { onLoad } from "@dcloudio/uni-app";
|
import { onHide, onLoad, onShow } from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import ShootProgress from "@/components/ShootProgress.vue";
|
import ShootProgress from "@/components/ShootProgress.vue";
|
||||||
import BowTarget from "@/components/BowTarget.vue";
|
import BowTarget from "@/components/BowTarget.vue";
|
||||||
@@ -15,10 +15,18 @@ import audioManager from "@/audioManager";
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
createPractiseAPI,
|
createPractiseAPI,
|
||||||
startPractiseAPI,
|
|
||||||
endPractiseAPI,
|
endPractiseAPI,
|
||||||
|
getCurrentPractiseAPI,
|
||||||
getPractiseAPI,
|
getPractiseAPI,
|
||||||
|
startPractiseAPI,
|
||||||
} from "@/apis";
|
} from "@/apis";
|
||||||
|
import {
|
||||||
|
connectMatchWebSocket,
|
||||||
|
closeMatchWebSocket,
|
||||||
|
setMatchAppHideResumable,
|
||||||
|
MATCH_WS_PRACTICE_SYNC_EVENT,
|
||||||
|
MATCH_WS_STATE_EVENT,
|
||||||
|
} from "@/matchWebsocket";
|
||||||
import { sharePractiseData } from "@/canvas";
|
import { sharePractiseData } from "@/canvas";
|
||||||
import { wxShare, debounce } from "@/util";
|
import { wxShare, debounce } from "@/util";
|
||||||
import { MESSAGETYPESV2, roundsName } from "@/constants";
|
import { MESSAGETYPESV2, roundsName } from "@/constants";
|
||||||
@@ -26,20 +34,30 @@ import { MESSAGETYPESV2, roundsName } from "@/constants";
|
|||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const { user } = storeToRefs(store);
|
const { user, device } = storeToRefs(store);
|
||||||
|
|
||||||
const start = ref(false);
|
const start = ref(false);
|
||||||
const scores = ref([]);
|
const scores = ref([]);
|
||||||
const isSvip = ref(false);
|
const isSvip = ref(false);
|
||||||
const total = 12;
|
const total = 12;
|
||||||
/** 当前练习中连续 10 环及以上计数,用于触发 tententen 音效 */
|
|
||||||
const xRingStreak = ref(0);
|
|
||||||
const practiseResult = ref({});
|
const practiseResult = ref({});
|
||||||
const practiseId = ref("");
|
const practiseId = ref("");
|
||||||
|
const serverAddr = ref("");
|
||||||
const showGuide = ref(false);
|
const showGuide = ref(false);
|
||||||
const tips = ref("");
|
const tips = ref("");
|
||||||
const targetType = ref(1);
|
const targetType = ref(1);
|
||||||
const sharing = ref(false);
|
const sharing = ref(false);
|
||||||
|
const exiting = ref(false);
|
||||||
|
const hiddenWhileActive = ref(false);
|
||||||
|
const resumeInFlight = ref(false);
|
||||||
|
const foregroundResumeSyncPending = ref(false);
|
||||||
|
const pageVisible = ref(true);
|
||||||
|
const appHideResumable = ref(false);
|
||||||
|
const restoringSnapshot = ref(false);
|
||||||
|
let practiceSyncTimer = null;
|
||||||
|
let waitingPracticeSync = false;
|
||||||
|
const PRACTICE_SYNC_TIMEOUT_MS = 5000;
|
||||||
|
const RESULT_TIP_CDN = "https://static.shelingxingqiu.com/shootmini/static";
|
||||||
|
|
||||||
onLoad((options) => {
|
onLoad((options) => {
|
||||||
if (options.target) {
|
if (options.target) {
|
||||||
@@ -47,58 +65,131 @@ onLoad((options) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const setPracticeAppHideResumable = (enabled) => {
|
||||||
|
appHideResumable.value = enabled === true;
|
||||||
|
setMatchAppHideResumable(appHideResumable.value);
|
||||||
|
};
|
||||||
|
|
||||||
|
const clearPracticeSyncTimer = () => {
|
||||||
|
if (!practiceSyncTimer) return;
|
||||||
|
clearTimeout(practiceSyncTimer);
|
||||||
|
practiceSyncTimer = null;
|
||||||
|
};
|
||||||
|
|
||||||
|
const cancelPracticeSyncWait = () => {
|
||||||
|
waitingPracticeSync = false;
|
||||||
|
clearPracticeSyncTimer();
|
||||||
|
};
|
||||||
|
|
||||||
|
const startPracticeSyncTimer = () => {
|
||||||
|
clearPracticeSyncTimer();
|
||||||
|
waitingPracticeSync = true;
|
||||||
|
practiceSyncTimer = setTimeout(() => {
|
||||||
|
practiceSyncTimer = null;
|
||||||
|
if (!waitingPracticeSync) return;
|
||||||
|
|
||||||
|
waitingPracticeSync = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
closeMatchWebSocket({
|
||||||
|
reason: "legacy-practice-resume-timeout",
|
||||||
|
sendLeave: false,
|
||||||
|
});
|
||||||
|
uni.showToast({
|
||||||
|
title: "训练重连失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
}, PRACTICE_SYNC_TIMEOUT_MS);
|
||||||
|
};
|
||||||
|
|
||||||
|
const connectPracticeServer = () => {
|
||||||
|
const latestServerAddr = String(serverAddr.value || "").trim();
|
||||||
|
if (!practiseId.value || !latestServerAddr) return false;
|
||||||
|
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
closeMatchWebSocket({
|
||||||
|
reason: "legacy-practice-switch",
|
||||||
|
sendLeave: false,
|
||||||
|
});
|
||||||
|
connectMatchWebSocket({
|
||||||
|
serverAddr: latestServerAddr,
|
||||||
|
matchId: practiseId.value,
|
||||||
|
userId: user.value.id,
|
||||||
|
requestPracticeInfoOnOpen: true,
|
||||||
|
appHideResumable: true,
|
||||||
|
});
|
||||||
|
setPracticeAppHideResumable(true);
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const createPractise = async () => {
|
||||||
|
closeMatchWebSocket({ reason: "practice-recreate" });
|
||||||
|
const result = await createPractiseAPI(
|
||||||
|
total,
|
||||||
|
120,
|
||||||
|
targetType.value,
|
||||||
|
device.value.deviceId
|
||||||
|
);
|
||||||
|
if (result?.id) practiseId.value = result.id;
|
||||||
|
if (!result?.serverAddr) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "练习连接信息异常,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
serverAddr.value = result.serverAddr;
|
||||||
|
connectPracticeServer();
|
||||||
|
return result;
|
||||||
|
};
|
||||||
|
|
||||||
|
const beginPractise = async () => {
|
||||||
|
if (!practiseId.value) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "练习未创建,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
await startPractiseAPI(practiseId.value);
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
const onReady = async () => {
|
const onReady = async () => {
|
||||||
await startPractiseAPI();
|
const result = await beginPractise();
|
||||||
|
if (!result) return;
|
||||||
scores.value = [];
|
scores.value = [];
|
||||||
isSvip.value = false;
|
isSvip.value = false;
|
||||||
xRingStreak.value = 0; // 新一局开始,重置 X 环连续计数
|
|
||||||
start.value = true;
|
start.value = true;
|
||||||
audioManager.play("练习开始");
|
audioManager.play("练习开始");
|
||||||
};
|
};
|
||||||
|
|
||||||
const onOver = async () => {
|
const onOver = async (message) => {
|
||||||
practiseResult.value = await getPractiseAPI(practiseId.value);
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
practiseResult.value = Array.isArray(message?.details)
|
||||||
|
? message
|
||||||
|
: await getPractiseAPI(practiseId.value);
|
||||||
start.value = false;
|
start.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* 检测连续 10 环及以上是否达到 3 箭,达到则播放 tententen 音效
|
|
||||||
* @param {boolean} isTenPlusRingShot - 本次射击是否为 10 环及以上
|
|
||||||
*/
|
|
||||||
function isTenPlusRing(shot) {
|
|
||||||
return !!(shot?.ringX || Number(shot?.ring) >= 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
function checkAndPlayTententen(isTenPlusRingShot) {
|
|
||||||
if (isTenPlusRingShot) {
|
|
||||||
xRingStreak.value += 1;
|
|
||||||
// 连续 3 箭均为 10 环及以上,在环数播报入队后追加 tententen,避免播放顺序颠倒
|
|
||||||
if (xRingStreak.value >= 3) {
|
|
||||||
xRingStreak.value = 0;
|
|
||||||
nextTick(() => audioManager.play("tententen", false));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// 低于 10 环或未上靶则重置连续计数
|
|
||||||
xRingStreak.value = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (msg.type === MESSAGETYPESV2.ShootResult) {
|
if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
const prevLen = scores.value.length;
|
|
||||||
isSvip.value = msg.sVip === true;
|
isSvip.value = msg.sVip === true;
|
||||||
scores.value = msg.details;
|
scores.value = Array.isArray(msg.details) ? msg.details : scores.value;
|
||||||
// 有新箭时取最后一箭判断是否 10 环及以上并检测连续计数
|
|
||||||
if (scores.value.length > prevLen) {
|
|
||||||
const latestArrow = scores.value[scores.value.length - 1];
|
|
||||||
checkAndPlayTententen(isTenPlusRing(latestArrow));
|
|
||||||
}
|
|
||||||
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
// setTimeout(onOver, 1500);
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
setTimeout(() => onOver(msg), 1500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async function onComplete() {
|
async function onComplete() {
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
const validArrows = (practiseResult.value.details || []).filter(
|
const validArrows = (practiseResult.value.details || []).filter(
|
||||||
(a) => a.x !== -30 && a.y !== -30
|
(a) => a.x !== -30 && a.y !== -30
|
||||||
);
|
);
|
||||||
@@ -106,16 +197,176 @@ async function onComplete() {
|
|||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
} else {
|
} else {
|
||||||
practiseId.value = "";
|
practiseId.value = "";
|
||||||
|
serverAddr.value = "";
|
||||||
practiseResult.value = {};
|
practiseResult.value = {};
|
||||||
start.value = false;
|
start.value = false;
|
||||||
scores.value = [];
|
scores.value = [];
|
||||||
isSvip.value = false;
|
isSvip.value = false;
|
||||||
xRingStreak.value = 0; // 重新开始练习,重置 X 环连续计数
|
await createPractise();
|
||||||
const result = await createPractiseAPI(total, 120);
|
|
||||||
if (result) practiseId.value = result.id;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function exitPractise() {
|
||||||
|
if (exiting.value) return;
|
||||||
|
exiting.value = true;
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (practiseId.value && !practiseResult.value?.details) {
|
||||||
|
await endPractiseAPI(practiseId.value);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to stop practice", error);
|
||||||
|
} finally {
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const stopMissingCurrentPracticeAndExit = async () => {
|
||||||
|
if (exiting.value) return;
|
||||||
|
|
||||||
|
const localPractiseId = practiseId.value;
|
||||||
|
exiting.value = true;
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (localPractiseId) {
|
||||||
|
await endPractiseAPI(localPractiseId);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to stop missing current practice", error);
|
||||||
|
} finally {
|
||||||
|
closeMatchWebSocket({ reason: "legacy-practice-current-missing" });
|
||||||
|
practiseId.value = "";
|
||||||
|
serverAddr.value = "";
|
||||||
|
practiseResult.value = {};
|
||||||
|
start.value = false;
|
||||||
|
scores.value = [];
|
||||||
|
isSvip.value = false;
|
||||||
|
uni.showToast({
|
||||||
|
title: "训练已结束,请重新进入",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const resumeCurrentPractice = async () => {
|
||||||
|
if (
|
||||||
|
resumeInFlight.value ||
|
||||||
|
!hiddenWhileActive.value ||
|
||||||
|
!appHideResumable.value ||
|
||||||
|
exiting.value
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
resumeInFlight.value = true;
|
||||||
|
try {
|
||||||
|
let currentPractice;
|
||||||
|
try {
|
||||||
|
currentPractice = await getCurrentPractiseAPI();
|
||||||
|
} catch (error) {
|
||||||
|
if (!pageVisible.value || exiting.value) return;
|
||||||
|
console.error("Failed to get current practice", error);
|
||||||
|
await stopMissingCurrentPracticeAndExit();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!pageVisible.value || !hiddenWhileActive.value || exiting.value) return;
|
||||||
|
|
||||||
|
const latestPractiseId = currentPractice?.id;
|
||||||
|
const latestServerAddr = String(currentPractice?.serverAddr || "").trim();
|
||||||
|
if (
|
||||||
|
currentPractice === null ||
|
||||||
|
!latestPractiseId ||
|
||||||
|
!latestServerAddr
|
||||||
|
) {
|
||||||
|
await stopMissingCurrentPracticeAndExit();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
practiseId.value = latestPractiseId;
|
||||||
|
serverAddr.value = latestServerAddr;
|
||||||
|
foregroundResumeSyncPending.value = true;
|
||||||
|
if (!connectPracticeServer()) {
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
await stopMissingCurrentPracticeAndExit();
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
resumeInFlight.value = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const onMatchSocketState = (event = {}) => {
|
||||||
|
if (event.state !== "open") return;
|
||||||
|
if (
|
||||||
|
event.matchId &&
|
||||||
|
String(event.matchId) !== String(practiseId.value)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
startPracticeSyncTimer();
|
||||||
|
};
|
||||||
|
|
||||||
|
const onPracticeInfoSync = async (payload = {}) => {
|
||||||
|
const responsePractiseId = String(
|
||||||
|
payload.matchId || payload.practiceInfo?.id || ""
|
||||||
|
);
|
||||||
|
if (
|
||||||
|
!responsePractiseId ||
|
||||||
|
responsePractiseId !== String(practiseId.value)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const snapshot = payload.practiceInfo;
|
||||||
|
if (!snapshot || typeof snapshot !== "object") return;
|
||||||
|
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
|
||||||
|
restoringSnapshot.value = true;
|
||||||
|
await nextTick();
|
||||||
|
try {
|
||||||
|
scores.value = Array.isArray(snapshot.details) ? snapshot.details : [];
|
||||||
|
isSvip.value = snapshot.sVip === true;
|
||||||
|
|
||||||
|
const status = Number(snapshot.status);
|
||||||
|
if (status === 1) {
|
||||||
|
start.value = false;
|
||||||
|
} else if (status === 2) {
|
||||||
|
start.value = true;
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
restoringSnapshot.value = false;
|
||||||
|
await nextTick();
|
||||||
|
}
|
||||||
|
|
||||||
|
const timeLimit = Number(snapshot.timeLimit);
|
||||||
|
const duration = Number(snapshot.duration);
|
||||||
|
if (Number(snapshot.status) === 2 && Number.isFinite(timeLimit) && timeLimit > 0) {
|
||||||
|
uni.$emit(
|
||||||
|
"update-remain",
|
||||||
|
Math.max(0, timeLimit - (Number.isFinite(duration) ? duration : 0))
|
||||||
|
);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const getResultTipSrc = (result = {}) => {
|
||||||
|
const validCount = (result.details || []).filter(
|
||||||
|
(arrow) => arrow.x !== -30 && arrow.y !== -30
|
||||||
|
).length;
|
||||||
|
return `${RESULT_TIP_CDN}/${validCount < total ? "un" : ""}finish-tip.png`;
|
||||||
|
};
|
||||||
|
|
||||||
const onClickShare = debounce(async () => {
|
const onClickShare = debounce(async () => {
|
||||||
if (sharing.value) return;
|
if (sharing.value) return;
|
||||||
sharing.value = true;
|
sharing.value = true;
|
||||||
@@ -132,33 +383,50 @@ const onClickShare = debounce(async () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function onAudioEnded(s) {
|
onHide(() => {
|
||||||
if (s.indexOf("比赛结束") >= 0) {
|
pageVisible.value = false;
|
||||||
onOver()
|
if (
|
||||||
|
!appHideResumable.value ||
|
||||||
|
exiting.value ||
|
||||||
|
!practiseId.value ||
|
||||||
|
practiseResult.value?.details
|
||||||
|
) {
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
hiddenWhileActive.value = true;
|
||||||
|
});
|
||||||
|
|
||||||
|
onShow(async () => {
|
||||||
|
pageVisible.value = true;
|
||||||
|
await resumeCurrentPractice();
|
||||||
|
});
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
void audioManager.warmCommon();
|
||||||
// audioManager.play("第一轮");
|
// audioManager.play("第一轮");
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: true,
|
keepScreenOn: true,
|
||||||
});
|
});
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$on(MATCH_WS_PRACTICE_SYNC_EVENT, onPracticeInfoSync);
|
||||||
|
uni.$on(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
uni.$on("share-image", onClickShare);
|
uni.$on("share-image", onClickShare);
|
||||||
uni.$on("audioEnded", onAudioEnded);
|
await createPractise();
|
||||||
const result = await createPractiseAPI(total, 120, targetType.value);
|
|
||||||
if (result) practiseId.value = result.id;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
|
cancelPracticeSyncWait();
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: false,
|
keepScreenOn: false,
|
||||||
});
|
});
|
||||||
uni.$off("socket-inbox", onReceiveMessage);
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$off(MATCH_WS_PRACTICE_SYNC_EVENT, onPracticeInfoSync);
|
||||||
|
uni.$off(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
uni.$off("share-image", onClickShare);
|
uni.$off("share-image", onClickShare);
|
||||||
uni.$off("audioEnded", onAudioEnded);
|
|
||||||
audioManager.stopAll();
|
audioManager.stopAll();
|
||||||
endPractiseAPI();
|
closeMatchWebSocket({ reason: "practice-leave" });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -167,6 +435,7 @@ onBeforeUnmount(() => {
|
|||||||
:bgType="1"
|
:bgType="1"
|
||||||
title="个人单组练习"
|
title="个人单组练习"
|
||||||
:showBottom="!start && !scores.length"
|
:showBottom="!start && !scores.length"
|
||||||
|
:onBack="exitPractise"
|
||||||
>
|
>
|
||||||
<view>
|
<view>
|
||||||
<TestDistance v-if="!start && !practiseResult.id" />
|
<TestDistance v-if="!start && !practiseResult.id" />
|
||||||
@@ -181,6 +450,7 @@ onBeforeUnmount(() => {
|
|||||||
}`"
|
}`"
|
||||||
:start="start"
|
:start="start"
|
||||||
:onStop="onOver"
|
:onStop="onOver"
|
||||||
|
end-audio-key="练习结束"
|
||||||
/>
|
/>
|
||||||
<view class="user-row">
|
<view class="user-row">
|
||||||
<Avatar :src="user.avatar" :size="35" />
|
<Avatar :src="user.avatar" :size="35" />
|
||||||
@@ -191,10 +461,12 @@ onBeforeUnmount(() => {
|
|||||||
<BowPower />
|
<BowPower />
|
||||||
</view>
|
</view>
|
||||||
<BowTarget
|
<BowTarget
|
||||||
|
v-if="!restoringSnapshot"
|
||||||
:totalRound="start ? total / 4 : 0"
|
:totalRound="start ? total / 4 : 0"
|
||||||
:currentRound="scores.length % 3"
|
:currentRound="scores.length % 3"
|
||||||
:scores="scores"
|
:scores="scores"
|
||||||
:isSvip="isSvip"
|
:isSvip="isSvip"
|
||||||
|
stable-shot-effect
|
||||||
/>
|
/>
|
||||||
<ScorePanel2 :arrows="scores" />
|
<ScorePanel2 :arrows="scores" />
|
||||||
<ScoreResult
|
<ScoreResult
|
||||||
@@ -203,13 +475,7 @@ onBeforeUnmount(() => {
|
|||||||
:total="total"
|
:total="total"
|
||||||
:onClose="onComplete"
|
:onClose="onComplete"
|
||||||
:result="practiseResult"
|
:result="practiseResult"
|
||||||
:tipSrc="`../static/${
|
:tipSrc="getResultTipSrc(practiseResult)"
|
||||||
practiseResult.details.filter(
|
|
||||||
(arrow) => arrow.x !== -30 && arrow.y !== -30
|
|
||||||
).length < total
|
|
||||||
? 'un'
|
|
||||||
: ''
|
|
||||||
}finish-tip.png`"
|
|
||||||
/>
|
/>
|
||||||
<canvas class="share-canvas" id="shareCanvas" type="2d"></canvas>
|
<canvas class="share-canvas" id="shareCanvas" type="2d"></canvas>
|
||||||
</block>
|
</block>
|
||||||
|
|||||||
+326
-53
@@ -1,5 +1,6 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, onMounted, onBeforeUnmount, nextTick } from "vue";
|
import { ref, nextTick, onMounted, onBeforeUnmount } from "vue";
|
||||||
|
import { onHide, onLoad, onShow } from "@dcloudio/uni-app";
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
import ShootProgress from "@/components/ShootProgress.vue";
|
import ShootProgress from "@/components/ShootProgress.vue";
|
||||||
import BowTarget from "@/components/BowTarget.vue";
|
import BowTarget from "@/components/BowTarget.vue";
|
||||||
@@ -14,31 +15,48 @@ import audioManager from "@/audioManager";
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
createPractiseAPI,
|
createPractiseAPI,
|
||||||
startPractiseAPI,
|
|
||||||
endPractiseAPI,
|
endPractiseAPI,
|
||||||
|
getCurrentPractiseAPI,
|
||||||
getPractiseAPI,
|
getPractiseAPI,
|
||||||
|
startPractiseAPI,
|
||||||
} from "@/apis";
|
} from "@/apis";
|
||||||
|
import {
|
||||||
|
connectMatchWebSocket,
|
||||||
|
closeMatchWebSocket,
|
||||||
|
setMatchAppHideResumable,
|
||||||
|
MATCH_WS_PRACTICE_SYNC_EVENT,
|
||||||
|
MATCH_WS_STATE_EVENT,
|
||||||
|
} from "@/matchWebsocket";
|
||||||
import { sharePractiseData } from "@/canvas";
|
import { sharePractiseData } from "@/canvas";
|
||||||
import { wxShare, debounce } from "@/util";
|
import { wxShare, debounce } from "@/util";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
|
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
import {onLoad} from "@dcloudio/uni-app";
|
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
const { user } = storeToRefs(store);
|
const { user, device } = storeToRefs(store);
|
||||||
|
|
||||||
const start = ref(false);
|
const start = ref(false);
|
||||||
const scores = ref([]);
|
const scores = ref([]);
|
||||||
const isSvip = ref(false);
|
const isSvip = ref(false);
|
||||||
const total = 36;
|
const total = 36;
|
||||||
/** 当前练习中连续 10 环及以上计数,用于触发 tententen 音效 */
|
|
||||||
const xRingStreak = ref(0);
|
|
||||||
const practiseResult = ref({});
|
const practiseResult = ref({});
|
||||||
const practiseId = ref("");
|
const practiseId = ref("");
|
||||||
|
const serverAddr = ref("");
|
||||||
const showGuide = ref(false);
|
const showGuide = ref(false);
|
||||||
const targetType = ref(1);
|
const targetType = ref(1);
|
||||||
const sharing = ref(false);
|
const sharing = ref(false);
|
||||||
|
const exiting = ref(false);
|
||||||
|
const hiddenWhileActive = ref(false);
|
||||||
|
const resumeInFlight = ref(false);
|
||||||
|
const foregroundResumeSyncPending = ref(false);
|
||||||
|
const pageVisible = ref(true);
|
||||||
|
const appHideResumable = ref(false);
|
||||||
|
const restoringSnapshot = ref(false);
|
||||||
|
let practiceSyncTimer = null;
|
||||||
|
let waitingPracticeSync = false;
|
||||||
|
const PRACTICE_SYNC_TIMEOUT_MS = 5000;
|
||||||
|
const RESULT_TIP_CDN = "https://static.shelingxingqiu.com/shootmini/static";
|
||||||
|
|
||||||
onLoad((options) => {
|
onLoad((options) => {
|
||||||
if (options.target) {
|
if (options.target) {
|
||||||
@@ -46,54 +64,126 @@ onLoad((options) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const setPracticeAppHideResumable = (enabled) => {
|
||||||
|
appHideResumable.value = enabled === true;
|
||||||
|
setMatchAppHideResumable(appHideResumable.value);
|
||||||
|
};
|
||||||
|
|
||||||
|
const clearPracticeSyncTimer = () => {
|
||||||
|
if (!practiceSyncTimer) return;
|
||||||
|
clearTimeout(practiceSyncTimer);
|
||||||
|
practiceSyncTimer = null;
|
||||||
|
};
|
||||||
|
|
||||||
|
const cancelPracticeSyncWait = () => {
|
||||||
|
waitingPracticeSync = false;
|
||||||
|
clearPracticeSyncTimer();
|
||||||
|
};
|
||||||
|
|
||||||
|
const startPracticeSyncTimer = () => {
|
||||||
|
clearPracticeSyncTimer();
|
||||||
|
waitingPracticeSync = true;
|
||||||
|
practiceSyncTimer = setTimeout(() => {
|
||||||
|
practiceSyncTimer = null;
|
||||||
|
if (!waitingPracticeSync) return;
|
||||||
|
|
||||||
|
waitingPracticeSync = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
closeMatchWebSocket({
|
||||||
|
reason: "legacy-practice-resume-timeout",
|
||||||
|
sendLeave: false,
|
||||||
|
});
|
||||||
|
uni.showToast({
|
||||||
|
title: "训练重连失败,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
}, PRACTICE_SYNC_TIMEOUT_MS);
|
||||||
|
};
|
||||||
|
|
||||||
|
const connectPracticeServer = () => {
|
||||||
|
const latestServerAddr = String(serverAddr.value || "").trim();
|
||||||
|
if (!practiseId.value || !latestServerAddr) return false;
|
||||||
|
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
closeMatchWebSocket({
|
||||||
|
reason: "legacy-practice-switch",
|
||||||
|
sendLeave: false,
|
||||||
|
});
|
||||||
|
connectMatchWebSocket({
|
||||||
|
serverAddr: latestServerAddr,
|
||||||
|
matchId: practiseId.value,
|
||||||
|
userId: user.value.id,
|
||||||
|
requestPracticeInfoOnOpen: true,
|
||||||
|
appHideResumable: true,
|
||||||
|
});
|
||||||
|
setPracticeAppHideResumable(true);
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
|
const createPractise = async () => {
|
||||||
|
closeMatchWebSocket({ reason: "practice-recreate" });
|
||||||
|
const result = await createPractiseAPI(
|
||||||
|
total,
|
||||||
|
3600,
|
||||||
|
targetType.value,
|
||||||
|
device.value.deviceId
|
||||||
|
);
|
||||||
|
if (result?.id) practiseId.value = result.id;
|
||||||
|
if (!result?.serverAddr) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "练习连接信息异常,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
serverAddr.value = result.serverAddr;
|
||||||
|
connectPracticeServer();
|
||||||
|
return result;
|
||||||
|
};
|
||||||
|
|
||||||
|
const beginPractise = async () => {
|
||||||
|
if (!practiseId.value) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "练习未创建,请重试",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
await startPractiseAPI(practiseId.value);
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
|
||||||
const onReady = async () => {
|
const onReady = async () => {
|
||||||
await startPractiseAPI();
|
const result = await beginPractise();
|
||||||
|
if (!result) return;
|
||||||
scores.value = [];
|
scores.value = [];
|
||||||
isSvip.value = false;
|
isSvip.value = false;
|
||||||
xRingStreak.value = 0; // 新一局开始,重置 X 环连续计数
|
|
||||||
start.value = true;
|
start.value = true;
|
||||||
audioManager.play("练习开始");
|
audioManager.play("练习开始");
|
||||||
};
|
};
|
||||||
|
|
||||||
const onOver = async () => {
|
const onOver = async (message) => {
|
||||||
practiseResult.value = await getPractiseAPI(practiseId.value);
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
practiseResult.value = Array.isArray(message?.details)
|
||||||
|
? message
|
||||||
|
: await getPractiseAPI(practiseId.value);
|
||||||
start.value = false;
|
start.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* 检测连续 10 环及以上是否达到 3 箭,达到则播放 tententen 音效
|
|
||||||
* @param {boolean} isTenPlusRingShot - 本次射击是否为 10 环及以上
|
|
||||||
*/
|
|
||||||
function isTenPlusRing(shot) {
|
|
||||||
return !!(shot?.ringX || Number(shot?.ring) >= 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
function checkAndPlayTententen(isTenPlusRingShot) {
|
|
||||||
if (isTenPlusRingShot) {
|
|
||||||
xRingStreak.value += 1;
|
|
||||||
// 连续 3 箭均为 10 环及以上,在环数播报入队后追加 tententen,避免播放顺序颠倒
|
|
||||||
if (xRingStreak.value >= 3) {
|
|
||||||
xRingStreak.value = 0;
|
|
||||||
nextTick(() => audioManager.play("tententen", false));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// 低于 10 环或未上靶则重置连续计数
|
|
||||||
xRingStreak.value = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (msg.type === MESSAGETYPESV2.ShootResult) {
|
if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
const prevLen = scores.value.length;
|
|
||||||
isSvip.value = msg.sVip === true;
|
isSvip.value = msg.sVip === true;
|
||||||
scores.value = msg.details;
|
scores.value = Array.isArray(msg.details) ? msg.details : scores.value;
|
||||||
// 有新箭时取最后一箭判断是否 10 环及以上并检测连续计数
|
|
||||||
if (scores.value.length > prevLen) {
|
|
||||||
const latestArrow = scores.value[scores.value.length - 1];
|
|
||||||
checkAndPlayTententen(isTenPlusRing(latestArrow));
|
|
||||||
}
|
|
||||||
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
setTimeout(onOver, 1500);
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
setTimeout(() => onOver(msg), 1500);
|
||||||
}
|
}
|
||||||
// messages.forEach((msg) => {
|
// messages.forEach((msg) => {
|
||||||
// if (msg.constructor === MESSAGETYPES.ShootSyncMeArrowID) {
|
// if (msg.constructor === MESSAGETYPES.ShootSyncMeArrowID) {
|
||||||
@@ -114,6 +204,7 @@ async function onReceiveMessage(msg) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function onComplete() {
|
async function onComplete() {
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
const validArrows = (practiseResult.value.details || []).filter(
|
const validArrows = (practiseResult.value.details || []).filter(
|
||||||
(a) => a.x !== -30 && a.y !== -30
|
(a) => a.x !== -30 && a.y !== -30
|
||||||
);
|
);
|
||||||
@@ -121,16 +212,176 @@ async function onComplete() {
|
|||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
} else {
|
} else {
|
||||||
practiseId.value = "";
|
practiseId.value = "";
|
||||||
|
serverAddr.value = "";
|
||||||
practiseResult.value = {};
|
practiseResult.value = {};
|
||||||
start.value = false;
|
start.value = false;
|
||||||
scores.value = [];
|
scores.value = [];
|
||||||
isSvip.value = false;
|
isSvip.value = false;
|
||||||
xRingStreak.value = 0; // 重新开始练习,重置 X 环连续计数
|
await createPractise();
|
||||||
const result = await createPractiseAPI(total, 3600);
|
|
||||||
if (result) practiseId.value = result.id;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function exitPractise() {
|
||||||
|
if (exiting.value) return;
|
||||||
|
exiting.value = true;
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (practiseId.value && !practiseResult.value?.details) {
|
||||||
|
await endPractiseAPI(practiseId.value);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to stop practice", error);
|
||||||
|
} finally {
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const stopMissingCurrentPracticeAndExit = async () => {
|
||||||
|
if (exiting.value) return;
|
||||||
|
|
||||||
|
const localPractiseId = practiseId.value;
|
||||||
|
exiting.value = true;
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
|
||||||
|
try {
|
||||||
|
if (localPractiseId) {
|
||||||
|
await endPractiseAPI(localPractiseId);
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error("Failed to stop missing current practice", error);
|
||||||
|
} finally {
|
||||||
|
closeMatchWebSocket({ reason: "legacy-practice-current-missing" });
|
||||||
|
practiseId.value = "";
|
||||||
|
serverAddr.value = "";
|
||||||
|
practiseResult.value = {};
|
||||||
|
start.value = false;
|
||||||
|
scores.value = [];
|
||||||
|
isSvip.value = false;
|
||||||
|
uni.showToast({
|
||||||
|
title: "训练已结束,请重新进入",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
uni.navigateBack();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const resumeCurrentPractice = async () => {
|
||||||
|
if (
|
||||||
|
resumeInFlight.value ||
|
||||||
|
!hiddenWhileActive.value ||
|
||||||
|
!appHideResumable.value ||
|
||||||
|
exiting.value
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
resumeInFlight.value = true;
|
||||||
|
try {
|
||||||
|
let currentPractice;
|
||||||
|
try {
|
||||||
|
currentPractice = await getCurrentPractiseAPI();
|
||||||
|
} catch (error) {
|
||||||
|
if (!pageVisible.value || exiting.value) return;
|
||||||
|
console.error("Failed to get current practice", error);
|
||||||
|
await stopMissingCurrentPracticeAndExit();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!pageVisible.value || !hiddenWhileActive.value || exiting.value) return;
|
||||||
|
|
||||||
|
const latestPractiseId = currentPractice?.id;
|
||||||
|
const latestServerAddr = String(currentPractice?.serverAddr || "").trim();
|
||||||
|
if (
|
||||||
|
currentPractice === null ||
|
||||||
|
!latestPractiseId ||
|
||||||
|
!latestServerAddr
|
||||||
|
) {
|
||||||
|
await stopMissingCurrentPracticeAndExit();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
practiseId.value = latestPractiseId;
|
||||||
|
serverAddr.value = latestServerAddr;
|
||||||
|
foregroundResumeSyncPending.value = true;
|
||||||
|
if (!connectPracticeServer()) {
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
await stopMissingCurrentPracticeAndExit();
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
resumeInFlight.value = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const onMatchSocketState = (event = {}) => {
|
||||||
|
if (event.state !== "open") return;
|
||||||
|
if (
|
||||||
|
event.matchId &&
|
||||||
|
String(event.matchId) !== String(practiseId.value)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
startPracticeSyncTimer();
|
||||||
|
};
|
||||||
|
|
||||||
|
const onPracticeInfoSync = async (payload = {}) => {
|
||||||
|
const responsePractiseId = String(
|
||||||
|
payload.matchId || payload.practiceInfo?.id || ""
|
||||||
|
);
|
||||||
|
if (
|
||||||
|
!responsePractiseId ||
|
||||||
|
responsePractiseId !== String(practiseId.value)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const snapshot = payload.practiceInfo;
|
||||||
|
if (!snapshot || typeof snapshot !== "object") return;
|
||||||
|
|
||||||
|
cancelPracticeSyncWait();
|
||||||
|
foregroundResumeSyncPending.value = false;
|
||||||
|
hiddenWhileActive.value = false;
|
||||||
|
|
||||||
|
restoringSnapshot.value = true;
|
||||||
|
await nextTick();
|
||||||
|
try {
|
||||||
|
scores.value = Array.isArray(snapshot.details) ? snapshot.details : [];
|
||||||
|
isSvip.value = snapshot.sVip === true;
|
||||||
|
|
||||||
|
const status = Number(snapshot.status);
|
||||||
|
if (status === 1) {
|
||||||
|
start.value = false;
|
||||||
|
} else if (status === 2) {
|
||||||
|
start.value = true;
|
||||||
|
}
|
||||||
|
} finally {
|
||||||
|
restoringSnapshot.value = false;
|
||||||
|
await nextTick();
|
||||||
|
}
|
||||||
|
|
||||||
|
const timeLimit = Number(snapshot.timeLimit);
|
||||||
|
const duration = Number(snapshot.duration);
|
||||||
|
if (Number(snapshot.status) === 2 && Number.isFinite(timeLimit) && timeLimit > 0) {
|
||||||
|
uni.$emit(
|
||||||
|
"update-remain",
|
||||||
|
Math.max(0, timeLimit - (Number.isFinite(duration) ? duration : 0))
|
||||||
|
);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const getResultTipSrc = (result = {}) => {
|
||||||
|
const validCount = (result.details || []).filter(
|
||||||
|
(arrow) => arrow.x !== -30 && arrow.y !== -30
|
||||||
|
).length;
|
||||||
|
return `${RESULT_TIP_CDN}/${validCount < total ? "2un" : ""}finish-tip.png`;
|
||||||
|
};
|
||||||
|
|
||||||
const onClickShare = debounce(async () => {
|
const onClickShare = debounce(async () => {
|
||||||
if (sharing.value) return;
|
if (sharing.value) return;
|
||||||
sharing.value = true;
|
sharing.value = true;
|
||||||
@@ -147,24 +398,49 @@ const onClickShare = debounce(async () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
onHide(() => {
|
||||||
|
pageVisible.value = false;
|
||||||
|
if (
|
||||||
|
!appHideResumable.value ||
|
||||||
|
exiting.value ||
|
||||||
|
!practiseId.value ||
|
||||||
|
practiseResult.value?.details
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
hiddenWhileActive.value = true;
|
||||||
|
});
|
||||||
|
|
||||||
|
onShow(async () => {
|
||||||
|
pageVisible.value = true;
|
||||||
|
await resumeCurrentPractice();
|
||||||
|
});
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
void audioManager.warmCommon();
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: true,
|
keepScreenOn: true,
|
||||||
});
|
});
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$on(MATCH_WS_PRACTICE_SYNC_EVENT, onPracticeInfoSync);
|
||||||
|
uni.$on(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
uni.$on("share-image", onClickShare);
|
uni.$on("share-image", onClickShare);
|
||||||
const result = await createPractiseAPI(total, 3600, targetType.value);
|
await createPractise();
|
||||||
if (result) practiseId.value = result.id;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
setPracticeAppHideResumable(false);
|
||||||
|
cancelPracticeSyncWait();
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: false,
|
keepScreenOn: false,
|
||||||
});
|
});
|
||||||
uni.$off("socket-inbox", onReceiveMessage);
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$off(MATCH_WS_PRACTICE_SYNC_EVENT, onPracticeInfoSync);
|
||||||
|
uni.$off(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
uni.$off("share-image", onClickShare);
|
uni.$off("share-image", onClickShare);
|
||||||
audioManager.stopAll();
|
audioManager.stopAll();
|
||||||
endPractiseAPI();
|
closeMatchWebSocket({ reason: "practice-leave" });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -173,6 +449,7 @@ onBeforeUnmount(() => {
|
|||||||
:bgType="1"
|
:bgType="1"
|
||||||
title="日常耐力挑战"
|
title="日常耐力挑战"
|
||||||
:showBottom="!start && !scores.length"
|
:showBottom="!start && !scores.length"
|
||||||
|
:onBack="exitPractise"
|
||||||
>
|
>
|
||||||
<view>
|
<view>
|
||||||
<TestDistance v-if="!start && !practiseResult.id" />
|
<TestDistance v-if="!start && !practiseResult.id" />
|
||||||
@@ -182,6 +459,7 @@ onBeforeUnmount(() => {
|
|||||||
:start="start"
|
:start="start"
|
||||||
:total="3600"
|
:total="3600"
|
||||||
:onStop="onOver"
|
:onStop="onOver"
|
||||||
|
end-audio-key="练习结束"
|
||||||
/>
|
/>
|
||||||
<view class="user-row">
|
<view class="user-row">
|
||||||
<Avatar :src="user.avatar" :size="35" />
|
<Avatar :src="user.avatar" :size="35" />
|
||||||
@@ -192,6 +470,7 @@ onBeforeUnmount(() => {
|
|||||||
<BowPower />
|
<BowPower />
|
||||||
</view>
|
</view>
|
||||||
<BowTarget
|
<BowTarget
|
||||||
|
v-if="!restoringSnapshot"
|
||||||
:currentRound="scores.length"
|
:currentRound="scores.length"
|
||||||
:totalRound="start ? total : 0"
|
:totalRound="start ? total : 0"
|
||||||
:scores="scores"
|
:scores="scores"
|
||||||
@@ -211,13 +490,7 @@ onBeforeUnmount(() => {
|
|||||||
:rowCount="9"
|
:rowCount="9"
|
||||||
:onClose="onComplete"
|
:onClose="onComplete"
|
||||||
:result="practiseResult"
|
:result="practiseResult"
|
||||||
:tipSrc="`../static/${
|
:tipSrc="getResultTipSrc(practiseResult)"
|
||||||
practiseResult.details.filter(
|
|
||||||
(arrow) => arrow.x !== -30 && arrow.y !== -30
|
|
||||||
).length < total
|
|
||||||
? '2un'
|
|
||||||
: ''
|
|
||||||
}finish-tip.png`"
|
|
||||||
/>
|
/>
|
||||||
<canvas class="share-canvas" id="shareCanvas" type="2d"></canvas>
|
<canvas class="share-canvas" id="shareCanvas" type="2d"></canvas>
|
||||||
</block>
|
</block>
|
||||||
|
|||||||
+338
-99
@@ -1,5 +1,61 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import Container from "@/components/Container.vue";
|
import Container from "@/components/Container.vue";
|
||||||
|
|
||||||
|
const LEVEL_ICON_BASE_URL = "https://static.shelingxingqiu.com/levelicon";
|
||||||
|
|
||||||
|
const rankRows = [
|
||||||
|
{
|
||||||
|
name: "倔强青铜",
|
||||||
|
levels: ["倔强青铜1", "倔强青铜2", "倔强青铜3"],
|
||||||
|
picNames: ["青铜1", "青铜2", "青铜3"],
|
||||||
|
score: "每个小段位需要满3颗星才能晋升到下一个段位,共9颗星。",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "秩序白银",
|
||||||
|
levels: ["秩序白银1", "秩序白银2", "秩序白银3"],
|
||||||
|
picNames: ["白银1", "白银2", "白银3"],
|
||||||
|
score: "每个小段位需要满3颗星才能晋升到下一个段位,共9颗星。",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "荣耀黄金",
|
||||||
|
levels: ["荣耀黄金1", "荣耀黄金2", "荣耀黄金3", "荣耀黄金4"],
|
||||||
|
picNames: ["黄金1", "黄金2", "黄金3", "黄金4"],
|
||||||
|
score: "每个小段位需要满4颗星才能晋升到下一个段位,共16颗星。",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "永恒钻石",
|
||||||
|
levels: ["永恒钻石1", "永恒钻石2", "永恒钻石3", "永恒钻石4", "永恒钻石5"],
|
||||||
|
picNames: ["钻石1", "钻石2", "钻石3", "钻石4", "钻石5"],
|
||||||
|
score: "每个小段位需要满5颗星才能晋升到下一个段位,共25颗星。",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
const kingRankRows = [
|
||||||
|
{ name: "最强王者", score: "0-9" },
|
||||||
|
{ name: "非凡王者", score: "10-19" },
|
||||||
|
{ name: "无双王者", score: "20-29" },
|
||||||
|
{ name: "绝世王者", score: "30-39" },
|
||||||
|
{ name: "至圣王者", score: "40-49" },
|
||||||
|
{ name: "荣耀王者", score: "50-99" },
|
||||||
|
{ name: "传奇王者", score: "100+" },
|
||||||
|
];
|
||||||
|
|
||||||
|
const meleeScoreTables = [
|
||||||
|
{
|
||||||
|
title: "5人大乱斗",
|
||||||
|
rankings: [1, 2, 3, 4, 5],
|
||||||
|
scores: [150, 75, 0, -100, -100],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "10人大乱斗",
|
||||||
|
rankings: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
||||||
|
scores: [200, 125, 75, 0, 0, 0, -50, -100, -100, -100],
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
// 图片文件名与段位名称一致,统一在这里拼接远程地址。
|
||||||
|
const getLevelIcon = (levelName) =>
|
||||||
|
`${LEVEL_ICON_BASE_URL}/${levelName}.png`;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -13,7 +69,7 @@ import Container from "@/components/Container.vue";
|
|||||||
<view class="section">
|
<view class="section">
|
||||||
<view class="title">一、段位体系概述</view>
|
<view class="title">一、段位体系概述</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
我们的段位体系分为多个等级,从低到高依次为:倔强青铜、秩序白银、黄金王者、永恒钻石、最强王者、非凡王者、无双王者、绝世王者、至圣王者、荣耀王者和传奇王者。每个大段位下又分为若干小段位,玩家需要通过积累积分来提升段位。
|
我们的段位体系分为多个等级,从低到高依次为:倔强青铜、秩序白银、荣耀黄金、永恒钻石、最强王者、非凡王者、无双王者、绝世王者、至圣王者、荣耀王者和传奇王者。每个大段位下又分为若干小段位,玩家需要通过积累积分来提升段位。
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -22,25 +78,89 @@ import Container from "@/components/Container.vue";
|
|||||||
|
|
||||||
<view class="sub-section">
|
<view class="sub-section">
|
||||||
<view class="sub-title">(一)基本规则</view>
|
<view class="sub-title">(一)基本规则</view>
|
||||||
|
<view class="rule-mode">
|
||||||
|
<view class="rule-mode-title">1V1、2V2、3V3对抗模式:</view>
|
||||||
<view class="rule-item">
|
<view class="rule-item">
|
||||||
<text class="rule-label">重一局:</text>
|
<text class="rule-bullet">●</text>
|
||||||
<text class="rule-value">+100积分</text>
|
<text class="rule-content"
|
||||||
|
>每胜一局,胜方每人+100积分;每负一局,负方每人-100积分</text
|
||||||
|
>
|
||||||
</view>
|
</view>
|
||||||
<view class="rule-item">
|
<view class="rule-item">
|
||||||
<text class="rule-label">输一局:</text>
|
<text class="rule-bullet">●</text>
|
||||||
<text class="rule-value">-100积分</text>
|
<text class="rule-content"
|
||||||
|
>2V2模式:胜方队伍中,总成绩最高且箭均成绩≥7环者,为本局MVP,额外获得40积分。</text
|
||||||
|
>
|
||||||
</view>
|
</view>
|
||||||
<view class="rule-item">
|
<view class="rule-item">
|
||||||
<text class="rule-label">全场MVP(2v2):</text>
|
<text class="rule-bullet">●</text>
|
||||||
<text class="rule-value">额外+40积分</text>
|
<text class="rule-content"
|
||||||
|
>3V3模式:胜方队伍中,总成绩最高且箭均成绩≥7环者,为本局MVP,额外获得60积分。</text
|
||||||
|
>
|
||||||
</view>
|
</view>
|
||||||
<view class="rule-item">
|
<view class="rule-item">
|
||||||
<text class="rule-label">全场MVP(3v3):</text>
|
<text class="rule-bullet">●</text>
|
||||||
<text class="rule-value">额外+60积分</text>
|
<text class="rule-content"
|
||||||
|
>在1V1/2V2/3V3三种模式中,连续获得五连胜(三类模式一起算),则从第五场开始,每场胜利可额外再加15分,直至结束连胜。(仅限对抗模式,不含大乱斗模式。)</text
|
||||||
|
>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="rule-mode">
|
||||||
|
<view class="rule-mode-title">5人、10人大乱斗模式:</view>
|
||||||
|
<view class="rule-paragraph">
|
||||||
|
5人大乱斗和10人大乱斗按个人总环数成绩排序,排名从高到低依次设置系统默认奖励/扣除积分,默认初始排名和积分规则具体如下:
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="melee-score-table">
|
||||||
|
<view
|
||||||
|
v-for="table in meleeScoreTables"
|
||||||
|
:key="table.title"
|
||||||
|
class="melee-table-section"
|
||||||
|
>
|
||||||
|
<view class="melee-table-title">{{ table.title }}</view>
|
||||||
|
<scroll-view
|
||||||
|
class="melee-table-scroll"
|
||||||
|
scroll-x
|
||||||
|
:enhanced="true"
|
||||||
|
:show-scrollbar="false"
|
||||||
|
>
|
||||||
|
<view
|
||||||
|
:class="[
|
||||||
|
'melee-table-body',
|
||||||
|
table.rankings.length > 5
|
||||||
|
? 'melee-table-body--wide'
|
||||||
|
: '',
|
||||||
|
]"
|
||||||
|
>
|
||||||
|
<view class="melee-table-row">
|
||||||
|
<text class="melee-table-cell melee-table-label"
|
||||||
|
>排名</text
|
||||||
|
>
|
||||||
|
<text
|
||||||
|
v-for="ranking in table.rankings"
|
||||||
|
:key="ranking"
|
||||||
|
class="melee-table-cell"
|
||||||
|
>
|
||||||
|
{{ ranking }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<view class="melee-table-row">
|
||||||
|
<text class="melee-table-cell melee-table-label"
|
||||||
|
>积分</text
|
||||||
|
>
|
||||||
|
<text
|
||||||
|
v-for="(score, index) in table.scores"
|
||||||
|
:key="index"
|
||||||
|
class="melee-table-cell"
|
||||||
|
>
|
||||||
|
{{ score }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</scroll-view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="rule-item">
|
|
||||||
<text class="rule-label">五连胜:</text>
|
|
||||||
<text class="rule-value">每局额外+15积分</text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -55,77 +175,57 @@ import Container from "@/components/Container.vue";
|
|||||||
<view class="section">
|
<view class="section">
|
||||||
<view class="title">三、(表格)</view>
|
<view class="title">三、(表格)</view>
|
||||||
<view class="rank-table">
|
<view class="rank-table">
|
||||||
<view class="table-row">
|
<view class="table-row table-header">
|
||||||
<text>大段位</text>
|
<text class="table-cell major-column">大段位</text>
|
||||||
<text>小段位</text>
|
<text class="table-cell minor-column">小段位</text>
|
||||||
<text>积分(100积分=1星)</text>
|
<text class="table-cell score-column">积分(100积分=1星)</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="table-row">
|
|
||||||
<text>倔强青铜</text>
|
<view
|
||||||
<view>
|
v-for="rank in rankRows"
|
||||||
<text>青铜1*</text>
|
:key="rank.name"
|
||||||
<text>青铜2*</text>
|
class="table-row rank-group-row"
|
||||||
<text>青铜3*</text>
|
>
|
||||||
|
<view class="table-cell major-column major-rank-cell">
|
||||||
|
<image
|
||||||
|
class="rank-icon"
|
||||||
|
:src="getLevelIcon(rank.picNames[0])"
|
||||||
|
mode="aspectFit"
|
||||||
|
lazy-load
|
||||||
|
/>
|
||||||
|
<text class="major-rank-name">{{ rank.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<text>每个小段位需要满 3星才能晋升到下一个段位,共9颗星。</text>
|
|
||||||
|
<view class="minor-column minor-rank-cell">
|
||||||
|
<text
|
||||||
|
v-for="level in rank.levels"
|
||||||
|
:key="level"
|
||||||
|
class="table-cell minor-rank-item"
|
||||||
|
>
|
||||||
|
{{ level }}
|
||||||
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="table-row">
|
|
||||||
<text>秩序白银</text>
|
<text class="table-cell score-column score-text">
|
||||||
<view>
|
{{ rank.score }}
|
||||||
<text>白铜1*</text>
|
</text>
|
||||||
<text>白铜2*</text>
|
|
||||||
<text>白铜3*</text>
|
|
||||||
</view>
|
</view>
|
||||||
<text>每个小段位需要满 3颗星才能晋升到下一个段位,共9颗星。</text>
|
|
||||||
|
<view
|
||||||
|
v-for="rank in kingRankRows"
|
||||||
|
:key="rank.name"
|
||||||
|
class="table-row king-rank-row"
|
||||||
|
>
|
||||||
|
<view class="table-cell king-rank-cell">
|
||||||
|
<image
|
||||||
|
class="rank-icon"
|
||||||
|
:src="getLevelIcon(rank.name)"
|
||||||
|
mode="aspectFit"
|
||||||
|
lazy-load
|
||||||
|
/>
|
||||||
|
<text class="major-rank-name">{{ rank.name }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="table-row">
|
<text class="table-cell king-score-cell">{{ rank.score }}</text>
|
||||||
<text>黄金王者</text>
|
|
||||||
<view>
|
|
||||||
<text>黄金1*</text>
|
|
||||||
<text>黄金2*</text>
|
|
||||||
<text>黄金3*</text>
|
|
||||||
<text>黄金4*</text>
|
|
||||||
</view>
|
|
||||||
<text>每个小段位需要满4颗星才能晋升到下一个段位,共16颗星。</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row">
|
|
||||||
<text>永恒钻石</text>
|
|
||||||
<view>
|
|
||||||
<text>钻石1*</text>
|
|
||||||
<text>钻石2*</text>
|
|
||||||
<text>钻石3*</text>
|
|
||||||
<text>钻石4*</text>
|
|
||||||
<text>钻石5*</text>
|
|
||||||
</view>
|
|
||||||
<text>每个小段位需要满5颗星才能晋升到下一个段位,共25颗星。</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>最强王者</text>
|
|
||||||
<text>0-9</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>非凡王者</text>
|
|
||||||
<text>10-19</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>无双王者</text>
|
|
||||||
<text>20-29</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>绝世王者</text>
|
|
||||||
<text>30-39</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>至圣王者</text>
|
|
||||||
<text>40-49</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>荣耀王者</text>
|
|
||||||
<text>50-99</text>
|
|
||||||
</view>
|
|
||||||
<view class="table-row2">
|
|
||||||
<text>传奇王者</text>
|
|
||||||
<text>100+</text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -181,17 +281,103 @@ import Container from "@/components/Container.vue";
|
|||||||
|
|
||||||
.rule-item {
|
.rule-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 8px;
|
align-items: flex-start;
|
||||||
}
|
margin-bottom: 16rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
.rule-label {
|
|
||||||
font-size: 14px;
|
|
||||||
color: #666666;
|
color: #666666;
|
||||||
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rule-value {
|
.rule-mode {
|
||||||
font-size: 14px;
|
margin-bottom: 24rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rule-mode:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rule-mode-title {
|
||||||
|
margin-bottom: 12rpx;
|
||||||
|
font-size: 28rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rule-bullet {
|
||||||
|
flex-shrink: 0;
|
||||||
|
margin-right: 10rpx;
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 2.38;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rule-content {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rule-paragraph {
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #666666;
|
||||||
|
line-height: 1.7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-score-table {
|
||||||
|
margin-top: 20rpx;
|
||||||
|
border: $uni-border;
|
||||||
|
color: #333333;
|
||||||
|
font-size: 26rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-section + .melee-table-section {
|
||||||
|
border-top: $uni-border;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-title {
|
||||||
|
padding: 14rpx 16rpx;
|
||||||
|
background-color: #f5f6f7;
|
||||||
|
color: #e53935;
|
||||||
|
font-weight: 600;
|
||||||
|
border-bottom: $uni-border;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-scroll {
|
||||||
|
width: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-body {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-body--wide {
|
||||||
|
width: 900rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-row {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-row + .melee-table-row {
|
||||||
|
border-top: $uni-border;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-cell {
|
||||||
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
|
align-items: center;
|
||||||
|
min-width: 0;
|
||||||
|
min-height: 72rpx;
|
||||||
|
padding: 10rpx 12rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-left: $uni-border;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-cell:first-child {
|
||||||
|
border-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.melee-table-label {
|
||||||
|
flex: 0 0 86rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rank-table {
|
.rank-table {
|
||||||
@@ -201,41 +387,94 @@ import Container from "@/components/Container.vue";
|
|||||||
width: calc(100vw - 20px);
|
width: calc(100vw - 20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.rank-table > view {
|
.table-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rank-table > view > text:last-child {
|
.table-cell {
|
||||||
margin-left: -1rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rank-table text {
|
|
||||||
padding: 10rpx 20rpx;
|
padding: 10rpx 20rpx;
|
||||||
border: $uni-border;
|
border: $uni-border;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
|
||||||
margin-top: -1rpx;
|
margin-top: -1rpx;
|
||||||
|
margin-left: -1rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row text {
|
.major-column,
|
||||||
|
.minor-column {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row > view {
|
.score-column {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-header .table-cell {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.major-rank-cell,
|
||||||
|
.minor-rank-cell {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 25%;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row > view > text {
|
.minor-rank-item {
|
||||||
|
min-height: 70rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.major-rank-cell {
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 12rpx 8rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rank-icon {
|
||||||
|
width: 120rpx;
|
||||||
|
height: 120rpx;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.major-rank-name {
|
||||||
|
margin-top: 8rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
line-height: 1.4;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.minor-rank-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-left: 0;
|
||||||
|
padding: 10rpx;
|
||||||
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row > text:nth-child(3) {
|
.score-text {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.king-rank-cell,
|
||||||
|
.king-score-cell {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row2 > text {
|
.king-rank-cell {
|
||||||
width: 50%;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
min-height: 210rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.king-score-cell {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
import { computed, nextTick, onMounted, ref } from "vue";
|
import { computed, nextTick, onMounted, ref } from "vue";
|
||||||
import { onLoad } from "@dcloudio/uni-app";
|
import { onLoad } from "@dcloudio/uni-app";
|
||||||
import Avatar from "@/components/Avatar.vue";
|
import Avatar from "@/components/Avatar.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
import {
|
import {
|
||||||
getMvpRankList,
|
getMvpRankList,
|
||||||
getMyMvpRank,
|
getMyMvpRank,
|
||||||
@@ -524,6 +525,7 @@ const measureTabsMetrics = () => {
|
|||||||
{{ getRankUnit() }}
|
{{ getRankUnit() }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
<DeviceChargingDialog />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -126,7 +126,6 @@ const toMatchPage = async (gameType, teamSize) => {
|
|||||||
showLimitModal.value = true;
|
showLimitModal.value = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await uni.$checkAudio();
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/match-page?gameType=${gameType}&teamSize=${teamSize}`,
|
url: `/pages/match-page?gameType=${gameType}&teamSize=${teamSize}`,
|
||||||
});
|
});
|
||||||
@@ -328,8 +327,8 @@ onShow(async () => {
|
|||||||
<view class="battle-types-box">
|
<view class="battle-types-box">
|
||||||
<view class="battle-types">
|
<view class="battle-types">
|
||||||
<view class="first">
|
<view class="first">
|
||||||
<image src="../static/rank/battle-choose.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/rank/battle-choose.png" mode="widthFix" />
|
||||||
<image class="star" src="../static/rank/star.png" mode="widthFix" />
|
<image class="star" src="https://static.shelingxingqiu.com/shootmini/static/rank/star.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
<image
|
<image
|
||||||
src="../static/rank/battle1v1.svg"
|
src="../static/rank/battle1v1.svg"
|
||||||
|
|||||||
@@ -49,8 +49,6 @@ const battleWay = ref(0);
|
|||||||
const lastToSomeoneShootKey = ref("");
|
const lastToSomeoneShootKey = ref("");
|
||||||
/** 控制设备离线提示弹窗的显示状态 */
|
/** 控制设备离线提示弹窗的显示状态 */
|
||||||
const showOfflineModal = ref(false);
|
const showOfflineModal = ref(false);
|
||||||
/** 记录每位玩家当前轮连续 10 环及以上次数,key 为 playerId,用于触发 tententen 音效 */
|
|
||||||
const xRingStreaks = ref({});
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 监听设备在线状态,比赛进行中设备离线时弹窗提示用户
|
* 监听设备在线状态,比赛进行中设备离线时弹窗提示用户
|
||||||
@@ -86,7 +84,7 @@ const recoverData = (battleInfo, {force = false, arrowOnly = false} = {}) => {
|
|||||||
start.value = battleInfo.status !== 0;
|
start.value = battleInfo.status !== 0;
|
||||||
|
|
||||||
if (battleInfo.status === 0) {
|
if (battleInfo.status === 0) {
|
||||||
const readyRemain = (Date.now() - (battleInfo.createTime || Date.now())) / 1000;
|
const readyRemain = (Date.now() - (battleInfo.serverTime || Date.now())) / 1000;
|
||||||
if (readyRemain > 0 && readyRemain < 15) {
|
if (readyRemain > 0 && readyRemain < 15) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
uni.$emit("update-timer", 15 - readyRemain - 0.2);
|
uni.$emit("update-timer", 15 - readyRemain - 0.2);
|
||||||
@@ -233,31 +231,6 @@ function onNewRound(msg, prevRound) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 检测指定射手连续 10 环及以上是否达到 3 箭,达到则在环数播报入队后追加 tententen 音效
|
|
||||||
* @param {number} shooterId - 本次射手的 ID(取自 currentShooterId.value)
|
|
||||||
* @param {boolean} isTenPlusRingShot - 本次射击是否为 10 环及以上
|
|
||||||
*/
|
|
||||||
function isTenPlusRing(shot) {
|
|
||||||
return !!(shot?.ringX || Number(shot?.ring) >= 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
function checkAndPlayTententen(shooterId, isTenPlusRingShot) {
|
|
||||||
if (!shooterId) return;
|
|
||||||
if (isTenPlusRingShot) {
|
|
||||||
xRingStreaks.value[shooterId] = (xRingStreaks.value[shooterId] || 0) + 1;
|
|
||||||
// 同一玩家连续 3 箭均为 10 环及以上,追加到环数音效队列尾部播放
|
|
||||||
if (xRingStreaks.value[shooterId] >= 3) {
|
|
||||||
xRingStreaks.value[shooterId] = 0;
|
|
||||||
// nextTick 确保 HeaderProgress 的环数播报已入队后再追加 tententen,避免播放顺序颠倒
|
|
||||||
nextTick(() => audioManager.play("tententen", false));
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// 低于 10 环或未上靶则重置该玩家的连续计数
|
|
||||||
xRingStreaks.value[shooterId] = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (Array.isArray(msg)) return;
|
if (Array.isArray(msg)) return;
|
||||||
if (msg.type === MESSAGETYPESV2.BattleStart) {
|
if (msg.type === MESSAGETYPESV2.BattleStart) {
|
||||||
@@ -272,9 +245,9 @@ async function onReceiveMessage(msg) {
|
|||||||
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
showRoundTip.value = false;
|
showRoundTip.value = false;
|
||||||
recoverData(msg, {arrowOnly: true});
|
recoverData(msg, {arrowOnly: true});
|
||||||
// 检测同一玩家连续三箭 10 环及以上,触发 tententen 音效
|
if (msg.shootData?.threeConsecutive10Rings === true) {
|
||||||
// currentShooterId 在 ToSomeoneShoot 时写入,ShootResult 不会覆盖,可靠识别本次射手
|
nextTick(() => audioManager.play("tententen", false));
|
||||||
checkAndPlayTententen(currentShooterId.value, isTenPlusRing(msg.shootData));
|
}
|
||||||
} else if (msg.type === MESSAGETYPESV2.NewRound) {
|
} else if (msg.type === MESSAGETYPESV2.NewRound) {
|
||||||
// 在进入延迟前先捕获当前轮次,供 onNewRound 使用,防止 800ms 内 ToSomeoneShoot 提前更新 currentRound 造成 Tip 展示错轮
|
// 在进入延迟前先捕获当前轮次,供 onNewRound 使用,防止 800ms 内 ToSomeoneShoot 提前更新 currentRound 造成 Tip 展示错轮
|
||||||
const prevRound = currentRound.value;
|
const prevRound = currentRound.value;
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import { onShow } from "@dcloudio/uni-app";
|
|||||||
|
|
||||||
import { getBattleAPI, getUserGameState } from "@/apis";
|
import { getBattleAPI, getUserGameState } from "@/apis";
|
||||||
import { debounce } from "@/util";
|
import { debounce } from "@/util";
|
||||||
|
import { returnToBattle } from "@/utils/matchReturn";
|
||||||
|
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
@@ -66,12 +67,7 @@ const onClick = debounce(async () => {
|
|||||||
loading.value = true;
|
loading.value = true;
|
||||||
const result = await getBattleAPI();
|
const result = await getBattleAPI();
|
||||||
if (result && result.matchId) {
|
if (result && result.matchId) {
|
||||||
await uni.$checkAudio();
|
await returnToBattle(result, navigateOnce);
|
||||||
if (result.mode <= 3) {
|
|
||||||
await navigateOnce(`/pages/team-battle/index?battleId=${result.matchId}`);
|
|
||||||
} else {
|
|
||||||
await navigateOnce(`/pages/melee-battle?battleId=${result.matchId}`);
|
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (game.value.roomID) {
|
if (game.value.roomID) {
|
||||||
@@ -100,9 +96,9 @@ onBeforeUnmount(() => {
|
|||||||
class="back-to-game"
|
class="back-to-game"
|
||||||
@click="onClick"
|
@click="onClick"
|
||||||
>
|
>
|
||||||
<image src="../../../static/back-to-game-bg.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/back-to-game-bg.png" mode="widthFix" />
|
||||||
<block v-if="game.inBattle">
|
<block v-if="game.inBattle">
|
||||||
<image src="../../../static/pk-icon.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/pk-icon.png" mode="widthFix" />
|
||||||
<text>返回进行中的对局</text>
|
<text>返回进行中的对局</text>
|
||||||
</block>
|
</block>
|
||||||
<block v-else-if="game.roomID">
|
<block v-else-if="game.roomID">
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const normalRounds = computed(() => {
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="guide-row">
|
<view class="guide-row">
|
||||||
<image src="../../../static/shooter.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/shooter.png" mode="widthFix" />
|
||||||
<view
|
<view
|
||||||
:style="{
|
:style="{
|
||||||
marginBottom: '10px',
|
marginBottom: '10px',
|
||||||
@@ -42,7 +42,7 @@ const normalRounds = computed(() => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<image src="../../../static/battle-header-melee.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/battle-header-melee.png" mode="widthFix" />
|
||||||
<text>蓝队({{ bluePoints }})</text>
|
<text>蓝队({{ bluePoints }})</text>
|
||||||
<text>红队({{ redPoints }})</text>
|
<text>红队({{ redPoints }})</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
<view class="container" :style="{ paddingTop: showHeader ? '5px' : '0' }">
|
<view class="container" :style="{ paddingTop: showHeader ? '5px' : '0' }">
|
||||||
<image
|
<image
|
||||||
v-if="showHeader"
|
v-if="showHeader"
|
||||||
:src="`../../../static/battle-header${players.length ? '-melee' : ''}.png`"
|
:src="`https://static.shelingxingqiu.com/shootmini/static/battle-header${players.length ? '-melee' : ''}.png`"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<view
|
<view
|
||||||
@@ -151,6 +151,7 @@ const isMember = (player = {}) => player.vip === true || player.sVip === true;
|
|||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 999;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.container > image:first-child {
|
.container > image:first-child {
|
||||||
|
|||||||
@@ -4,18 +4,34 @@ import { getDeviceBatteryAPI } from "@/apis";
|
|||||||
|
|
||||||
const power = ref(0);
|
const power = ref(0);
|
||||||
const timer = ref(null);
|
const timer = ref(null);
|
||||||
|
let disposed = false;
|
||||||
|
let requestInFlight = false;
|
||||||
|
|
||||||
|
const refreshPower = async () => {
|
||||||
|
if (disposed || requestInFlight) return;
|
||||||
|
requestInFlight = true;
|
||||||
|
try {
|
||||||
|
const data = await getDeviceBatteryAPI();
|
||||||
|
if (!disposed) power.value = data.battery;
|
||||||
|
} catch (_) {
|
||||||
|
// 电量轮询失败时等待下一轮,避免产生未处理的 Promise 拒绝。
|
||||||
|
} finally {
|
||||||
|
requestInFlight = false;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
const data = await getDeviceBatteryAPI();
|
await refreshPower();
|
||||||
power.value = data.battery;
|
if (disposed) return;
|
||||||
timer.value = setInterval(async () => {
|
timer.value = setInterval(() => {
|
||||||
const data = await getDeviceBatteryAPI();
|
void refreshPower();
|
||||||
power.value = data.battery;
|
|
||||||
}, 1000 * 10);
|
}, 1000 * 10);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
disposed = true;
|
||||||
clearInterval(timer.value);
|
clearInterval(timer.value);
|
||||||
|
timer.value = null;
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import PointSwitcher from "./PointSwitcher.vue";
|
|||||||
import BowShotEffect from "@/components/BowShotEffect.vue";
|
import BowShotEffect from "@/components/BowShotEffect.vue";
|
||||||
|
|
||||||
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
||||||
import { simulShootAPI } from "@/apis";
|
import { simulShootAPI, laserAimAPI, laserCloseAPI } from "@/apis";
|
||||||
import useStore from "@/store";
|
import useStore from "@/store";
|
||||||
import { storeToRefs } from "pinia";
|
import { storeToRefs } from "pinia";
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
@@ -67,6 +67,10 @@ const props = defineProps({
|
|||||||
type: Number,
|
type: Number,
|
||||||
default: 5,
|
default: 5,
|
||||||
},
|
},
|
||||||
|
stableShotEffect: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const pMode = ref(true);
|
const pMode = ref(true);
|
||||||
@@ -77,12 +81,14 @@ const dirTimer = ref(null);
|
|||||||
const angle = ref(null);
|
const angle = ref(null);
|
||||||
const circleColor = ref("");
|
const circleColor = ref("");
|
||||||
const shotEffect = ref(null);
|
const shotEffect = ref(null);
|
||||||
|
const pendingShotEffect = ref(null);
|
||||||
const hiddenRedLatestKey = ref("");
|
const hiddenRedLatestKey = ref("");
|
||||||
const hiddenBlueLatestKey = ref("");
|
const hiddenBlueLatestKey = ref("");
|
||||||
const targetShaking = ref(false);
|
const targetShaking = ref(false);
|
||||||
const targetSize = ref({ width: 0, height: 0 });
|
const targetRect = ref({ left: 0, top: 0, width: 0, height: 0 });
|
||||||
const shakeTimer = ref(null);
|
const shakeTimer = ref(null);
|
||||||
const instance = getCurrentInstance();
|
const instance = getCurrentInstance();
|
||||||
|
let shotEffectRequestGeneration = 0;
|
||||||
const ROUND_TIP_OFFSET_Y = -32;
|
const ROUND_TIP_OFFSET_Y = -32;
|
||||||
const EXPERIENCE_TIP_OFFSET_Y = -68;
|
const EXPERIENCE_TIP_OFFSET_Y = -68;
|
||||||
|
|
||||||
@@ -137,7 +143,7 @@ function showShotTip(team, shootData) {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
function triggerShotEffect(team, shot, fallbackKey = "") {
|
function triggerShotEffect(team, shot, fallbackKey = "", viewportMode = false) {
|
||||||
const key = buildShotEffectKey(team, shot, fallbackKey);
|
const key = buildShotEffectKey(team, shot, fallbackKey);
|
||||||
|
|
||||||
if (shotEffect.value?.team === "red") hiddenRedLatestKey.value = "";
|
if (shotEffect.value?.team === "red") hiddenRedLatestKey.value = "";
|
||||||
@@ -151,7 +157,29 @@ function triggerShotEffect(team, shot, fallbackKey = "") {
|
|||||||
hiddenBlueLatestKey.value = key;
|
hiddenBlueLatestKey.value = key;
|
||||||
}
|
}
|
||||||
|
|
||||||
shotEffect.value = { key, team, shot };
|
shotEffect.value = { key, team, shot, viewportMode };
|
||||||
|
}
|
||||||
|
|
||||||
|
async function prepareShotEffect(team, shot, fallbackKey = "") {
|
||||||
|
const requestGeneration = ++shotEffectRequestGeneration;
|
||||||
|
const key = buildShotEffectKey(team, shot, fallbackKey);
|
||||||
|
pendingShotEffect.value = { generation: requestGeneration, team, key };
|
||||||
|
clearTipTimer();
|
||||||
|
if (team === "red") latestOne.value = null;
|
||||||
|
if (team === "blue") bluelatestOne.value = null;
|
||||||
|
|
||||||
|
const viewportMode = props.stableShotEffect
|
||||||
|
? await updateTargetRect()
|
||||||
|
: false;
|
||||||
|
|
||||||
|
if (requestGeneration !== shotEffectRequestGeneration) {
|
||||||
|
if (pendingShotEffect.value?.generation === requestGeneration) {
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
triggerShotEffect(team, shot, fallbackKey, viewportMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
function completeShotEffect(key) {
|
function completeShotEffect(key) {
|
||||||
@@ -180,40 +208,74 @@ function shakeTarget() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateTargetSize() {
|
function hasValidTargetRect(rect = targetRect.value) {
|
||||||
nextTick(() => {
|
return (
|
||||||
|
Number.isFinite(Number(rect?.left)) &&
|
||||||
|
Number.isFinite(Number(rect?.top)) &&
|
||||||
|
Number(rect?.width) > 0 &&
|
||||||
|
Number(rect?.height) > 0
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function updateTargetRect() {
|
||||||
|
await nextTick();
|
||||||
|
|
||||||
|
return new Promise((resolve) => {
|
||||||
|
let settled = false;
|
||||||
|
const finish = (rect) => {
|
||||||
|
if (settled) return;
|
||||||
|
settled = true;
|
||||||
|
|
||||||
|
const isValid = hasValidTargetRect(rect);
|
||||||
|
if (isValid) {
|
||||||
|
targetRect.value = {
|
||||||
|
left: Number(rect.left),
|
||||||
|
top: Number(rect.top),
|
||||||
|
width: Number(rect.width),
|
||||||
|
height: Number(rect.height),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
resolve(isValid);
|
||||||
|
};
|
||||||
|
|
||||||
|
try {
|
||||||
const query = instance?.proxy
|
const query = instance?.proxy
|
||||||
? uni.createSelectorQuery().in(instance.proxy)
|
? uni.createSelectorQuery().in(instance.proxy)
|
||||||
: uni.createSelectorQuery();
|
: uni.createSelectorQuery();
|
||||||
|
|
||||||
query
|
query
|
||||||
.select(".target")
|
.select(".target")
|
||||||
.boundingClientRect((rect) => {
|
.boundingClientRect()
|
||||||
const width = Number(rect?.width);
|
.exec((result) => finish(Array.isArray(result) ? result[0] : null));
|
||||||
const height = Number(rect?.height);
|
} catch {
|
||||||
if (!Number.isFinite(width) || !Number.isFinite(height)) return;
|
finish(null);
|
||||||
if (width <= 0 || height <= 0) return;
|
}
|
||||||
targetSize.value = { width, height };
|
|
||||||
})
|
|
||||||
.exec();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleWindowResize() {
|
function handleWindowResize() {
|
||||||
updateTargetSize();
|
void updateTargetRect();
|
||||||
}
|
}
|
||||||
|
|
||||||
function shouldHideRedHit(index) {
|
function shouldHideRedHit(index) {
|
||||||
return !!hiddenRedLatestKey.value && index === props.scores.length - 1;
|
return (
|
||||||
|
(!!hiddenRedLatestKey.value || pendingShotEffect.value?.team === "red") &&
|
||||||
|
index === props.scores.length - 1
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function shouldHideBlueHit(index) {
|
function shouldHideBlueHit(index) {
|
||||||
return !!hiddenBlueLatestKey.value && index === props.blueScores.length - 1;
|
return (
|
||||||
|
(!!hiddenBlueLatestKey.value || pendingShotEffect.value?.team === "blue") &&
|
||||||
|
index === props.blueScores.length - 1
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function showShotFlash(flash) {
|
function showShotFlash(flash) {
|
||||||
const shootData = flash?.shootData;
|
const shootData = flash?.shootData;
|
||||||
if (!shootData) {
|
if (!shootData) {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
hiddenRedLatestKey.value = "";
|
hiddenRedLatestKey.value = "";
|
||||||
hiddenBlueLatestKey.value = "";
|
hiddenBlueLatestKey.value = "";
|
||||||
shotEffect.value = null;
|
shotEffect.value = null;
|
||||||
@@ -222,10 +284,12 @@ function showShotFlash(flash) {
|
|||||||
|
|
||||||
const team = flash.team === "red" ? "red" : "blue";
|
const team = flash.team === "red" ? "red" : "blue";
|
||||||
if (shouldPlayShotEffect(shootData, team)) {
|
if (shouldPlayShotEffect(shootData, team)) {
|
||||||
triggerShotEffect(team, shootData, flash.key);
|
void prepareShotEffect(team, shootData, flash.key);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
showShotTip(team, shootData);
|
showShotTip(team, shootData);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -241,6 +305,8 @@ watch(
|
|||||||
() => props.scores.length,
|
() => props.scores.length,
|
||||||
(newLen, oldLen) => {
|
(newLen, oldLen) => {
|
||||||
if (newLen > oldLen) return;
|
if (newLen > oldLen) return;
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
latestOne.value = null;
|
latestOne.value = null;
|
||||||
hiddenRedLatestKey.value = "";
|
hiddenRedLatestKey.value = "";
|
||||||
if (shotEffect.value?.team === "red") shotEffect.value = null;
|
if (shotEffect.value?.team === "red") shotEffect.value = null;
|
||||||
@@ -251,6 +317,8 @@ watch(
|
|||||||
() => props.blueScores.length,
|
() => props.blueScores.length,
|
||||||
(newLen, oldLen) => {
|
(newLen, oldLen) => {
|
||||||
if (newLen > oldLen) return;
|
if (newLen > oldLen) return;
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
bluelatestOne.value = null;
|
bluelatestOne.value = null;
|
||||||
hiddenBlueLatestKey.value = "";
|
hiddenBlueLatestKey.value = "";
|
||||||
if (shotEffect.value?.team === "blue") shotEffect.value = null;
|
if (shotEffect.value?.team === "blue") shotEffect.value = null;
|
||||||
@@ -363,6 +431,14 @@ const simulShoot2 = async () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const openAim = async () => {
|
||||||
|
await laserAimAPI();
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeAim = async () => {
|
||||||
|
await laserCloseAPI();
|
||||||
|
};
|
||||||
|
|
||||||
const env = computed(() => {
|
const env = computed(() => {
|
||||||
const accountInfo = uni.getAccountInfoSync();
|
const accountInfo = uni.getAccountInfoSync();
|
||||||
return accountInfo.miniProgram.envVersion;
|
return accountInfo.miniProgram.envVersion;
|
||||||
@@ -400,11 +476,13 @@ async function onReceiveMessage(message) {
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
uni.$on("socket-inbox", onReceiveMessage);
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
updateTargetSize();
|
void updateTargetRect();
|
||||||
if (uni.onWindowResize) uni.onWindowResize(handleWindowResize);
|
if (uni.onWindowResize) uni.onWindowResize(handleWindowResize);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
if (timer.value) {
|
if (timer.value) {
|
||||||
clearTimeout(timer.value);
|
clearTimeout(timer.value);
|
||||||
timer.value = null;
|
timer.value = null;
|
||||||
@@ -522,17 +600,34 @@ onBeforeUnmount(() => {
|
|||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
<BowShotEffect
|
<BowShotEffect
|
||||||
|
v-if="!shotEffect || !shotEffect.viewportMode"
|
||||||
:shot="shotEffect && shotEffect.shot"
|
:shot="shotEffect && shotEffect.shot"
|
||||||
:playKey="shotEffect ? shotEffect.key : ''"
|
:playKey="shotEffect ? shotEffect.key : ''"
|
||||||
:targetRadius="safeTargetRadius"
|
:targetRadius="safeTargetRadius"
|
||||||
:targetWidth="targetSize.width"
|
:targetLeft="targetRect.left"
|
||||||
:targetHeight="targetSize.height"
|
:targetTop="targetRect.top"
|
||||||
|
:targetWidth="targetRect.width"
|
||||||
|
:targetHeight="targetRect.height"
|
||||||
:hitOffsetPx="currentHitRadiusPx"
|
:hitOffsetPx="currentHitRadiusPx"
|
||||||
@impact="shakeTarget"
|
@impact="shakeTarget"
|
||||||
@complete="completeShotEffect"
|
@complete="completeShotEffect"
|
||||||
/>
|
/>
|
||||||
<image src="../../../static/bow-target.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/bow-target.png" mode="widthFix" />
|
||||||
</view>
|
</view>
|
||||||
|
<BowShotEffect
|
||||||
|
v-if="shotEffect && shotEffect.viewportMode"
|
||||||
|
:shot="shotEffect.shot"
|
||||||
|
:playKey="shotEffect.key"
|
||||||
|
:targetRadius="safeTargetRadius"
|
||||||
|
:targetLeft="targetRect.left"
|
||||||
|
:targetTop="targetRect.top"
|
||||||
|
:targetWidth="targetRect.width"
|
||||||
|
:targetHeight="targetRect.height"
|
||||||
|
:hitOffsetPx="currentHitRadiusPx"
|
||||||
|
:viewportMode="true"
|
||||||
|
@impact="shakeTarget"
|
||||||
|
@complete="completeShotEffect"
|
||||||
|
/>
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
<PointSwitcher
|
<PointSwitcher
|
||||||
:onChange="(val) => (pMode = val)"
|
:onChange="(val) => (pMode = val)"
|
||||||
@@ -542,6 +637,8 @@ onBeforeUnmount(() => {
|
|||||||
<view class="simul" v-if="env !== 'release'">
|
<view class="simul" v-if="env !== 'release'">
|
||||||
<button @click="simulShoot">模拟</button>
|
<button @click="simulShoot">模拟</button>
|
||||||
<button @click="simulShoot2">射箭</button>
|
<button @click="simulShoot2">射箭</button>
|
||||||
|
<button @click="openAim">开瞄</button>
|
||||||
|
<button @click="closeAim">关瞄</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed, onMounted, onBeforeUnmount } from "vue";
|
import { ref } from "vue";
|
||||||
import { onShow } from "@dcloudio/uni-app";
|
import { onShow } from "@dcloudio/uni-app";
|
||||||
import AppBackground from "./AppBackground.vue";
|
import AppBackground from "./AppBackground.vue";
|
||||||
import Header from "./Header.vue";
|
import Header from "./Header.vue";
|
||||||
import ScreenHint from "./ScreenHint.vue";
|
import ScreenHint from "./ScreenHint.vue";
|
||||||
import BackToGame from "./BackToGame.vue";
|
import BackToGame from "./BackToGame.vue";
|
||||||
|
import DeviceChargingDialog from "@/components/DeviceChargingDialog.vue";
|
||||||
import {laserAimAPI, getBattleAPI, matchGameAPI} from "@/apis";
|
import {laserAimAPI, getBattleAPI, matchGameAPI} from "@/apis";
|
||||||
import { capsuleHeight, debounce } from "@/util";
|
import { capsuleHeight, debounce } from "@/util";
|
||||||
import AudioManager from "@/audioManager";
|
import { returnToBattle } from "@/utils/matchReturn";
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
title: {
|
title: {
|
||||||
type: String,
|
type: String,
|
||||||
@@ -58,9 +59,6 @@ const isIOS = uni.getDeviceInfo().osName === "ios";
|
|||||||
const showHint = ref(false);
|
const showHint = ref(false);
|
||||||
const hintType = ref(0);
|
const hintType = ref(0);
|
||||||
const isLoading = ref(false);
|
const isLoading = ref(false);
|
||||||
const audioInitProgress = ref(1);
|
|
||||||
const audioProgress = ref(0);
|
|
||||||
const audioTimer = ref(null);
|
|
||||||
|
|
||||||
const showGlobalHint = (type) => {
|
const showGlobalHint = (type) => {
|
||||||
hintType.value = type;
|
hintType.value = type;
|
||||||
@@ -71,55 +69,21 @@ const hideGlobalHint = () => {
|
|||||||
showHint.value = false;
|
showHint.value = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const restart = () => {
|
|
||||||
uni.restartMiniProgram({
|
|
||||||
path: "/pages/index",
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const checkAudioProgress = async () => {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
try {
|
|
||||||
audioInitProgress.value = AudioManager.getLoadProgress();
|
|
||||||
if (audioInitProgress.value === 1) return resolve();
|
|
||||||
audioTimer.value = setInterval(() => {
|
|
||||||
audioProgress.value = AudioManager.getLoadProgress();
|
|
||||||
if (audioProgress.value === 1) {
|
|
||||||
setTimeout(() => {
|
|
||||||
audioInitProgress.value = 1;
|
|
||||||
}, 200);
|
|
||||||
clearInterval(audioTimer.value);
|
|
||||||
resolve();
|
|
||||||
}
|
|
||||||
}, 200);
|
|
||||||
} catch (err) {
|
|
||||||
reject(err);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
const audioFinalProgress = computed(() => {
|
|
||||||
const left = 1 - audioInitProgress.value;
|
|
||||||
if (left <= 0) return 0;
|
|
||||||
return Math.max(0, (audioProgress.value - audioInitProgress.value) / left);
|
|
||||||
});
|
|
||||||
|
|
||||||
const loadingProgress = computed(() => {
|
|
||||||
if (props.loading && audioInitProgress.value >= 1) return 1;
|
|
||||||
return audioFinalProgress.value;
|
|
||||||
});
|
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
|
||||||
if (audioTimer.value) clearInterval(audioTimer.value);
|
|
||||||
});
|
|
||||||
|
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
uni.$showHint = showGlobalHint;
|
uni.$showHint = showGlobalHint;
|
||||||
uni.$hideHint = hideGlobalHint;
|
uni.$hideHint = hideGlobalHint;
|
||||||
uni.$checkAudio = checkAudioProgress;
|
|
||||||
showHint.value = false;
|
showHint.value = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const navigateTo = (url) =>
|
||||||
|
new Promise((resolve, reject) => {
|
||||||
|
uni.navigateTo({
|
||||||
|
url,
|
||||||
|
success: resolve,
|
||||||
|
fail: reject,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
const backToGame = debounce(async () => {
|
const backToGame = debounce(async () => {
|
||||||
if (isLoading.value) return; // 防止重复点击
|
if (isLoading.value) return; // 防止重复点击
|
||||||
|
|
||||||
@@ -127,16 +91,7 @@ const backToGame = debounce(async () => {
|
|||||||
isLoading.value = true;
|
isLoading.value = true;
|
||||||
const result = await getBattleAPI();
|
const result = await getBattleAPI();
|
||||||
if (result && result.matchId) {
|
if (result && result.matchId) {
|
||||||
await checkAudioProgress();
|
await returnToBattle(result, navigateTo);
|
||||||
if (result.mode <= 3) {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: `/pages/team-battle/index?battleId=${result.matchId}`,
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
uni.navigateTo({
|
|
||||||
url: `/pages/melee-battle?battleId=${result.matchId}`,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("获取当前游戏失败:", error);
|
console.error("获取当前游戏失败:", error);
|
||||||
@@ -233,13 +188,13 @@ const goCalibration = async () => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</ScreenHint>
|
</ScreenHint>
|
||||||
<view v-if="loading || audioInitProgress < 1" class="audio-progress">
|
<view v-if="loading" class="audio-progress">
|
||||||
<image
|
<image
|
||||||
src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png"
|
src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<view>
|
<view>
|
||||||
<view :style="{ width: `${loadingProgress * 100}%` }">
|
<view :style="{ width: '100%' }">
|
||||||
<!-- <image
|
<!-- <image
|
||||||
src="https://static.shelingxingqiu.com/attachment/2025-11-24/degu91a7si77sg9jqv.png"
|
src="https://static.shelingxingqiu.com/attachment/2025-11-24/degu91a7si77sg9jqv.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
@@ -247,10 +202,10 @@ const goCalibration = async () => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<text>{{ loading ? loadingText || "加载中..." : "若加载时间过长,请" }}</text>
|
<text>{{ loadingText || "加载中..." }}</text>
|
||||||
<button v-if="!loading" hover-class="none" @click="restart">点击这里重启</button>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<DeviceChargingDialog />
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -12,13 +12,13 @@ defineProps({
|
|||||||
const bubbleTypes = [
|
const bubbleTypes = [
|
||||||
"../../../static/long-bubble.png",
|
"../../../static/long-bubble.png",
|
||||||
"../../../static/long-bubble-middle.png",
|
"../../../static/long-bubble-middle.png",
|
||||||
"../../../static/long-bubble-tall.png",
|
"https://static.shelingxingqiu.com/shootmini/static/long-bubble-tall.png",
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<image src="../../../static/shooter.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/shooter.png" mode="widthFix" />
|
||||||
<view>
|
<view>
|
||||||
<image
|
<image
|
||||||
v-if="!noBg"
|
v-if="!noBg"
|
||||||
|
|||||||
@@ -27,22 +27,22 @@ const getContentHeight = () => {
|
|||||||
<view class="scale-in" :style="{ height: getContentHeight() }">
|
<view class="scale-in" :style="{ height: getContentHeight() }">
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'normal'"
|
v-if="mode === 'normal'"
|
||||||
src="../../../static/screen-hint-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/screen-hint-bg.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'tall'"
|
v-if="mode === 'tall'"
|
||||||
src="../../../static/coach-comment.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/coach-comment.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'square'"
|
v-if="mode === 'square'"
|
||||||
src="../../../static/prompt-bg-square.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/prompt-bg-square.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<image
|
<image
|
||||||
v-if="mode === 'small'"
|
v-if="mode === 'small'"
|
||||||
src="../../../static/finish-frame.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/finish-frame.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
@@ -51,8 +51,13 @@ onBeforeUnmount(() => {
|
|||||||
async function onReceiveMessage(msg) {
|
async function onReceiveMessage(msg) {
|
||||||
if (Array.isArray(msg)) return;
|
if (Array.isArray(msg)) return;
|
||||||
if (msg.type === MESSAGETYPESV2.TestDistance) {
|
if (msg.type === MESSAGETYPESV2.TestDistance) {
|
||||||
distance.value = Number((msg.shootData.distance / 100).toFixed(2));
|
const rawDistance = Number(msg.shootData?.distance);
|
||||||
if (distance.value >= 5) audioManager.play("距离合格");
|
distance.value = Number.isFinite(rawDistance)
|
||||||
|
? Number((rawDistance / 100).toFixed(2))
|
||||||
|
: 0;
|
||||||
|
if (rawDistance === 0) {
|
||||||
|
audioManager.play("未发现靶纸,请瞄准靶纸射箭");
|
||||||
|
} else if (distance.value >= 5) audioManager.play("距离合格");
|
||||||
else audioManager.play("距离不足");
|
else audioManager.play("距离不足");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -111,9 +116,9 @@ onBeforeUnmount(() => {
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="isBattle" class="ready-timer">
|
<view v-if="isBattle" class="ready-timer">
|
||||||
<image src="../../../static/test-tip.png" mode="widthFix" />
|
<image src="https://static.shelingxingqiu.com/shootmini/static/test-tip.png" mode="widthFix" />
|
||||||
<view v-if="count >= 0">
|
<view v-if="count >= 0">
|
||||||
<text>具体正式比赛还有</text>
|
<text>距离正式比赛还有</text>
|
||||||
<text>{{ count }}</text>
|
<text>{{ count }}</text>
|
||||||
<text>秒</text>
|
<text>秒</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
+276
-80
@@ -13,8 +13,15 @@ import TeamAvatars from "./components/TeamAvatars.vue";
|
|||||||
import ShootProgress2 from "./components/ShootProgress2.vue";
|
import ShootProgress2 from "./components/ShootProgress2.vue";
|
||||||
import SModal from "./components/SModal.vue";
|
import SModal from "./components/SModal.vue";
|
||||||
import { laserCloseAPI, getBattleAPI } from "@/apis";
|
import { laserCloseAPI, getBattleAPI } from "@/apis";
|
||||||
|
import {
|
||||||
|
closeMatchWebSocket,
|
||||||
|
connectMatchWebSocket,
|
||||||
|
MATCH_WS_AUDIO_ACK_EVENT,
|
||||||
|
MATCH_WS_STATE_EVENT,
|
||||||
|
} from "@/matchWebsocket";
|
||||||
import { MESSAGETYPESV2 } from "@/constants";
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
import { getDirectionText } from "@/util";
|
import { getDirectionText, getInvalidShotAudioKey } from "@/util";
|
||||||
|
import { takeMatchReturnSnapshot } from "@/utils/matchReturn";
|
||||||
import audioManager, {
|
import audioManager, {
|
||||||
AUDIO_INTERRUPTION_BEGIN_EVENT,
|
AUDIO_INTERRUPTION_BEGIN_EVENT,
|
||||||
AUDIO_INTERRUPTION_END_EVENT,
|
AUDIO_INTERRUPTION_END_EVENT,
|
||||||
@@ -26,7 +33,7 @@ const store = useStore();
|
|||||||
const { user, online } = storeToRefs(store);
|
const { user, online } = storeToRefs(store);
|
||||||
|
|
||||||
const DEFAULT_SHOOT_TIME = 15;
|
const DEFAULT_SHOOT_TIME = 15;
|
||||||
const READY_SECONDS = 15;
|
const DEFAULT_READY_TIME = 15;
|
||||||
const READY_TIMER_EMIT_DELAY = 200;
|
const READY_TIMER_EMIT_DELAY = 200;
|
||||||
const RESTORE_DELAY = 300;
|
const RESTORE_DELAY = 300;
|
||||||
const RESTORE_EMPTY_ID_RETRY_DELAY = 50;
|
const RESTORE_EMPTY_ID_RETRY_DELAY = 50;
|
||||||
@@ -41,7 +48,14 @@ const AUDIO_TIMEOUT_PER_KEY = 2600;
|
|||||||
const AUDIO_TIMEOUT_MAX = 12000;
|
const AUDIO_TIMEOUT_MAX = 12000;
|
||||||
const BATTLE_CANCEL_RETURN_DELAY = 2000;
|
const BATTLE_CANCEL_RETURN_DELAY = 2000;
|
||||||
const ROUND_AUDIO_NAMES = ["一", "二", "三", "四", "五"];
|
const ROUND_AUDIO_NAMES = ["一", "二", "三", "四", "五"];
|
||||||
const X_RING_STREAKS_KEY = "team-battle-x-ring-streaks";
|
const MATCH_READY_SNAPSHOT_PREFIX = "match-ready-snapshot:";
|
||||||
|
const MATCH_STATUS_BY_TEXT = {
|
||||||
|
MATCH_STATUS_READY: 0,
|
||||||
|
MATCH_STATUS_STARTED: 1,
|
||||||
|
MATCH_STATUS_END: 2,
|
||||||
|
MATCH_STATUS_TIMEOUT: 3,
|
||||||
|
MATCH_STATUS_UNEXPECTEDLY: 4,
|
||||||
|
};
|
||||||
const PROGRESS_ZERO_EVENT = "team-battle-progress-zero";
|
const PROGRESS_ZERO_EVENT = "team-battle-progress-zero";
|
||||||
const COUNTDOWN_READY_EVENT = "team-battle-countdown-ready";
|
const COUNTDOWN_READY_EVENT = "team-battle-countdown-ready";
|
||||||
|
|
||||||
@@ -67,9 +81,9 @@ const showRoundTip = ref(false);
|
|||||||
const isFinalShoot = ref(false);
|
const isFinalShoot = ref(false);
|
||||||
const matchStatus = ref(undefined);
|
const matchStatus = ref(undefined);
|
||||||
const shootTimeTotal = ref(DEFAULT_SHOOT_TIME);
|
const shootTimeTotal = ref(DEFAULT_SHOOT_TIME);
|
||||||
|
const readyTime = ref(DEFAULT_READY_TIME);
|
||||||
const showOfflineModal = ref(false);
|
const showOfflineModal = ref(false);
|
||||||
const restoreLoading = ref(false);
|
const restoreLoading = ref(false);
|
||||||
const xRingStreaks = ref({});
|
|
||||||
|
|
||||||
// 消息队列:只保存“待执行”的战况消息,页面展示统一由队列串行驱动。
|
// 消息队列:只保存“待执行”的战况消息,页面展示统一由队列串行驱动。
|
||||||
const battleQueue = ref([]);
|
const battleQueue = ref([]);
|
||||||
@@ -89,6 +103,10 @@ let restoreLoadingTimer = null;
|
|||||||
let pendingRoundAudio = false;
|
let pendingRoundAudio = false;
|
||||||
// 一旦收到 BattleEnd,后续普通消息就不再进入队列。
|
// 一旦收到 BattleEnd,后续普通消息就不再进入队列。
|
||||||
let battleEnded = false;
|
let battleEnded = false;
|
||||||
|
let battleEndTaskRunning = false;
|
||||||
|
let resultNavigationPending = false;
|
||||||
|
let skipNextRestoreOnShow = false;
|
||||||
|
let pendingReturnSnapshot = null;
|
||||||
const handledMessageKeys = new Set();
|
const handledMessageKeys = new Set();
|
||||||
const handledMessageKeyOrder = [];
|
const handledMessageKeyOrder = [];
|
||||||
const queuedMessageKeys = new Set();
|
const queuedMessageKeys = new Set();
|
||||||
@@ -108,27 +126,88 @@ watch(online, (newVal, oldVal) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 统一把秒级或毫秒级时间戳转成毫秒,方便和本机时间比较。
|
// 统一把秒级或毫秒级时间戳转成毫秒,方便和本机时间比较。
|
||||||
function loadXRingStreaks() {
|
|
||||||
const cached = uni.getStorageSync(X_RING_STREAKS_KEY);
|
|
||||||
xRingStreaks.value =
|
|
||||||
cached && typeof cached === "object" && !Array.isArray(cached) ? cached : {};
|
|
||||||
}
|
|
||||||
|
|
||||||
function saveXRingStreaks() {
|
|
||||||
uni.setStorageSync(X_RING_STREAKS_KEY, xRingStreaks.value);
|
|
||||||
}
|
|
||||||
|
|
||||||
function clearXRingStreaks() {
|
|
||||||
xRingStreaks.value = {};
|
|
||||||
uni.removeStorageSync(X_RING_STREAKS_KEY);
|
|
||||||
}
|
|
||||||
|
|
||||||
function normalizeTimestamp(value) {
|
function normalizeTimestamp(value) {
|
||||||
const numberValue = Number(value || 0);
|
const numberValue = Number(value || 0);
|
||||||
if (!numberValue) return 0;
|
if (!numberValue) return 0;
|
||||||
return numberValue < 1000000000000 ? numberValue * 1000 : numberValue;
|
return numberValue < 1000000000000 ? numberValue * 1000 : numberValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getReadyTime(battleInfo) {
|
||||||
|
const value = Number(battleInfo?.readyTime);
|
||||||
|
return Number.isFinite(value) && value > 0 ? value : DEFAULT_READY_TIME;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getReadyRemainingSeconds(battleInfo) {
|
||||||
|
const total = getReadyTime(battleInfo);
|
||||||
|
const countdownStartTime = normalizeTimestamp(battleInfo?.countdownStartTime);
|
||||||
|
if (!countdownStartTime) return total;
|
||||||
|
|
||||||
|
const elapsed = Math.max(0, (Date.now() - countdownStartTime) / 1000);
|
||||||
|
return Math.max(0, total - elapsed);
|
||||||
|
}
|
||||||
|
|
||||||
|
function getReadySnapshotKey(matchId) {
|
||||||
|
return `${MATCH_READY_SNAPSHOT_PREFIX}${String(matchId || "")}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function normalizeBattleInfo(battleInfo) {
|
||||||
|
if (!battleInfo || typeof battleInfo !== "object") return battleInfo;
|
||||||
|
|
||||||
|
const statusText = battleInfo.statusText || battleInfo.status_text;
|
||||||
|
if (
|
||||||
|
(battleInfo.status === undefined ||
|
||||||
|
battleInfo.status === null ||
|
||||||
|
battleInfo.status === "") &&
|
||||||
|
MATCH_STATUS_BY_TEXT[statusText] !== undefined
|
||||||
|
) {
|
||||||
|
return {
|
||||||
|
...battleInfo,
|
||||||
|
status: MATCH_STATUS_BY_TEXT[statusText],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
return battleInfo;
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasKnownStatus(battleInfo) {
|
||||||
|
return !(
|
||||||
|
battleInfo?.status === undefined ||
|
||||||
|
battleInfo?.status === null ||
|
||||||
|
battleInfo?.status === ""
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasStartedSnapshot(battleInfo) {
|
||||||
|
if (hasKnownStatus(battleInfo)) return Number(battleInfo.status) !== 0;
|
||||||
|
|
||||||
|
const current = battleInfo?.current || {};
|
||||||
|
return !!(
|
||||||
|
current.playerId ||
|
||||||
|
current.startTime ||
|
||||||
|
current.round ||
|
||||||
|
(Array.isArray(battleInfo?.rounds) && battleInfo.rounds.length)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function takeReadySnapshot(matchId) {
|
||||||
|
const key = getReadySnapshotKey(matchId);
|
||||||
|
const snapshot = uni.getStorageSync(key);
|
||||||
|
if (snapshot) uni.removeStorageSync(key);
|
||||||
|
return normalizeBattleInfo(snapshot);
|
||||||
|
}
|
||||||
|
|
||||||
|
function reconnectMatchServer(battleInfo) {
|
||||||
|
const status = Number(battleInfo?.status);
|
||||||
|
if ([2, 3, 4].includes(status)) return;
|
||||||
|
if (!battleInfo?.serverAddr) return;
|
||||||
|
|
||||||
|
connectMatchWebSocket({
|
||||||
|
serverAddr: battleInfo.serverAddr,
|
||||||
|
matchId: battleInfo.matchId || battleId.value,
|
||||||
|
userId: user.value.id,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
// 从不同消息结构中提取服务端时间,作为恢复和去重的时间基准。
|
// 从不同消息结构中提取服务端时间,作为恢复和去重的时间基准。
|
||||||
function getServerTime(message) {
|
function getServerTime(message) {
|
||||||
return normalizeTimestamp(
|
return normalizeTimestamp(
|
||||||
@@ -289,6 +368,10 @@ function hideRestoreLoading() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showRestoreLoading() {
|
function showRestoreLoading() {
|
||||||
|
if (start.value === false) {
|
||||||
|
hideRestoreLoading();
|
||||||
|
return;
|
||||||
|
}
|
||||||
clearRestoreLoadingTimer();
|
clearRestoreLoadingTimer();
|
||||||
restoreLoading.value = true;
|
restoreLoading.value = true;
|
||||||
restoreLoadingTimer = setTimeout(() => {
|
restoreLoadingTimer = setTimeout(() => {
|
||||||
@@ -297,6 +380,16 @@ function showRestoreLoading() {
|
|||||||
}, RESTORE_LOADING_TIMEOUT);
|
}, RESTORE_LOADING_TIMEOUT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 终局开始后作废恢复请求,避免恢复遮罩与结算跳转抢占画面。
|
||||||
|
function cancelPendingBattleRestore() {
|
||||||
|
restoreGeneration += 1;
|
||||||
|
if (pendingRestoreTimer) {
|
||||||
|
clearTimeout(pendingRestoreTimer);
|
||||||
|
pendingRestoreTimer = null;
|
||||||
|
}
|
||||||
|
hideRestoreLoading();
|
||||||
|
}
|
||||||
|
|
||||||
// 页面重置、离开或恢复快照时调用,统一清理队列、等待器、音频和进度条。
|
// 页面重置、离开或恢复快照时调用,统一清理队列、等待器、音频和进度条。
|
||||||
function invalidateBattleQueue({ stopAudio = false, stopProgress = false } = {}) {
|
function invalidateBattleQueue({ stopAudio = false, stopProgress = false } = {}) {
|
||||||
// 提升队列代际并清空待执行消息,确保恢复快照时不会继续跑旧战况。
|
// 提升队列代际并清空待执行消息,确保恢复快照时不会继续跑旧战况。
|
||||||
@@ -316,7 +409,10 @@ function invalidateBattleQueue({ stopAudio = false, stopProgress = false } = {})
|
|||||||
function enqueueBattleMessage(message) {
|
function enqueueBattleMessage(message) {
|
||||||
if (Array.isArray(message) || !message?.type) return;
|
if (Array.isArray(message) || !message?.type) return;
|
||||||
if (battleEnded && message.type !== MESSAGETYPESV2.BattleEnd) return;
|
if (battleEnded && message.type !== MESSAGETYPESV2.BattleEnd) return;
|
||||||
if (message.type === MESSAGETYPESV2.BattleEnd) battleEnded = true;
|
if (message.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
|
battleEnded = true;
|
||||||
|
cancelPendingBattleRestore();
|
||||||
|
}
|
||||||
|
|
||||||
if (message.type === MESSAGETYPESV2.InvalidShot) {
|
if (message.type === MESSAGETYPESV2.InvalidShot) {
|
||||||
const receivedAt = Date.now();
|
const receivedAt = Date.now();
|
||||||
@@ -391,7 +487,9 @@ async function executeBattleTask(task, runId) {
|
|||||||
if (!task || !isQueueAlive(runId)) return;
|
if (!task || !isQueueAlive(runId)) return;
|
||||||
const type = task.type;
|
const type = task.type;
|
||||||
|
|
||||||
if (type === MESSAGETYPESV2.BattleStart) {
|
if (type === MESSAGETYPESV2.AboutToStart) {
|
||||||
|
applyBattleSnapshot(task.message, { restore: true });
|
||||||
|
} else if (type === MESSAGETYPESV2.BattleStart) {
|
||||||
await runBattleStartTask(task, runId);
|
await runBattleStartTask(task, runId);
|
||||||
} else if (type === MESSAGETYPESV2.ToSomeoneShoot) {
|
} else if (type === MESSAGETYPESV2.ToSomeoneShoot) {
|
||||||
await runToSomeoneShootTask(task, runId);
|
await runToSomeoneShootTask(task, runId);
|
||||||
@@ -402,7 +500,7 @@ async function executeBattleTask(task, runId) {
|
|||||||
} else if (type === MESSAGETYPESV2.BattleEnd) {
|
} else if (type === MESSAGETYPESV2.BattleEnd) {
|
||||||
await runBattleEndTask(task, runId);
|
await runBattleEndTask(task, runId);
|
||||||
} else if (type === MESSAGETYPESV2.InvalidShot) {
|
} else if (type === MESSAGETYPESV2.InvalidShot) {
|
||||||
await runInvalidShotTask(runId);
|
await runInvalidShotTask(task, runId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -448,6 +546,24 @@ function onAudioEnded(key) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function notifyMatchAudioAck(task) {
|
||||||
|
const message = task?.message;
|
||||||
|
if (
|
||||||
|
message?.sequence === undefined ||
|
||||||
|
message?.sequence === null ||
|
||||||
|
message?.sequence === ""
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
uni.$emit(MATCH_WS_AUDIO_ACK_EVENT, {
|
||||||
|
matchId: message.matchId || battleId.value,
|
||||||
|
sequence: message.sequence,
|
||||||
|
matchWsType: message.matchWsType,
|
||||||
|
matchWsTypeName: message.matchWsTypeName,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
function handleBattleCovered() {
|
function handleBattleCovered() {
|
||||||
if (pendingRestoreTimer) {
|
if (pendingRestoreTimer) {
|
||||||
clearTimeout(pendingRestoreTimer);
|
clearTimeout(pendingRestoreTimer);
|
||||||
@@ -462,6 +578,11 @@ function handleBattleRecovered() {
|
|||||||
scheduleRestoreLatestBattle();
|
scheduleRestoreLatestBattle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function closeBattleServer(reason) {
|
||||||
|
if (battleEnded) return;
|
||||||
|
closeMatchWebSocket({ reason });
|
||||||
|
}
|
||||||
|
|
||||||
// 队伍信息优先用接口返回值;接口缺失时使用本地缓存,避免重进页面时头像为空。
|
// 队伍信息优先用接口返回值;接口缺失时使用本地缓存,避免重进页面时头像为空。
|
||||||
function loadTeamPlayers(teamInfo, storageKey) {
|
function loadTeamPlayers(teamInfo, storageKey) {
|
||||||
if (Array.isArray(teamInfo?.players)) return [...teamInfo.players];
|
if (Array.isArray(teamInfo?.players)) return [...teamInfo.players];
|
||||||
@@ -526,6 +647,7 @@ function applyRestoreNewRoundSnapshot(battleInfo) {
|
|||||||
|
|
||||||
// 回填比赛基础信息:队伍、比分、轮次、金箭状态等公共字段都在这里统一处理。
|
// 回填比赛基础信息:队伍、比分、轮次、金箭状态等公共字段都在这里统一处理。
|
||||||
function applyBattleBase(battleInfo) {
|
function applyBattleBase(battleInfo) {
|
||||||
|
battleInfo = normalizeBattleInfo(battleInfo);
|
||||||
if (!battleInfo) return;
|
if (!battleInfo) return;
|
||||||
if (battleInfo.matchId) battleId.value = battleInfo.matchId;
|
if (battleInfo.matchId) battleId.value = battleInfo.matchId;
|
||||||
if (battleInfo.status !== undefined) {
|
if (battleInfo.status !== undefined) {
|
||||||
@@ -656,7 +778,7 @@ function getBackendRemainingSeconds(battleInfo, total) {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 计算当前倒计时剩余秒数:后端字段优先,其次按开始时间和当前时间补算。
|
// 计算当前倒计时剩余秒数:后端字段优先,其次按 ACK 时间和当前时间补算。
|
||||||
function getRemainingSeconds(battleInfo, task, options = {}) {
|
function getRemainingSeconds(battleInfo, task, options = {}) {
|
||||||
const total = getShootTimeSeconds(battleInfo);
|
const total = getShootTimeSeconds(battleInfo);
|
||||||
const backendRemain = getBackendRemainingSeconds(battleInfo, total);
|
const backendRemain = getBackendRemainingSeconds(battleInfo, total);
|
||||||
@@ -664,8 +786,9 @@ function getRemainingSeconds(battleInfo, task, options = {}) {
|
|||||||
// 新轮首箭由后端 shootTime 定完整时长;没有明确剩余时间时,不扣前端轮次弹窗/语音耗时。
|
// 新轮首箭由后端 shootTime 定完整时长;没有明确剩余时间时,不扣前端轮次弹窗/语音耗时。
|
||||||
if (options.fullDurationIfNoBackendRemain) return total;
|
if (options.fullDurationIfNoBackendRemain) return total;
|
||||||
|
|
||||||
const startTime = normalizeTimestamp(battleInfo?.current?.startTime);
|
const ackTime = normalizeTimestamp(battleInfo?.current?.ackTime);
|
||||||
if (!startTime) return total;
|
console.log(11111111111111111111111111,ackTime)
|
||||||
|
if (!ackTime) return total;
|
||||||
|
|
||||||
// 后端时间是准的,前端只根据语音耗时和接收延迟做近似补偿。
|
// 后端时间是准的,前端只根据语音耗时和接收延迟做近似补偿。
|
||||||
// 但回前台的 API 快照不一定带“当前后端时间”,恢复场景优先用本机当前时间计算最新剩余秒数。
|
// 但回前台的 API 快照不一定带“当前后端时间”,恢复场景优先用本机当前时间计算最新剩余秒数。
|
||||||
@@ -674,7 +797,8 @@ function getRemainingSeconds(battleInfo, task, options = {}) {
|
|||||||
: task?.serverTime || getServerTime(battleInfo) || Date.now();
|
: task?.serverTime || getServerTime(battleInfo) || Date.now();
|
||||||
const waitAfterReceive = task?.serverTime ? Date.now() - task.receivedAt : 0;
|
const waitAfterReceive = task?.serverTime ? Date.now() - task.receivedAt : 0;
|
||||||
const effectiveNow = anchorTime + waitAfterReceive;
|
const effectiveNow = anchorTime + waitAfterReceive;
|
||||||
const elapsed = Math.max(0, (effectiveNow - startTime) / 1000);
|
const elapsed = Math.max(0, (effectiveNow - ackTime) / 1000);
|
||||||
|
console.log('剩余:', elapsed, waitAfterReceive, Math.max(0, Math.min(total, total - elapsed)))
|
||||||
return Math.max(0, Math.min(total, total - elapsed));
|
return Math.max(0, Math.min(total, total - elapsed));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -723,6 +847,7 @@ function stopProgressAfterMount() {
|
|||||||
// 待开局状态:清理比赛态展示,并恢复准备倒计时。
|
// 待开局状态:清理比赛态展示,并恢复准备倒计时。
|
||||||
function applyReadyState(battleInfo) {
|
function applyReadyState(battleInfo) {
|
||||||
hideRestoreLoading();
|
hideRestoreLoading();
|
||||||
|
readyTime.value = getReadyTime(battleInfo);
|
||||||
start.value = false;
|
start.value = false;
|
||||||
showRoundTip.value = false;
|
showRoundTip.value = false;
|
||||||
currentShooterId.value = 0;
|
currentShooterId.value = 0;
|
||||||
@@ -734,17 +859,15 @@ function applyReadyState(battleInfo) {
|
|||||||
clearProgressZeroWaiters();
|
clearProgressZeroWaiters();
|
||||||
cancelRoundTipDisplay();
|
cancelRoundTipDisplay();
|
||||||
|
|
||||||
const createTime = normalizeTimestamp(battleInfo?.createTime || Date.now());
|
|
||||||
const readyElapsed = (Date.now() - createTime) / 1000;
|
|
||||||
if (readyElapsed > 0 && readyElapsed < READY_SECONDS) {
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
uni.$emit("update-timer", READY_SECONDS - readyElapsed - 0.2);
|
uni.$emit("update-timer", getReadyRemainingSeconds(battleInfo));
|
||||||
}, READY_TIMER_EMIT_DELAY);
|
}, READY_TIMER_EMIT_DELAY);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 快照恢复入口:只把页面拉到服务端最新状态,不重放已经发生过的语音。
|
// 快照恢复入口:只把页面拉到服务端最新状态,不重放已经发生过的语音。
|
||||||
function applyBattleSnapshot(battleInfo, { restore = false, restoreEventType = 0 } = {}) {
|
function applyBattleSnapshot(battleInfo, { restore = false, restoreEventType = 0 } = {}) {
|
||||||
|
battleInfo = normalizeBattleInfo(battleInfo);
|
||||||
|
if (!battleInfo) return;
|
||||||
// 快照恢复只负责“把页面拉回最新状态”,不重放历史语音。
|
// 快照恢复只负责“把页面拉回最新状态”,不重放历史语音。
|
||||||
applyBattleBase(battleInfo);
|
applyBattleBase(battleInfo);
|
||||||
if (battleInfo.status === 0) {
|
if (battleInfo.status === 0) {
|
||||||
@@ -752,6 +875,12 @@ function applyBattleSnapshot(battleInfo, { restore = false, restoreEventType = 0
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!hasStartedSnapshot(battleInfo)) {
|
||||||
|
hideRestoreLoading();
|
||||||
|
if (start.value === false) applyReadyState(battleInfo);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
start.value = true;
|
start.value = true;
|
||||||
showRoundTip.value = false;
|
showRoundTip.value = false;
|
||||||
|
|
||||||
@@ -787,12 +916,12 @@ function applyBattleSnapshot(battleInfo, { restore = false, restoreEventType = 0
|
|||||||
// 开局任务:切换到正式比赛态,并播报“比赛开始”。
|
// 开局任务:切换到正式比赛态,并播报“比赛开始”。
|
||||||
async function runBattleStartTask(task, runId) {
|
async function runBattleStartTask(task, runId) {
|
||||||
// 开赛任务只负责切换正式态并播“比赛开始”,后续进入队列顺序。
|
// 开赛任务只负责切换正式态并播“比赛开始”,后续进入队列顺序。
|
||||||
clearXRingStreaks();
|
|
||||||
applyBattleBase(task.message);
|
applyBattleBase(task.message);
|
||||||
start.value = true;
|
start.value = true;
|
||||||
pendingRoundAudio = true;
|
pendingRoundAudio = true;
|
||||||
updateShotInfo(task.message);
|
updateShotInfo(task.message);
|
||||||
await playAudioKeys("比赛开始", { interrupt: false });
|
await playAudioKeys("比赛开始", { interrupt: false });
|
||||||
|
notifyMatchAudioAck(task);
|
||||||
if (!isQueueAlive(runId)) return;
|
if (!isQueueAlive(runId)) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -846,11 +975,12 @@ async function runToSomeoneShootTask(task, runId) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
await audioPromise;
|
await audioPromise;
|
||||||
|
notifyMatchAudioAck(task);
|
||||||
if (!isQueueAlive(runId)) return;
|
if (!isQueueAlive(runId)) return;
|
||||||
|
|
||||||
const remainingSeconds = getRemainingSeconds(battleInfo, task, {
|
// 实时换人消息的倒计时由本条语音 ACK 驱动:后端收到 ACK 后才开始计时,
|
||||||
fullDurationIfNoBackendRemain: isRoundFirstShoot,
|
// 因此前端也应从完整 shootTime 启动,不能扣除消息排队及 tententen/提示语音耗时。
|
||||||
});
|
const remainingSeconds = getShootTimeSeconds(battleInfo);
|
||||||
const countdown = getCountdownPayload(remainingSeconds, shootTimeTotal.value);
|
const countdown = getCountdownPayload(remainingSeconds, shootTimeTotal.value);
|
||||||
markProgressDeadline(countdown);
|
markProgressDeadline(countdown);
|
||||||
uni.$emit("update-remain", {
|
uni.$emit("update-remain", {
|
||||||
@@ -861,29 +991,6 @@ async function runToSomeoneShootTask(task, runId) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function isTenPlusRing(shot) {
|
|
||||||
return !!(shot?.ringX || Number(shot?.ring) >= 10);
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateXRingStreak(shooterId, isTenPlusRingShot) {
|
|
||||||
if (!shooterId) return false;
|
|
||||||
const id = String(shooterId);
|
|
||||||
if (!isTenPlusRingShot) {
|
|
||||||
xRingStreaks.value[id] = 0;
|
|
||||||
saveXRingStreaks();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
xRingStreaks.value[id] = (xRingStreaks.value[id] || 0) + 1;
|
|
||||||
if (xRingStreaks.value[id] < 3) {
|
|
||||||
saveXRingStreaks();
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
xRingStreaks.value[id] = 0;
|
|
||||||
saveXRingStreaks();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
function buildShootResultAudioKeys(shootData) {
|
function buildShootResultAudioKeys(shootData) {
|
||||||
if (!shootData) return [];
|
if (!shootData) return [];
|
||||||
const audioKeys = [
|
const audioKeys = [
|
||||||
@@ -892,6 +999,9 @@ function buildShootResultAudioKeys(shootData) {
|
|||||||
if (shootData.angle !== null && shootData.angle !== undefined) {
|
if (shootData.angle !== null && shootData.angle !== undefined) {
|
||||||
audioKeys.push(`向${getDirectionText(shootData.angle)}调整`);
|
audioKeys.push(`向${getDirectionText(shootData.angle)}调整`);
|
||||||
}
|
}
|
||||||
|
if (shootData.threeConsecutive10Rings === true) {
|
||||||
|
audioKeys.push("tententen");
|
||||||
|
}
|
||||||
return audioKeys;
|
return audioKeys;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -911,13 +1021,9 @@ async function runShootResultTask(task) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const isTententen = updateXRingStreak(
|
|
||||||
currentShooterId.value,
|
|
||||||
isTenPlusRing(battleInfo.shootData)
|
|
||||||
);
|
|
||||||
const audioKeys = buildShootResultAudioKeys(battleInfo.shootData);
|
const audioKeys = buildShootResultAudioKeys(battleInfo.shootData);
|
||||||
if (isTententen) audioKeys.push("tententen");
|
|
||||||
await playAudioKeys(audioKeys, { interrupt: false });
|
await playAudioKeys(audioKeys, { interrupt: false });
|
||||||
|
notifyMatchAudioAck(task);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 新回合任务:展示上一回合结算弹窗,弹窗关闭后再允许下一轮继续。
|
// 新回合任务:展示上一回合结算弹窗,弹窗关闭后再允许下一轮继续。
|
||||||
@@ -962,12 +1068,36 @@ async function runNewRoundTask(task, runId) {
|
|||||||
pendingRoundAudio = true;
|
pendingRoundAudio = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function navigateToBattleResultOnce(matchId) {
|
||||||
|
const targetMatchId = matchId || battleId.value;
|
||||||
|
if (!targetMatchId || resultNavigationPending) return false;
|
||||||
|
|
||||||
|
resultNavigationPending = true;
|
||||||
|
battleEnded = true;
|
||||||
|
cancelPendingBattleRestore();
|
||||||
|
|
||||||
|
uni.redirectTo({
|
||||||
|
url: `/pages/friend-battle-result?battleId=${targetMatchId}`,
|
||||||
|
fail: (err) => {
|
||||||
|
resultNavigationPending = false;
|
||||||
|
console.log("navigate to battle result failed:", err);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
// 终局任务:播放结束语音后,根据状态跳结果页或返回上一页。
|
// 终局任务:播放结束语音后,根据状态跳结果页或返回上一页。
|
||||||
async function runBattleEndTask(task, runId) {
|
async function runBattleEndTask(task, runId) {
|
||||||
|
if (resultNavigationPending) {
|
||||||
|
notifyMatchAudioAck(task);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
battleEndTaskRunning = true;
|
||||||
|
try {
|
||||||
const battleInfo = task.message;
|
const battleInfo = task.message;
|
||||||
applyBattleBase(battleInfo);
|
applyBattleBase(battleInfo);
|
||||||
battleEnded = true;
|
battleEnded = true;
|
||||||
clearXRingStreaks();
|
|
||||||
matchStatus.value = battleInfo.status;
|
matchStatus.value = battleInfo.status;
|
||||||
if (battleInfo.status === 4) {
|
if (battleInfo.status === 4) {
|
||||||
showRoundTip.value = true;
|
showRoundTip.value = true;
|
||||||
@@ -977,32 +1107,51 @@ async function runBattleEndTask(task, runId) {
|
|||||||
|
|
||||||
// 终局语音必须完整播完,再决定跳转或返回。
|
// 终局语音必须完整播完,再决定跳转或返回。
|
||||||
await playAudioKeys("比赛结束", { interrupt: false, timeout: AUDIO_TIMEOUT_MAX });
|
await playAudioKeys("比赛结束", { interrupt: false, timeout: AUDIO_TIMEOUT_MAX });
|
||||||
|
notifyMatchAudioAck(task);
|
||||||
if (!isQueueAlive(runId)) return;
|
if (!isQueueAlive(runId)) return;
|
||||||
|
|
||||||
if (matchStatus.value === 2) {
|
if (matchStatus.value === 2) {
|
||||||
uni.redirectTo({
|
navigateToBattleResultOnce(battleId.value);
|
||||||
url: `/pages/friend-battle-result?battleId=${battleId.value}`,
|
|
||||||
});
|
|
||||||
} else if (matchStatus.value === 4) {
|
} else if (matchStatus.value === 4) {
|
||||||
|
const roomNumber = battleInfo.roomId || store.game.roomNumber || store.game.roomID;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
if (roomNumber) {
|
||||||
|
uni.redirectTo({
|
||||||
|
url: `/pages/battle-room?roomNumber=${encodeURIComponent(roomNumber)}&fromResult=1`,
|
||||||
|
});
|
||||||
|
} else {
|
||||||
uni.navigateBack();
|
uni.navigateBack();
|
||||||
|
}
|
||||||
}, BATTLE_CANCEL_RETURN_DELAY);
|
}, BATTLE_CANCEL_RETURN_DELAY);
|
||||||
}
|
}
|
||||||
|
} finally {
|
||||||
|
battleEndTaskRunning = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 无效射击任务:弹 toast 并播报无效射击,不修改比赛主状态。
|
// 无效射击任务:弹 toast 并播报无效射击,不修改比赛主状态。
|
||||||
async function runInvalidShotTask(runId) {
|
async function runInvalidShotTask(task, runId) {
|
||||||
if (!isQueueAlive(runId)) return;
|
if (!isQueueAlive(runId)) return;
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: "距离不足,无效",
|
title: "距离不足,无效",
|
||||||
icon: "none",
|
icon: "none",
|
||||||
});
|
});
|
||||||
await playAudioKeys("射击无效", { interrupt: false });
|
await playAudioKeys(getInvalidShotAudioKey(task.message?.shootData), {
|
||||||
|
interrupt: false,
|
||||||
|
});
|
||||||
|
notifyMatchAudioAck(task);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 回前台恢复入口:拉取服务端快照,处理结束态,然后继续消费增量队列。
|
// 回前台恢复入口:拉取服务端快照,处理结束态,然后继续消费增量队列。
|
||||||
async function restoreLatestBattle() {
|
async function restoreLatestBattle() {
|
||||||
if (!battleId.value) return;
|
if (
|
||||||
|
!battleId.value ||
|
||||||
|
battleEnded ||
|
||||||
|
battleEndTaskRunning ||
|
||||||
|
resultNavigationPending
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const currentRestoreId = ++restoreGeneration;
|
const currentRestoreId = ++restoreGeneration;
|
||||||
showRestoreLoading();
|
showRestoreLoading();
|
||||||
|
|
||||||
@@ -1016,6 +1165,7 @@ async function restoreLatestBattle() {
|
|||||||
console.log("restore latest battle failed:", err);
|
console.log("restore latest battle failed:", err);
|
||||||
}
|
}
|
||||||
if (currentRestoreId !== restoreGeneration) return;
|
if (currentRestoreId !== restoreGeneration) return;
|
||||||
|
result = normalizeBattleInfo(result);
|
||||||
if (!result) {
|
if (!result) {
|
||||||
hideRestoreLoading();
|
hideRestoreLoading();
|
||||||
runBattleQueue();
|
runBattleQueue();
|
||||||
@@ -1031,16 +1181,12 @@ async function restoreLatestBattle() {
|
|||||||
const restoreEventType = Number(result?.eventType || 0);
|
const restoreEventType = Number(result?.eventType || 0);
|
||||||
|
|
||||||
if (result.status === 2) {
|
if (result.status === 2) {
|
||||||
clearXRingStreaks();
|
|
||||||
hideRestoreLoading();
|
hideRestoreLoading();
|
||||||
uni.redirectTo({
|
battleEnded = true;
|
||||||
url: `/pages/friend-battle-result?battleId=${result.matchId}`,
|
if (!battleEndTaskRunning) navigateToBattleResultOnce(result.matchId);
|
||||||
});
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (result.status === 4) {
|
reconnectMatchServer(result);
|
||||||
clearXRingStreaks();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (restoreEventType === MESSAGETYPESV2.NewRound) {
|
if (restoreEventType === MESSAGETYPESV2.NewRound) {
|
||||||
const prevRound = getRestorePrevRound(result);
|
const prevRound = getRestorePrevRound(result);
|
||||||
@@ -1070,6 +1216,8 @@ async function restoreLatestBattle() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function scheduleRestoreLatestBattle() {
|
function scheduleRestoreLatestBattle() {
|
||||||
|
if (battleEnded || battleEndTaskRunning || resultNavigationPending) return;
|
||||||
|
|
||||||
if (pendingRestoreTimer) {
|
if (pendingRestoreTimer) {
|
||||||
clearTimeout(pendingRestoreTimer);
|
clearTimeout(pendingRestoreTimer);
|
||||||
pendingRestoreTimer = null;
|
pendingRestoreTimer = null;
|
||||||
@@ -1086,6 +1234,18 @@ function scheduleRestoreLatestBattle() {
|
|||||||
}, RESTORE_EMPTY_ID_RETRY_DELAY);
|
}, RESTORE_EMPTY_ID_RETRY_DELAY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function onMatchSocketState(event) {
|
||||||
|
if (event?.state !== "open" || event?.reconnected !== true) return;
|
||||||
|
if (
|
||||||
|
event.matchId &&
|
||||||
|
battleId.value &&
|
||||||
|
String(event.matchId) !== String(battleId.value)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
scheduleRestoreLatestBattle();
|
||||||
|
}
|
||||||
|
|
||||||
// 页面统一的 socket 回调,只负责把消息送进战况队列。
|
// 页面统一的 socket 回调,只负责把消息送进战况队列。
|
||||||
function onReceiveMessage(message) {
|
function onReceiveMessage(message) {
|
||||||
enqueueBattleMessage(message);
|
enqueueBattleMessage(message);
|
||||||
@@ -1094,10 +1254,13 @@ function onReceiveMessage(message) {
|
|||||||
// 新对局入口:彻底清空上一局残留的状态、队列和缓存。
|
// 新对局入口:彻底清空上一局残留的状态、队列和缓存。
|
||||||
onLoad((options) => {
|
onLoad((options) => {
|
||||||
console.log('重新进入了')
|
console.log('重新进入了')
|
||||||
|
const returnSnapshot = options.fromReturn ? takeMatchReturnSnapshot() : null;
|
||||||
|
pendingReturnSnapshot = returnSnapshot;
|
||||||
|
skipNextRestoreOnShow = false;
|
||||||
// 新对局入口:把所有会串场的状态、队列、时间戳和缓存一次性清空。
|
// 新对局入口:把所有会串场的状态、队列、时间戳和缓存一次性清空。
|
||||||
start.value = null;
|
start.value = null;
|
||||||
tips.value = "";
|
tips.value = "";
|
||||||
battleId.value = options.battleId || "";
|
battleId.value = returnSnapshot?.matchId || options.battleId || "";
|
||||||
currentRound.value = 0;
|
currentRound.value = 0;
|
||||||
roundTipRound.value = 0;
|
roundTipRound.value = 0;
|
||||||
goldenRound.value = 0;
|
goldenRound.value = 0;
|
||||||
@@ -1117,7 +1280,6 @@ onLoad((options) => {
|
|||||||
shootTimeTotal.value = DEFAULT_SHOOT_TIME;
|
shootTimeTotal.value = DEFAULT_SHOOT_TIME;
|
||||||
showOfflineModal.value = false;
|
showOfflineModal.value = false;
|
||||||
hideRestoreLoading();
|
hideRestoreLoading();
|
||||||
loadXRingStreaks();
|
|
||||||
queueGeneration += 1;
|
queueGeneration += 1;
|
||||||
battleQueue.value = [];
|
battleQueue.value = [];
|
||||||
queueRunning.value = false;
|
queueRunning.value = false;
|
||||||
@@ -1126,6 +1288,8 @@ onLoad((options) => {
|
|||||||
restoreGeneration += 1;
|
restoreGeneration += 1;
|
||||||
pendingRoundAudio = false;
|
pendingRoundAudio = false;
|
||||||
battleEnded = false;
|
battleEnded = false;
|
||||||
|
battleEndTaskRunning = false;
|
||||||
|
resultNavigationPending = false;
|
||||||
handledMessageKeys.clear();
|
handledMessageKeys.clear();
|
||||||
handledMessageKeyOrder.length = 0;
|
handledMessageKeyOrder.length = 0;
|
||||||
queuedMessageKeys.clear();
|
queuedMessageKeys.clear();
|
||||||
@@ -1135,6 +1299,15 @@ onLoad((options) => {
|
|||||||
store.updateShotInfo(0, 0);
|
store.updateShotInfo(0, 0);
|
||||||
store.updateTips("");
|
store.updateTips("");
|
||||||
latestShotFlash.value = null;
|
latestShotFlash.value = null;
|
||||||
|
if (returnSnapshot) {
|
||||||
|
skipNextRestoreOnShow = true;
|
||||||
|
showRestoreLoading();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const readySnapshot = takeReadySnapshot(battleId.value);
|
||||||
|
if (readySnapshot?.status === 0) {
|
||||||
|
applyBattleSnapshot(readySnapshot, { restore: true });
|
||||||
|
}
|
||||||
scheduleRestoreLatestBattle();
|
scheduleRestoreLatestBattle();
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1149,11 +1322,20 @@ onMounted(async () => {
|
|||||||
uni.$on(AUDIO_INTERRUPTION_END_EVENT, handleBattleRecovered);
|
uni.$on(AUDIO_INTERRUPTION_END_EVENT, handleBattleRecovered);
|
||||||
uni.$on(PROGRESS_ZERO_EVENT, onProgressZero);
|
uni.$on(PROGRESS_ZERO_EVENT, onProgressZero);
|
||||||
uni.$on(COUNTDOWN_READY_EVENT, hideRestoreLoading);
|
uni.$on(COUNTDOWN_READY_EVENT, hideRestoreLoading);
|
||||||
|
uni.$on(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
|
if (pendingReturnSnapshot) {
|
||||||
|
const returnSnapshot = pendingReturnSnapshot;
|
||||||
|
pendingReturnSnapshot = null;
|
||||||
|
reconnectMatchServer(returnSnapshot);
|
||||||
|
scheduleRestoreLatestBattle();
|
||||||
|
}
|
||||||
await laserCloseAPI();
|
await laserCloseAPI();
|
||||||
});
|
});
|
||||||
|
|
||||||
// 离开页面时清理监听、停止音频,并让当前队列整体失效。
|
// 离开页面时清理监听、停止音频,并让当前队列整体失效。
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
|
restoreGeneration += 1;
|
||||||
|
battleEndTaskRunning = false;
|
||||||
uni.setKeepScreenOn({
|
uni.setKeepScreenOn({
|
||||||
keepScreenOn: false,
|
keepScreenOn: false,
|
||||||
});
|
});
|
||||||
@@ -1161,12 +1343,15 @@ onBeforeUnmount(() => {
|
|||||||
uni.$off("audioEnded", onAudioEnded);
|
uni.$off("audioEnded", onAudioEnded);
|
||||||
uni.$off(PROGRESS_ZERO_EVENT, onProgressZero);
|
uni.$off(PROGRESS_ZERO_EVENT, onProgressZero);
|
||||||
uni.$off(COUNTDOWN_READY_EVENT, hideRestoreLoading);
|
uni.$off(COUNTDOWN_READY_EVENT, hideRestoreLoading);
|
||||||
|
uni.$off(MATCH_WS_STATE_EVENT, onMatchSocketState);
|
||||||
if (pendingRestoreTimer) {
|
if (pendingRestoreTimer) {
|
||||||
clearTimeout(pendingRestoreTimer);
|
clearTimeout(pendingRestoreTimer);
|
||||||
pendingRestoreTimer = null;
|
pendingRestoreTimer = null;
|
||||||
}
|
}
|
||||||
|
pendingReturnSnapshot = null;
|
||||||
hideRestoreLoading();
|
hideRestoreLoading();
|
||||||
invalidateBattleQueue({ stopAudio: true, stopProgress: true });
|
invalidateBattleQueue({ stopAudio: true, stopProgress: true });
|
||||||
|
closeBattleServer("team-battle-unmount");
|
||||||
console.log('onBeforeUnmount', '页面卸载前')
|
console.log('onBeforeUnmount', '页面卸载前')
|
||||||
audioManager.stopAll();
|
audioManager.stopAll();
|
||||||
uni.$off(AUDIO_INTERRUPTION_BEGIN_EVENT, handleBattleCovered);
|
uni.$off(AUDIO_INTERRUPTION_BEGIN_EVENT, handleBattleCovered);
|
||||||
@@ -1176,11 +1361,16 @@ onBeforeUnmount(() => {
|
|||||||
onHide(()=>{
|
onHide(()=>{
|
||||||
console.log('onHide', '页面大退')
|
console.log('onHide', '页面大退')
|
||||||
handleBattleCovered();
|
handleBattleCovered();
|
||||||
|
closeBattleServer("team-battle-hide");
|
||||||
})
|
})
|
||||||
|
|
||||||
// 每次回到前台都重新拉最新比赛快照,确保画面与后端一致。
|
// 每次回到前台都重新拉最新比赛快照,确保画面与后端一致。
|
||||||
onShow(() => {
|
onShow(() => {
|
||||||
console.log('onshow')
|
console.log('onshow')
|
||||||
|
if (skipNextRestoreOnShow) {
|
||||||
|
skipNextRestoreOnShow = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
scheduleRestoreLatestBattle();
|
scheduleRestoreLatestBattle();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@@ -1199,7 +1389,12 @@ onShow(() => {
|
|||||||
:blueTeam="blueTeam"
|
:blueTeam="blueTeam"
|
||||||
:winner="0"
|
:winner="0"
|
||||||
/>
|
/>
|
||||||
<TestDistance v-if="start === false" :guide="false" :isBattle="true"/>
|
<TestDistance
|
||||||
|
v-if="start === false"
|
||||||
|
:guide="false"
|
||||||
|
:isBattle="true"
|
||||||
|
:count="readyTime"
|
||||||
|
/>
|
||||||
<!-- 比赛进行中显示:左右队伍、进度条、靶面和底部比分。 -->
|
<!-- 比赛进行中显示:左右队伍、进度条、靶面和底部比分。 -->
|
||||||
<view v-if="start" class="players-row">
|
<view v-if="start" class="players-row">
|
||||||
<TeamAvatars
|
<TeamAvatars
|
||||||
@@ -1224,6 +1419,7 @@ onShow(() => {
|
|||||||
:latestShotFlash="latestShotFlash"
|
:latestShotFlash="latestShotFlash"
|
||||||
:redTeam="redTeam"
|
:redTeam="redTeam"
|
||||||
:blueTeam="blueTeam"
|
:blueTeam="blueTeam"
|
||||||
|
stable-shot-effect
|
||||||
/>
|
/>
|
||||||
<BattleFooter
|
<BattleFooter
|
||||||
v-if="start"
|
v-if="start"
|
||||||
|
|||||||
@@ -0,0 +1,134 @@
|
|||||||
|
<script setup>
|
||||||
|
import { computed } from "vue";
|
||||||
|
import AppBackground from "@/components/AppBackground.vue";
|
||||||
|
import Avatar from "@/components/Avatar.vue";
|
||||||
|
import BowTarget from "./BowTarget.vue";
|
||||||
|
import ScorePanel from "./ScorePanel.vue";
|
||||||
|
import useStore from "@/store";
|
||||||
|
import { storeToRefs } from "pinia";
|
||||||
|
const store = useStore();
|
||||||
|
const { user } = storeToRefs(store);
|
||||||
|
const isSvip = computed(() => user.value.sVip === true);
|
||||||
|
const isVip = computed(() => user.value.vip === true && !isSvip.value);
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
show: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
onClose: {
|
||||||
|
type: Function,
|
||||||
|
default: () => {},
|
||||||
|
},
|
||||||
|
arrows: {
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
},
|
||||||
|
total: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view class="container" :style="{ display: show ? 'flex' : 'none' }">
|
||||||
|
<AppBackground :type="10" />
|
||||||
|
<view class="header">
|
||||||
|
<view>
|
||||||
|
<Avatar :src="user.avatar" :rankLvl="user.rankLvl" :size="45" />
|
||||||
|
<view>
|
||||||
|
<view
|
||||||
|
:class="[
|
||||||
|
'header-nickname',
|
||||||
|
'member-nickname',
|
||||||
|
isVip ? 'member-nickname--vip' : '',
|
||||||
|
isSvip ? 'member-nickname--svip' : '',
|
||||||
|
]"
|
||||||
|
>
|
||||||
|
<text class="member-nickname__text">{{ user.nickName }}</text>
|
||||||
|
<text v-if="isSvip" class="member-nickname__shine">
|
||||||
|
{{ user.nickName }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<text>{{ user.lvlName }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view @click="onClose">
|
||||||
|
<image src="/static/close-white.png" mode="widthFix" />
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view :style="{ width: '100%', marginBottom: '20px' }">
|
||||||
|
<BowTarget :scores="arrows" :isSvip="isSvip" />
|
||||||
|
</view>
|
||||||
|
<view class="desc">
|
||||||
|
<text>{{ arrows.length }}</text>
|
||||||
|
<text>支箭,共</text>
|
||||||
|
<text>{{ arrows.reduce((a, b) => a + (b.ring || 0), 0) }}</text>
|
||||||
|
<text>环</text>
|
||||||
|
</view>
|
||||||
|
<ScorePanel
|
||||||
|
:completeEffect="false"
|
||||||
|
:rowCount="total === 12 ? 6 : 9"
|
||||||
|
:total="total"
|
||||||
|
:arrows="arrows"
|
||||||
|
:margin="total === 12 ? 4 : 1"
|
||||||
|
:fontSize="total === 12 ? 25 : 22"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
background-color: #232323;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
.header > view:first-child {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
.header > view:first-child > view:last-child {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
margin-left: 10px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.header-nickname {
|
||||||
|
max-width: 240rpx;
|
||||||
|
}
|
||||||
|
.header > view:first-child > view:last-child > text:last-child {
|
||||||
|
font-size: 10px;
|
||||||
|
background-color: #5f51ff;
|
||||||
|
padding: 2px 5px;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
.header > view:last-child > image {
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
|
.desc {
|
||||||
|
color: #fff;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
.desc > text:nth-child(2),
|
||||||
|
.desc > text:nth-child(4) {
|
||||||
|
color: #fed847;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,970 @@
|
|||||||
|
<script setup>
|
||||||
|
import {
|
||||||
|
computed,
|
||||||
|
getCurrentInstance,
|
||||||
|
nextTick,
|
||||||
|
onBeforeUnmount,
|
||||||
|
onMounted,
|
||||||
|
ref,
|
||||||
|
watch,
|
||||||
|
} from "vue";
|
||||||
|
import BowShotEffect from "@/components/BowShotEffect.vue";
|
||||||
|
import PointSwitcher from "@/components/PointSwitcher.vue";
|
||||||
|
import TargetCanvas from "@/components/TargetCanvas.vue";
|
||||||
|
|
||||||
|
import { MESSAGETYPES, MESSAGETYPESV2 } from "@/constants";
|
||||||
|
import { simulShootAPI, laserAimAPI, laserCloseAPI } from "@/apis";
|
||||||
|
import useStore from "@/store";
|
||||||
|
import { storeToRefs } from "pinia";
|
||||||
|
const store = useStore();
|
||||||
|
const { user, device } = storeToRefs(store);
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
currentRound: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
totalRound: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
scores: {
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
},
|
||||||
|
blueScores: {
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
},
|
||||||
|
isSvip: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
shotEffectToken: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
highlightRefreshToken: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
mode: {
|
||||||
|
type: String,
|
||||||
|
default: "solo", // solo 单排,team 双排
|
||||||
|
},
|
||||||
|
stop: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
coordinateRadius: {
|
||||||
|
type: Number,
|
||||||
|
default: 20,
|
||||||
|
},
|
||||||
|
hitRadiusPx: {
|
||||||
|
type: Number,
|
||||||
|
default: 2,
|
||||||
|
},
|
||||||
|
zoomHitRadiusPx: {
|
||||||
|
type: Number,
|
||||||
|
default: 5,
|
||||||
|
},
|
||||||
|
showCrosshair: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
sectorCount: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
activeSector: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
activeRing: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
showSectorLabels: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
stableShotEffect: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits(["shot-effect-complete"]);
|
||||||
|
|
||||||
|
const pMode = ref(true);
|
||||||
|
const latestOne = ref(null);
|
||||||
|
const bluelatestOne = ref(null);
|
||||||
|
const timer = ref(null);
|
||||||
|
const dirTimer = ref(null);
|
||||||
|
const angle = ref(null);
|
||||||
|
const circleColor = ref("");
|
||||||
|
const shotEffect = ref(null);
|
||||||
|
const pendingShotEffect = ref(null);
|
||||||
|
const hiddenLatestKey = ref("");
|
||||||
|
const targetShaking = ref(false);
|
||||||
|
const targetRect = ref({ left: 0, top: 0, width: 0, height: 0 });
|
||||||
|
const shakeTimer = ref(null);
|
||||||
|
const instance = getCurrentInstance();
|
||||||
|
let shotEffectRequestGeneration = 0;
|
||||||
|
const MAX_VISIBLE_TARGET_SHOTS = 12;
|
||||||
|
const ROUND_TIP_OFFSET_Y = -32;
|
||||||
|
const EXPERIENCE_TIP_OFFSET_Y = -68;
|
||||||
|
|
||||||
|
// 长时训练只保留最近一组命中点在靶面上,完整成绩仍由父页面保存并用于结算。
|
||||||
|
const getVisibleScoreEntries = (scores = []) => {
|
||||||
|
const startIndex = Math.max(scores.length - MAX_VISIBLE_TARGET_SHOTS, 0);
|
||||||
|
return scores.slice(startIndex).map((shot, offset) => ({
|
||||||
|
shot,
|
||||||
|
index: startIndex + offset,
|
||||||
|
}));
|
||||||
|
};
|
||||||
|
const visibleScoreEntries = computed(() => getVisibleScoreEntries(props.scores));
|
||||||
|
const visibleBlueScoreEntries = computed(() =>
|
||||||
|
getVisibleScoreEntries(props.blueScores)
|
||||||
|
);
|
||||||
|
|
||||||
|
const getNumber = (value, fallback = 0) => {
|
||||||
|
const numberValue = Number(value);
|
||||||
|
return Number.isFinite(numberValue) ? numberValue : fallback;
|
||||||
|
};
|
||||||
|
|
||||||
|
const safeTargetRadius = computed(() => {
|
||||||
|
return Math.max(getNumber(props.coordinateRadius, 20), 1);
|
||||||
|
});
|
||||||
|
|
||||||
|
const currentHitRadiusPx = computed(() => {
|
||||||
|
const radius = Number(
|
||||||
|
pMode.value ? props.zoomHitRadiusPx : props.hitRadiusPx
|
||||||
|
);
|
||||||
|
return Number.isFinite(radius) && radius >= 0 ? radius : 0;
|
||||||
|
});
|
||||||
|
|
||||||
|
function getShotPoint(shot, fallbackCenter = false) {
|
||||||
|
const x = Number(shot?.x);
|
||||||
|
const y = Number(shot?.y);
|
||||||
|
if (Number.isFinite(x) && Number.isFinite(y)) return { x, y };
|
||||||
|
return fallbackCenter ? { x: 0, y: 0 } : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getPointDirection(point) {
|
||||||
|
if (!point) return null;
|
||||||
|
const distance = Math.sqrt(point.x * point.x + point.y * point.y);
|
||||||
|
if (distance === 0) return null;
|
||||||
|
|
||||||
|
return {
|
||||||
|
x: point.x / distance,
|
||||||
|
y: point.y / distance,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatPxOffset(value) {
|
||||||
|
if (!value) return "";
|
||||||
|
const operator = value > 0 ? "+" : "-";
|
||||||
|
return ` ${operator} ${Math.abs(value)}px`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function formatTargetPosition(percent, offset) {
|
||||||
|
const pxOffset = formatPxOffset(offset);
|
||||||
|
return pxOffset ? `calc(${percent}%${pxOffset})` : `${percent}%`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getTargetPositionStyle(point, offsetPx = 0, extraOffset = {}) {
|
||||||
|
if (!point) return { display: "none" };
|
||||||
|
|
||||||
|
const radius = safeTargetRadius.value;
|
||||||
|
const diameter = radius * 2;
|
||||||
|
const direction = getPointDirection(point);
|
||||||
|
const xOffset = (direction ? direction.x * offsetPx : 0) + (extraOffset.x || 0);
|
||||||
|
const yOffset = (direction ? -direction.y * offsetPx : 0) + (extraOffset.y || 0);
|
||||||
|
const leftPercent = ((point.x + radius) / diameter) * 100;
|
||||||
|
const topPercent = ((radius - point.y) / diameter) * 100;
|
||||||
|
|
||||||
|
return {
|
||||||
|
left: formatTargetPosition(leftPercent, xOffset),
|
||||||
|
top: formatTargetPosition(topPercent, yOffset),
|
||||||
|
transform: "translate(-50%, -50%)",
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function getHitStyle(shot) {
|
||||||
|
const radius = currentHitRadiusPx.value;
|
||||||
|
const point = getShotPoint(shot);
|
||||||
|
|
||||||
|
return {
|
||||||
|
...getTargetPositionStyle(point, radius),
|
||||||
|
width: `${radius * 2}px`,
|
||||||
|
height: `${radius * 2}px`,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
function getSvipHitBgStyle(shot) {
|
||||||
|
const radius = currentHitRadiusPx.value;
|
||||||
|
const point = getShotPoint(shot);
|
||||||
|
|
||||||
|
return getTargetPositionStyle(point, radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
function getRoundTipStyle(shot) {
|
||||||
|
const point = getShotPoint(shot, true);
|
||||||
|
return getTargetPositionStyle(
|
||||||
|
point,
|
||||||
|
shot?.ring ? currentHitRadiusPx.value : 0,
|
||||||
|
{ y: ROUND_TIP_OFFSET_Y }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function getExperienceTipStyle(shot) {
|
||||||
|
const point = getShotPoint(shot, true);
|
||||||
|
return getTargetPositionStyle(
|
||||||
|
point,
|
||||||
|
shot?.ring ? currentHitRadiusPx.value : 0,
|
||||||
|
{ y: EXPERIENCE_TIP_OFFSET_Y }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function clearTipTimer() {
|
||||||
|
if (!timer.value) return;
|
||||||
|
clearTimeout(timer.value);
|
||||||
|
timer.value = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function showShotTip(shot) {
|
||||||
|
clearTipTimer();
|
||||||
|
latestOne.value = shot;
|
||||||
|
timer.value = setTimeout(() => {
|
||||||
|
latestOne.value = null;
|
||||||
|
timer.value = null;
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasShotPoint(shot) {
|
||||||
|
return !!getShotPoint(shot);
|
||||||
|
}
|
||||||
|
|
||||||
|
function shouldPlayShotEffect(shot) {
|
||||||
|
return (
|
||||||
|
props.isSvip &&
|
||||||
|
!!shot &&
|
||||||
|
Number(shot.ring) > 0 &&
|
||||||
|
hasShotPoint(shot)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function buildShotEffectKey(shot, index) {
|
||||||
|
return [
|
||||||
|
props.shotEffectToken,
|
||||||
|
index,
|
||||||
|
shot?.playerId ?? "",
|
||||||
|
shot?.x ?? "",
|
||||||
|
shot?.y ?? "",
|
||||||
|
shot?.ring ?? "",
|
||||||
|
shot?.ringX ? 1 : 0,
|
||||||
|
].join("-");
|
||||||
|
}
|
||||||
|
|
||||||
|
function triggerShotEffect(shot, index, viewportMode = false) {
|
||||||
|
const key = buildShotEffectKey(shot, index);
|
||||||
|
clearTipTimer();
|
||||||
|
latestOne.value = null;
|
||||||
|
hiddenLatestKey.value = key;
|
||||||
|
shotEffect.value = {
|
||||||
|
key,
|
||||||
|
shot,
|
||||||
|
token: props.shotEffectToken,
|
||||||
|
viewportMode,
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
async function prepareShotEffect(shot, index) {
|
||||||
|
const requestGeneration = ++shotEffectRequestGeneration;
|
||||||
|
const key = buildShotEffectKey(shot, index);
|
||||||
|
pendingShotEffect.value = { generation: requestGeneration, key };
|
||||||
|
clearTipTimer();
|
||||||
|
latestOne.value = null;
|
||||||
|
|
||||||
|
const viewportMode = props.stableShotEffect
|
||||||
|
? await updateTargetRect()
|
||||||
|
: false;
|
||||||
|
|
||||||
|
if (requestGeneration !== shotEffectRequestGeneration) {
|
||||||
|
if (pendingShotEffect.value?.generation === requestGeneration) {
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
triggerShotEffect(shot, index, viewportMode);
|
||||||
|
}
|
||||||
|
|
||||||
|
function completeShotEffect(key) {
|
||||||
|
if (!shotEffect.value || shotEffect.value.key !== key) return;
|
||||||
|
|
||||||
|
const completedEffect = shotEffect.value;
|
||||||
|
const shot = completedEffect.shot;
|
||||||
|
hiddenLatestKey.value = "";
|
||||||
|
shotEffect.value = null;
|
||||||
|
showShotTip(shot);
|
||||||
|
emit("shot-effect-complete", {
|
||||||
|
key,
|
||||||
|
token: completedEffect.token,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function shouldHideLatestHit(index) {
|
||||||
|
return (
|
||||||
|
(!!hiddenLatestKey.value || !!pendingShotEffect.value) &&
|
||||||
|
index === props.scores.length - 1
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function shakeTarget() {
|
||||||
|
targetShaking.value = false;
|
||||||
|
if (shakeTimer.value) {
|
||||||
|
clearTimeout(shakeTimer.value);
|
||||||
|
shakeTimer.value = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
nextTick(() => {
|
||||||
|
targetShaking.value = true;
|
||||||
|
shakeTimer.value = setTimeout(() => {
|
||||||
|
targetShaking.value = false;
|
||||||
|
shakeTimer.value = null;
|
||||||
|
}, 260);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function hasValidTargetRect(rect = targetRect.value) {
|
||||||
|
return (
|
||||||
|
Number.isFinite(Number(rect?.left)) &&
|
||||||
|
Number.isFinite(Number(rect?.top)) &&
|
||||||
|
Number(rect?.width) > 0 &&
|
||||||
|
Number(rect?.height) > 0
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function updateTargetRect() {
|
||||||
|
await nextTick();
|
||||||
|
|
||||||
|
return new Promise((resolve) => {
|
||||||
|
let settled = false;
|
||||||
|
const finish = (rect) => {
|
||||||
|
if (settled) return;
|
||||||
|
settled = true;
|
||||||
|
|
||||||
|
const isValid = hasValidTargetRect(rect);
|
||||||
|
if (isValid) {
|
||||||
|
targetRect.value = {
|
||||||
|
left: Number(rect.left),
|
||||||
|
top: Number(rect.top),
|
||||||
|
width: Number(rect.width),
|
||||||
|
height: Number(rect.height),
|
||||||
|
};
|
||||||
|
}
|
||||||
|
resolve(isValid);
|
||||||
|
};
|
||||||
|
|
||||||
|
try {
|
||||||
|
const query = instance?.proxy
|
||||||
|
? uni.createSelectorQuery().in(instance.proxy)
|
||||||
|
: uni.createSelectorQuery();
|
||||||
|
|
||||||
|
query
|
||||||
|
.select(".target")
|
||||||
|
.boundingClientRect()
|
||||||
|
.exec((result) => finish(Array.isArray(result) ? result[0] : null));
|
||||||
|
} catch {
|
||||||
|
finish(null);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function handleWindowResize() {
|
||||||
|
void updateTargetRect();
|
||||||
|
}
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => props.scores.length,
|
||||||
|
(newLength, oldLength = 0) => {
|
||||||
|
if (newLength - oldLength === 1) {
|
||||||
|
showShotTip(props.scores[newLength - 1]);
|
||||||
|
} else if (newLength < oldLength) {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
clearTipTimer();
|
||||||
|
latestOne.value = null;
|
||||||
|
hiddenLatestKey.value = "";
|
||||||
|
shotEffect.value = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => props.shotEffectToken,
|
||||||
|
(token) => {
|
||||||
|
// token 只由实时 ShootResult 推进,同步快照不会重播飞箭。
|
||||||
|
if (!token || props.scores.length === 0) return;
|
||||||
|
const latestIndex = props.scores.length - 1;
|
||||||
|
const latestShot = props.scores[latestIndex];
|
||||||
|
if (shouldPlayShotEffect(latestShot)) {
|
||||||
|
void prepareShotEffect(latestShot, latestIndex);
|
||||||
|
} else {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => props.blueScores.length,
|
||||||
|
(newLength, oldLength = 0) => {
|
||||||
|
if (newLength - oldLength === 1) {
|
||||||
|
bluelatestOne.value = props.blueScores[newLength - 1];
|
||||||
|
if (timer.value) clearTimeout(timer.value);
|
||||||
|
timer.value = setTimeout(() => {
|
||||||
|
bluelatestOne.value = null;
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
const simulShoot = async () => {
|
||||||
|
if (device.value.deviceId) await simulShootAPI(device.value.deviceId);
|
||||||
|
};
|
||||||
|
const simulShoot2 = async () => {
|
||||||
|
if (device.value.deviceId) {
|
||||||
|
const r1 = Math.random() > 0.5 ? 0.01 : 0.02;
|
||||||
|
await simulShootAPI(device.value.deviceId, r1, r1);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const openAim = async () => {
|
||||||
|
await laserAimAPI();
|
||||||
|
};
|
||||||
|
|
||||||
|
const closeAim = async () => {
|
||||||
|
await laserCloseAPI();
|
||||||
|
};
|
||||||
|
|
||||||
|
const env = computed(() => {
|
||||||
|
const accountInfo = uni.getAccountInfoSync();
|
||||||
|
return accountInfo.miniProgram.envVersion;
|
||||||
|
});
|
||||||
|
|
||||||
|
const arrowStyle = computed(() => {
|
||||||
|
return {
|
||||||
|
transform: `rotateX(180deg) translate(-50%, -50%) rotate(${
|
||||||
|
360 - angle.value
|
||||||
|
}deg) translateY(105%)`,
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
const showSectorCanvas = computed(() => {
|
||||||
|
const count = Number(props.sectorCount);
|
||||||
|
return props.totalRound > 0 && Number.isInteger(count) && count > 0;
|
||||||
|
});
|
||||||
|
|
||||||
|
async function onReceiveMessage(message) {
|
||||||
|
if (Array.isArray(message)) return;
|
||||||
|
if (message.type === MESSAGETYPESV2.ShootResult && message.shootData) {
|
||||||
|
if (
|
||||||
|
message.shootData.playerId === user.value.id &&
|
||||||
|
!message.shootData.ring &&
|
||||||
|
message.shootData.angle >= 0
|
||||||
|
) {
|
||||||
|
angle.value = null;
|
||||||
|
setTimeout(() => {
|
||||||
|
if (props.scores[0]) {
|
||||||
|
circleColor.value =
|
||||||
|
message.shootData.playerId === props.scores[0].playerId
|
||||||
|
? "#ff4444"
|
||||||
|
: "#1840FF";
|
||||||
|
}
|
||||||
|
angle.value = message.shootData.angle;
|
||||||
|
}, 200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
void updateTargetRect();
|
||||||
|
if (uni.onWindowResize) uni.onWindowResize(handleWindowResize);
|
||||||
|
});
|
||||||
|
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
shotEffectRequestGeneration += 1;
|
||||||
|
pendingShotEffect.value = null;
|
||||||
|
clearTipTimer();
|
||||||
|
if (dirTimer.value) {
|
||||||
|
clearTimeout(dirTimer.value);
|
||||||
|
dirTimer.value = null;
|
||||||
|
}
|
||||||
|
if (shakeTimer.value) {
|
||||||
|
clearTimeout(shakeTimer.value);
|
||||||
|
shakeTimer.value = null;
|
||||||
|
}
|
||||||
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
if (uni.offWindowResize) uni.offWindowResize(handleWindowResize);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view :class="['container', { 'container--effecting': shotEffect }]">
|
||||||
|
<!-- <view class="header" v-if="totalRound > 0">
|
||||||
|
<text v-if="totalRound > 0" class="round-count">{{
|
||||||
|
(currentRound > totalRound ? totalRound : currentRound) +
|
||||||
|
"/" +
|
||||||
|
totalRound
|
||||||
|
}}</text>
|
||||||
|
</view> -->
|
||||||
|
<view :class="['target', { 'target--shake': targetShaking }]">
|
||||||
|
<image
|
||||||
|
class="target-image"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/bow-target.png"
|
||||||
|
mode="aspectFit"
|
||||||
|
/>
|
||||||
|
<TargetCanvas
|
||||||
|
v-if="showSectorCanvas"
|
||||||
|
class="target-highlight-layer"
|
||||||
|
:coordinateRadius="coordinateRadius"
|
||||||
|
:showCrosshair="false"
|
||||||
|
:showRingLabels="false"
|
||||||
|
:highlightOnly="true"
|
||||||
|
:sectorCount="sectorCount"
|
||||||
|
:activeSector="activeSector"
|
||||||
|
:activeRing="activeRing"
|
||||||
|
:highlightRefreshToken="highlightRefreshToken"
|
||||||
|
:showSectorLabels="showSectorLabels"
|
||||||
|
/>
|
||||||
|
<view v-if="angle !== null" class="arrow-dir" :style="arrowStyle">
|
||||||
|
<view :style="{ background: circleColor }">
|
||||||
|
<image src="https://static.shelingxingqiu.com/shootmini/static/dot-circle.png" mode="widthFix" />
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view v-if="stop" class="stop-sign">中场休息</view>
|
||||||
|
<view
|
||||||
|
v-if="
|
||||||
|
!shotEffect &&
|
||||||
|
latestOne &&
|
||||||
|
latestOne.ring &&
|
||||||
|
user.id === latestOne.playerId
|
||||||
|
"
|
||||||
|
class="e-value fade-in-out"
|
||||||
|
:style="getExperienceTipStyle(latestOne)"
|
||||||
|
>
|
||||||
|
经验 +1
|
||||||
|
</view>
|
||||||
|
<view
|
||||||
|
v-if="!shotEffect && latestOne"
|
||||||
|
class="round-tip fade-in-out"
|
||||||
|
:style="getRoundTipStyle(latestOne)"
|
||||||
|
>{{ latestOne.ringX ? "X" : latestOne.ring || "未上靶"
|
||||||
|
}}<text v-if="latestOne.ring">环</text>
|
||||||
|
</view>
|
||||||
|
<view
|
||||||
|
v-if="
|
||||||
|
bluelatestOne &&
|
||||||
|
bluelatestOne.ring &&
|
||||||
|
user.id === bluelatestOne.playerId
|
||||||
|
"
|
||||||
|
class="e-value fade-in-out"
|
||||||
|
:style="getExperienceTipStyle(bluelatestOne)"
|
||||||
|
>
|
||||||
|
经验 +1
|
||||||
|
</view>
|
||||||
|
<view
|
||||||
|
v-if="bluelatestOne"
|
||||||
|
class="round-tip fade-in-out"
|
||||||
|
:style="getRoundTipStyle(bluelatestOne)"
|
||||||
|
>{{ bluelatestOne.ringX ? "X" : bluelatestOne.ring || "未上靶"
|
||||||
|
}}<text v-if="bluelatestOne.ring">环</text></view
|
||||||
|
>
|
||||||
|
<block v-for="entry in visibleScoreEntries" :key="entry.index">
|
||||||
|
<image
|
||||||
|
v-if="
|
||||||
|
pMode &&
|
||||||
|
isSvip &&
|
||||||
|
entry.shot.ring > 0 &&
|
||||||
|
!shouldHideLatestHit(entry.index)
|
||||||
|
"
|
||||||
|
class="svip-hit-bg"
|
||||||
|
src="../../../static/vip/svip-xuan.png"
|
||||||
|
:style="getSvipHitBgStyle(entry.shot)"
|
||||||
|
mode="aspectFit"
|
||||||
|
/>
|
||||||
|
<view
|
||||||
|
v-if="entry.shot.ring > 0 && !shouldHideLatestHit(entry.index)"
|
||||||
|
:class="`hit ${pMode ? 'b' : 's'}-point ${
|
||||||
|
entry.index === scores.length - 1 && latestOne ? 'pump-in' : ''
|
||||||
|
}`"
|
||||||
|
:style="{
|
||||||
|
...getHitStyle(entry.shot),
|
||||||
|
backgroundColor: mode === 'solo' ? '#00bf04' : '#FF0000',
|
||||||
|
}"
|
||||||
|
><text v-if="pMode">{{ entry.index + 1 }}</text></view
|
||||||
|
>
|
||||||
|
</block>
|
||||||
|
<block v-for="entry in visibleBlueScoreEntries" :key="entry.index">
|
||||||
|
<view
|
||||||
|
v-if="entry.shot.ring > 0"
|
||||||
|
:class="`hit ${pMode ? 'b' : 's'}-point ${
|
||||||
|
entry.index === blueScores.length - 1 && bluelatestOne
|
||||||
|
? 'pump-in'
|
||||||
|
: ''
|
||||||
|
}`"
|
||||||
|
:style="{
|
||||||
|
...getHitStyle(entry.shot),
|
||||||
|
backgroundColor: '#1840FF',
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
<text v-if="pMode">{{ entry.index + 1 }}</text>
|
||||||
|
</view>
|
||||||
|
</block>
|
||||||
|
<BowShotEffect
|
||||||
|
v-if="!shotEffect || !shotEffect.viewportMode"
|
||||||
|
:shot="shotEffect && shotEffect.shot"
|
||||||
|
:playKey="shotEffect ? shotEffect.key : ''"
|
||||||
|
:targetRadius="safeTargetRadius"
|
||||||
|
:targetLeft="targetRect.left"
|
||||||
|
:targetTop="targetRect.top"
|
||||||
|
:targetWidth="targetRect.width"
|
||||||
|
:targetHeight="targetRect.height"
|
||||||
|
:hitOffsetPx="currentHitRadiusPx"
|
||||||
|
@impact="shakeTarget"
|
||||||
|
@complete="completeShotEffect"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
<BowShotEffect
|
||||||
|
v-if="shotEffect && shotEffect.viewportMode"
|
||||||
|
:shot="shotEffect.shot"
|
||||||
|
:playKey="shotEffect.key"
|
||||||
|
:targetRadius="safeTargetRadius"
|
||||||
|
:targetLeft="targetRect.left"
|
||||||
|
:targetTop="targetRect.top"
|
||||||
|
:targetWidth="targetRect.width"
|
||||||
|
:targetHeight="targetRect.height"
|
||||||
|
:hitOffsetPx="currentHitRadiusPx"
|
||||||
|
:viewportMode="true"
|
||||||
|
@impact="shakeTarget"
|
||||||
|
@complete="completeShotEffect"
|
||||||
|
/>
|
||||||
|
<view class="footer">
|
||||||
|
<PointSwitcher
|
||||||
|
:onChange="(val) => (pMode = val)"
|
||||||
|
:style="{ zIndex: 999 }"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
<view class="simul" v-if="env !== 'release'">
|
||||||
|
<button @click="simulShoot">模拟</button>
|
||||||
|
<button @click="simulShoot2">射箭</button>
|
||||||
|
<button @click="openAim">开瞄</button>
|
||||||
|
<button @click="closeAim">关瞄</button>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
width: calc(100vw - 30px);
|
||||||
|
height: calc(100vw - 30px);
|
||||||
|
padding: 0px 15px;
|
||||||
|
position: relative;
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
.container--effecting {
|
||||||
|
z-index: 10000;
|
||||||
|
}
|
||||||
|
.target {
|
||||||
|
position: relative;
|
||||||
|
margin: 10px;
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
height: calc(100% - 20px);
|
||||||
|
z-index: 1;
|
||||||
|
pointer-events: none;
|
||||||
|
transform-origin: center center;
|
||||||
|
}
|
||||||
|
.target--shake {
|
||||||
|
animation: target-shake 0.26s ease-out;
|
||||||
|
}
|
||||||
|
.target-image {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.target-highlight-layer {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 1;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.e-value {
|
||||||
|
position: absolute;
|
||||||
|
background-color: #0006;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 4px 7px;
|
||||||
|
border-radius: 5px;
|
||||||
|
z-index: 4;
|
||||||
|
width: 50px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.round-tip {
|
||||||
|
position: absolute;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
z-index: 4;
|
||||||
|
width: 100px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.round-tip > text {
|
||||||
|
font-size: 24px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
@keyframes target-tip-fade-in-out {
|
||||||
|
0% {
|
||||||
|
transform: translate(-50%, -50%) translateY(20px);
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
30% {
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
80% {
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.round-tip.fade-in-out,
|
||||||
|
.e-value.fade-in-out {
|
||||||
|
animation: target-tip-fade-in-out 1.2s ease forwards;
|
||||||
|
}
|
||||||
|
.svip-hit-bg {
|
||||||
|
position: absolute;
|
||||||
|
width: 48rpx;
|
||||||
|
height: 48rpx;
|
||||||
|
z-index: 2;
|
||||||
|
pointer-events: none;
|
||||||
|
transform-origin: center center;
|
||||||
|
animation: svip-hit-xuan 1.2s linear infinite;
|
||||||
|
}
|
||||||
|
.hit {
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 50%;
|
||||||
|
z-index: 3;
|
||||||
|
color: #fff;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.s-point {
|
||||||
|
}
|
||||||
|
.b-point {
|
||||||
|
border: 1px solid #fff;
|
||||||
|
z-index: 3;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.b-point > text {
|
||||||
|
font-size: 16rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-family: "DINCondensed";
|
||||||
|
/* text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);*/
|
||||||
|
margin-top: 2rpx;
|
||||||
|
}
|
||||||
|
@keyframes svip-hit-xuan {
|
||||||
|
0% {
|
||||||
|
opacity: 0.9;
|
||||||
|
transform: translate(-50%, -50%) rotate(0deg) scale(0.92);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translate(-50%, -50%) rotate(180deg) scale(1.08);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 0.9;
|
||||||
|
transform: translate(-50%, -50%) rotate(360deg) scale(0.92);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes target-pump-in {
|
||||||
|
from {
|
||||||
|
transform: translate(-50%, -50%) scale(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
to {
|
||||||
|
transform: translate(-50%, -50%) scale(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes target-shake {
|
||||||
|
0% {
|
||||||
|
transform: translate(0, 0);
|
||||||
|
}
|
||||||
|
14% {
|
||||||
|
transform: translate(-20rpx, 8rpx);
|
||||||
|
}
|
||||||
|
28% {
|
||||||
|
transform: translate(16rpx, -8rpx);
|
||||||
|
}
|
||||||
|
44% {
|
||||||
|
transform: translate(-12rpx, 6rpx);
|
||||||
|
}
|
||||||
|
64% {
|
||||||
|
transform: translate(8rpx, -4rpx);
|
||||||
|
}
|
||||||
|
82% {
|
||||||
|
transform: translate(-4rpx, 2rpx);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: translate(0, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.hit.pump-in {
|
||||||
|
animation: target-pump-in 0.3s ease-out forwards;
|
||||||
|
transform-origin: center center;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-bottom: -40px;
|
||||||
|
}
|
||||||
|
.header > image:first-child {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
.round-count {
|
||||||
|
font-size: 20px;
|
||||||
|
color: #fed847;
|
||||||
|
top: 75px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.footer {
|
||||||
|
width: calc(100% - 20px);
|
||||||
|
padding: 0 10px;
|
||||||
|
display: flex;
|
||||||
|
margin-top: -40px;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
.footer > image {
|
||||||
|
width: 40px;
|
||||||
|
min-height: 40px;
|
||||||
|
max-height: 40px;
|
||||||
|
border-radius: 50%;
|
||||||
|
border: 1px solid #fff;
|
||||||
|
}
|
||||||
|
.simul {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 20px;
|
||||||
|
margin-left: 20px;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
.simul > button {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.stop-sign {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 44px;
|
||||||
|
color: #fff9;
|
||||||
|
text-align: center;
|
||||||
|
width: 200px;
|
||||||
|
height: 60px;
|
||||||
|
left: calc(50% - 100px);
|
||||||
|
top: calc(50% - 30px);
|
||||||
|
z-index: 5;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.arrow-dir {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 52%;
|
||||||
|
left: 50%;
|
||||||
|
bottom: 50%;
|
||||||
|
z-index: 4;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.arrow-dir > view {
|
||||||
|
width: 40rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
.arrow-dir > view > image {
|
||||||
|
width: 100rpx;
|
||||||
|
height: 100rpx;
|
||||||
|
transform: translate(-30%, -30%);
|
||||||
|
}
|
||||||
|
@keyframes spring-in {
|
||||||
|
0% {
|
||||||
|
transform: scale(2);
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
15% {
|
||||||
|
transform: scale(3);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
30% {
|
||||||
|
transform: scale(2);
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
45% {
|
||||||
|
transform: scale(3);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
transform: scale(2);
|
||||||
|
opacity: 0.4;
|
||||||
|
}
|
||||||
|
75% {
|
||||||
|
transform: scale(3);
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: scale(1);
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes disappear {
|
||||||
|
0% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
75% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.arrow-dir > view {
|
||||||
|
animation: disappear 3s ease forwards;
|
||||||
|
}
|
||||||
|
.arrow-dir > view > image {
|
||||||
|
animation: spring-in 3s ease forwards;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,62 @@
|
|||||||
|
<script setup>
|
||||||
|
const props = defineProps({
|
||||||
|
type: {
|
||||||
|
type: String,
|
||||||
|
default: "normal",
|
||||||
|
},
|
||||||
|
location: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view :class="`container ${type}`" :style="{ ...location }">
|
||||||
|
<slot />
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
position: absolute;
|
||||||
|
color: #fff;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
|
.normal {
|
||||||
|
background-image: url("../static/bubble-tip.png");
|
||||||
|
width: 157rpx;
|
||||||
|
height: 105rpx;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-left: 30rpx;
|
||||||
|
}
|
||||||
|
.normal2 {
|
||||||
|
background-image: url("../static/bubble-tip4.png");
|
||||||
|
width: 190rpx;
|
||||||
|
height: 105rpx;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-left: 20rpx;
|
||||||
|
top: 0;
|
||||||
|
left: 15%;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.long {
|
||||||
|
background-image: url("../static/bubble-tip2.png");
|
||||||
|
width: 370rpx;
|
||||||
|
height: 70rpx;
|
||||||
|
top: -50%;
|
||||||
|
left: 49%;
|
||||||
|
}
|
||||||
|
.short {
|
||||||
|
background-image: url("../static/bubble-tip3.png");
|
||||||
|
width: 300rpx;
|
||||||
|
height: 70rpx;
|
||||||
|
top: -50%;
|
||||||
|
right: -1%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,176 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref, watch } from "vue";
|
||||||
|
const props = defineProps({
|
||||||
|
rowCount: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
total: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
arrows: {
|
||||||
|
type: Array,
|
||||||
|
default: () => [],
|
||||||
|
},
|
||||||
|
fontSize: {
|
||||||
|
type: Number,
|
||||||
|
default: 25,
|
||||||
|
},
|
||||||
|
completeEffect: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
const items = ref(new Array(props.total).fill(9));
|
||||||
|
const bgImages = [
|
||||||
|
"../static/complete-light1.png",
|
||||||
|
"../static/complete-light2.png",
|
||||||
|
];
|
||||||
|
const getDisplayText = (arrow) => {
|
||||||
|
if (!arrow) return "-";
|
||||||
|
if (arrow.ringX) return "X";
|
||||||
|
return arrow.ring ?? "-";
|
||||||
|
};
|
||||||
|
|
||||||
|
const isLowScore = (arrow) => {
|
||||||
|
if (!arrow || arrow.ringX) return false;
|
||||||
|
const ring = Number(arrow.ring);
|
||||||
|
return Number.isFinite(ring) && ring < 6;
|
||||||
|
};
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => props.total,
|
||||||
|
(newValue) => {
|
||||||
|
items.value = new Array(newValue).fill(9);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
<template>
|
||||||
|
<view class="container">
|
||||||
|
<template v-if="total > 0 && arrows.length === total && completeEffect">
|
||||||
|
<image
|
||||||
|
v-for="(image, index) in bgImages"
|
||||||
|
:key="image"
|
||||||
|
:src="image"
|
||||||
|
:class="[
|
||||||
|
'complete-light',
|
||||||
|
index === 0 ? 'complete-light--first' : 'complete-light--second',
|
||||||
|
]"
|
||||||
|
:style="{
|
||||||
|
width: `calc(${(100 / (rowCount + 2)) * rowCount}vw + ${
|
||||||
|
(100 / (total * 2)) * (rowCount * 2 + (total === 12 ? 8 : 24))
|
||||||
|
}px)`,
|
||||||
|
height: `calc(${(100 / (rowCount + 2)) * (total / rowCount)}vw + ${
|
||||||
|
(100 / (total * 2)) *
|
||||||
|
((total / rowCount) * 2 + (total === 12 ? 7 : 24))
|
||||||
|
}px)`,
|
||||||
|
top: `${total === 12 ? -2 : -3}vw`,
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
</template>
|
||||||
|
<view
|
||||||
|
v-for="(_, index) in items"
|
||||||
|
:key="index"
|
||||||
|
class="score-item"
|
||||||
|
>
|
||||||
|
<image
|
||||||
|
class="score-item-bg"
|
||||||
|
:src="
|
||||||
|
isLowScore(arrows[index])
|
||||||
|
? 'https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/block-gray.png'
|
||||||
|
: 'https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/block-gold.png'
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<text
|
||||||
|
class="score-value"
|
||||||
|
:class="{ 'score-value--low': isLowScore(arrows[index]) }"
|
||||||
|
>
|
||||||
|
{{ getDisplayText(arrows[index]) }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
box-sizing: border-box;
|
||||||
|
position: relative;
|
||||||
|
padding: 30rpx 40rpx 0 40rpx;
|
||||||
|
}
|
||||||
|
.score-item {
|
||||||
|
position: relative;
|
||||||
|
width: 100rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-right: 14rpx;
|
||||||
|
margin-bottom: 14rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-item:nth-child(6n) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-item-bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100rpx;
|
||||||
|
height: 56rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-value {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
min-width: 28rpx;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 34rpx;
|
||||||
|
line-height: 1;
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
color: #f6e3b2;
|
||||||
|
text-shadow: 0 2rpx 0 rgba(36, 36, 48, 0.5);
|
||||||
|
margin-left: -10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-value--low {
|
||||||
|
color: #cfcfcf;
|
||||||
|
text-shadow: 0 2rpx 0 rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.complete-light {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
.complete-light--first {
|
||||||
|
animation: complete-light-first 400ms steps(1, end) infinite;
|
||||||
|
}
|
||||||
|
.complete-light--second {
|
||||||
|
animation: complete-light-second 400ms steps(1, end) infinite;
|
||||||
|
}
|
||||||
|
@keyframes complete-light-first {
|
||||||
|
0%,
|
||||||
|
49.9% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
50%,
|
||||||
|
100% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes complete-light-second {
|
||||||
|
0%,
|
||||||
|
49.9% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
50%,
|
||||||
|
100% {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,797 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref, onMounted, computed } from "vue";
|
||||||
|
import ScreenHint from "./ScreenHint.vue";
|
||||||
|
import BowData from "./BowData.vue";
|
||||||
|
import UserUpgrade from "@/components/UserUpgrade.vue";
|
||||||
|
import { directionAdjusts } from "@/constants";
|
||||||
|
import useStore from "@/store";
|
||||||
|
import { storeToRefs } from "pinia";
|
||||||
|
|
||||||
|
const store = useStore();
|
||||||
|
const { user } = storeToRefs(store);
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
onClose: {
|
||||||
|
type: Function,
|
||||||
|
default: () => { },
|
||||||
|
},
|
||||||
|
onRetry: {
|
||||||
|
type: Function,
|
||||||
|
default: () => { },
|
||||||
|
},
|
||||||
|
total: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
rowCount: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
trainingType: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
difficultyLevel: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
hasNextDifficulty: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
result: {
|
||||||
|
type: Object,
|
||||||
|
default: () => ({}),
|
||||||
|
},
|
||||||
|
tipSrc: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const showPanel = ref(true);
|
||||||
|
const showComment = ref(false);
|
||||||
|
const showBowData = ref(false);
|
||||||
|
const showUpgrade = ref(false);
|
||||||
|
|
||||||
|
const closePanel = () => {
|
||||||
|
showPanel.value = false;
|
||||||
|
setTimeout(() => {
|
||||||
|
props.onClose();
|
||||||
|
}, 300);
|
||||||
|
};
|
||||||
|
|
||||||
|
const retryPractice = () => {
|
||||||
|
showPanel.value = false;
|
||||||
|
setTimeout(() => {
|
||||||
|
props.onRetry();
|
||||||
|
}, 300);
|
||||||
|
};
|
||||||
|
|
||||||
|
function onClickShare() {
|
||||||
|
uni.$emit("share-image");
|
||||||
|
}
|
||||||
|
|
||||||
|
const details = computed(() => props.result.details || []);
|
||||||
|
|
||||||
|
const arrows = computed(() => {
|
||||||
|
const data = new Array(props.total).fill(null);
|
||||||
|
details.value.forEach((arrow, index) => {
|
||||||
|
data[index] = arrow;
|
||||||
|
});
|
||||||
|
return data;
|
||||||
|
});
|
||||||
|
|
||||||
|
const validArrows = computed(() => arrows.value.filter((a) => !!a?.ring).length);
|
||||||
|
const totalRing = computed(() =>
|
||||||
|
details.value.reduce((last, next) => last + (Number(next.ring) || 0), 0)
|
||||||
|
);
|
||||||
|
|
||||||
|
const hasResultValue = (...keys) =>
|
||||||
|
keys.some((key) => {
|
||||||
|
const value = props.result[key];
|
||||||
|
return value !== undefined && value !== null && value !== "";
|
||||||
|
});
|
||||||
|
|
||||||
|
const readResultNumber = (keys, fallback = 0) => {
|
||||||
|
for (const key of keys) {
|
||||||
|
const value = props.result[key];
|
||||||
|
if (value === undefined || value === null || value === "") continue;
|
||||||
|
const numberValue = Number(value);
|
||||||
|
if (Number.isFinite(numberValue)) return numberValue;
|
||||||
|
}
|
||||||
|
return fallback;
|
||||||
|
};
|
||||||
|
|
||||||
|
const beforeExp = computed(() =>
|
||||||
|
readResultNumber(["beforeExp", "before_exp"])
|
||||||
|
);
|
||||||
|
|
||||||
|
const currentExp = computed(() => {
|
||||||
|
const userScores = Number(user.value.scores);
|
||||||
|
return readResultNumber(
|
||||||
|
["currentExp", "current_exp", "score"],
|
||||||
|
Number.isFinite(userScores) ? userScores : 0
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// 新版练习结算返回练习前后累计经验,本局经验由两者相减得到。
|
||||||
|
const gainedExp = computed(() => {
|
||||||
|
if (
|
||||||
|
hasResultValue("beforeExp", "before_exp") &&
|
||||||
|
hasResultValue("currentExp", "current_exp")
|
||||||
|
) {
|
||||||
|
return Math.max(0, currentExp.value - beforeExp.value);
|
||||||
|
}
|
||||||
|
return Math.max(0, readResultNumber(["exp", "experience"]));
|
||||||
|
});
|
||||||
|
|
||||||
|
const beforeLevel = computed(() => {
|
||||||
|
const currentUserLevel = Number(user.value.lvl);
|
||||||
|
return readResultNumber(
|
||||||
|
["beforeLevel", "before_level"],
|
||||||
|
Number.isFinite(currentUserLevel) ? currentUserLevel : 0
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
const userLevel = computed(() => {
|
||||||
|
const fallbackLevel = Number(user.value.lvl ?? user.value.rankLvl ?? 1);
|
||||||
|
const level = readResultNumber(
|
||||||
|
["level", "lvl"],
|
||||||
|
Number.isFinite(fallbackLevel) ? fallbackLevel : 1
|
||||||
|
);
|
||||||
|
return Math.max(1, Math.trunc(level));
|
||||||
|
});
|
||||||
|
|
||||||
|
const resultDifficultyLevel = computed(() => {
|
||||||
|
const level = Number(props.difficultyLevel);
|
||||||
|
return Number.isInteger(level) && level > 0 ? level : "--";
|
||||||
|
});
|
||||||
|
|
||||||
|
const upgradeExp = computed(() =>
|
||||||
|
Math.max(
|
||||||
|
0,
|
||||||
|
readResultNumber(
|
||||||
|
["upgradeExp", "upgrade_exp", "nextExp", "upgradeScore"],
|
||||||
|
100
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
const expPercent = computed(() => {
|
||||||
|
if (!upgradeExp.value) return 0;
|
||||||
|
return Math.min(
|
||||||
|
100,
|
||||||
|
Math.max(0, (currentExp.value / upgradeExp.value) * 100)
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
if (userLevel.value > beforeLevel.value) {
|
||||||
|
showUpgrade.value = true;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const findValue = (...keys) => {
|
||||||
|
const item = keys.find((key) => props.result[key] !== undefined);
|
||||||
|
return item ? props.result[item] : undefined;
|
||||||
|
};
|
||||||
|
|
||||||
|
const formatDuration = (value) => {
|
||||||
|
const valueNumber = Number(value);
|
||||||
|
const seconds = Number.isFinite(valueNumber)
|
||||||
|
? Math.max(0, Math.round(valueNumber))
|
||||||
|
: 0;
|
||||||
|
const minutes = Math.floor(seconds / 60);
|
||||||
|
const rest = seconds % 60;
|
||||||
|
return minutes ? `${minutes}分${rest}秒` : `${rest}秒`;
|
||||||
|
};
|
||||||
|
|
||||||
|
const formatMetricNumber = (value) => {
|
||||||
|
const valueNumber = Number(value);
|
||||||
|
if (!Number.isFinite(valueNumber)) return "0";
|
||||||
|
return String(Number(valueNumber.toFixed(2)));
|
||||||
|
};
|
||||||
|
|
||||||
|
const readMetricNumber = (keys, fallback = 0) => {
|
||||||
|
const value = findValue(...keys);
|
||||||
|
const valueNumber = Number(value);
|
||||||
|
return Number.isFinite(valueNumber) ? valueNumber : fallback;
|
||||||
|
};
|
||||||
|
|
||||||
|
const resultTrainingType = computed(
|
||||||
|
() => props.result.trainingType || props.trainingType || "precision"
|
||||||
|
);
|
||||||
|
|
||||||
|
const metricConfigs = {
|
||||||
|
base: [
|
||||||
|
{
|
||||||
|
label: "平均环数",
|
||||||
|
valueKeys: ["averageRing", "average_ring"],
|
||||||
|
unit: "环",
|
||||||
|
deltaKeys: ["deltaAverageRing", "delta_average_ring"],
|
||||||
|
deltaUnit: "环",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "稳定性",
|
||||||
|
valueKeys: ["stability"],
|
||||||
|
unit: "",
|
||||||
|
deltaKeys: ["deltaStability", "delta_stability"],
|
||||||
|
deltaUnit: "",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
rhythm: [
|
||||||
|
{
|
||||||
|
label: "最高连击次数",
|
||||||
|
valueKeys: ["maxCombo", "max_combo"],
|
||||||
|
unit: "连",
|
||||||
|
deltaKeys: ["deltaMaxCombo", "delta_max_combo"],
|
||||||
|
deltaUnit: "连",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "共命中环数",
|
||||||
|
valueKeys: ["currentRings", "current_rings"],
|
||||||
|
unit: "环",
|
||||||
|
deltaKeys: ["deltaTotalRings", "delta_total_rings"],
|
||||||
|
deltaUnit: "环",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
endurance: [
|
||||||
|
{
|
||||||
|
label: "完成箭数",
|
||||||
|
valueKeys: ["totalArrows", "total_arrows"],
|
||||||
|
unit: "支",
|
||||||
|
deltaKeys: ["deltaTotalArrows", "delta_total_arrows"],
|
||||||
|
deltaUnit: "支",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "命中环数",
|
||||||
|
valueKeys: ["currentRings", "current_rings"],
|
||||||
|
unit: "环",
|
||||||
|
deltaKeys: ["deltaTotalRings", "delta_total_rings"],
|
||||||
|
deltaUnit: "环",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
precision: [
|
||||||
|
{
|
||||||
|
label: "共命中目标",
|
||||||
|
valueKeys: ["totalHits", "total_hits"],
|
||||||
|
fallback: () => 0,
|
||||||
|
unit: "次",
|
||||||
|
deltaKeys: [
|
||||||
|
"deltaTotalHits",
|
||||||
|
"delta_total_hits",
|
||||||
|
"hitCompare",
|
||||||
|
"hitDiff",
|
||||||
|
"hitDelta",
|
||||||
|
],
|
||||||
|
deltaUnit: "次",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "用时",
|
||||||
|
valueKeys: ["duration", "usedTime", "shootTime", "time"],
|
||||||
|
unit: "",
|
||||||
|
deltaKeys: [
|
||||||
|
"deltaDuration",
|
||||||
|
"delta_duration",
|
||||||
|
"timeCompare",
|
||||||
|
"timeDiff",
|
||||||
|
"durationDiff",
|
||||||
|
],
|
||||||
|
deltaUnit: "",
|
||||||
|
duration: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
|
const resultRows = computed(() => {
|
||||||
|
const configs = metricConfigs[resultTrainingType.value] || metricConfigs.precision;
|
||||||
|
return configs.map((config) => {
|
||||||
|
const fallback = config.fallback ? config.fallback() : 0;
|
||||||
|
const value = readMetricNumber(config.valueKeys, fallback);
|
||||||
|
const delta = readMetricNumber(config.deltaKeys);
|
||||||
|
const formatter = config.duration ? formatDuration : formatMetricNumber;
|
||||||
|
|
||||||
|
return {
|
||||||
|
...config,
|
||||||
|
valueText: formatter(value),
|
||||||
|
delta,
|
||||||
|
deltaText: formatter(Math.abs(delta)),
|
||||||
|
};
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
const advancesDifficulty = computed(() => props.hasNextDifficulty);
|
||||||
|
const primaryText = computed(() =>
|
||||||
|
advancesDifficulty.value ? "下一难度" : "再来一次"
|
||||||
|
);
|
||||||
|
|
||||||
|
const handlePrimary = () => {
|
||||||
|
if (advancesDifficulty.value) {
|
||||||
|
closePanel();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
retryPractice();
|
||||||
|
};
|
||||||
|
|
||||||
|
const calories = computed(
|
||||||
|
() => formatMetricNumber(readMetricNumber(["calories", "calorie", "kcal"]))
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view :class="['result-mask', showPanel ? 'result-mask--show' : 'result-mask--hide']">
|
||||||
|
<image class="hero-glow" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-bg.png" mode="widthFix" />
|
||||||
|
<view class="result-title">
|
||||||
|
<image class="result-title-bg" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-t-bg.png" mode="widthFix" />
|
||||||
|
<view class="result-title-text">Lv{{ resultDifficultyLevel }}</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="result-panel">
|
||||||
|
<view class="line-top"></view>
|
||||||
|
<view class="line-bottom"></view>
|
||||||
|
<view class="stats">
|
||||||
|
<view v-for="row in resultRows" :key="row.label" class="stat-row">
|
||||||
|
<image class="stat-bg" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-c-bg.png" mode="scaleToFill" />
|
||||||
|
<view class="stat-cell">
|
||||||
|
<text class="stat-label">{{ row.label }}</text>
|
||||||
|
<view class="stat-value">
|
||||||
|
<text>{{ row.valueText }}</text>
|
||||||
|
<text v-if="row.unit" class="stat-unit">{{ row.unit }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="stat-divider"></view>
|
||||||
|
<view class="stat-cell stat-cell--compare">
|
||||||
|
<text class="stat-label">对比上次</text>
|
||||||
|
<view v-if="row.delta !== 0" class="stat-value">
|
||||||
|
<text>{{ row.delta > 0 ? "+" : "-" }}{{ row.deltaText }}</text>
|
||||||
|
<text v-if="row.deltaUnit" class="stat-unit">{{ row.deltaUnit }}</text>
|
||||||
|
<image class="trend-icon" :class="{ 'trend-icon--down': row.delta < 0 }"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-up.png" mode="widthFix" />
|
||||||
|
</view>
|
||||||
|
<view v-else class="stat-value">--</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="stat-row">
|
||||||
|
<image class="stat-bg" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-c-bg.png" mode="scaleToFill" />
|
||||||
|
<view class="stat-cell">
|
||||||
|
<text class="stat-label">消耗卡路里</text>
|
||||||
|
<view class="stat-value">
|
||||||
|
<text>{{ calories }}卡</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<text class="stat-equal">≈</text>
|
||||||
|
<!-- <view class="stat-divider"></view> -->
|
||||||
|
<view class="stat-cell stat-cell--compare">
|
||||||
|
<view class="stat-value">
|
||||||
|
<image v-for="index in 3" :key="index" class="rice-icon"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-rice.png" mode="widthFix" />
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
<view class="actions">
|
||||||
|
<view class="action-item" @click="() => (showBowData = true)">
|
||||||
|
<image class="action-icon" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-icon-1.png" mode="widthFix" />
|
||||||
|
<text>查看靶纸</text>
|
||||||
|
</view>
|
||||||
|
<view class="action-item" @click="() => (showComment = true)">
|
||||||
|
<image class="action-icon" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-icon-2.png" mode="widthFix" />
|
||||||
|
<text>教练点评</text>
|
||||||
|
</view>
|
||||||
|
<view class="action-item" @click="onClickShare">
|
||||||
|
<image class="action-icon" src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/result-icon-3.png" mode="widthFix" />
|
||||||
|
<text>分享成绩</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="oper-box">
|
||||||
|
<view class="exp-area">
|
||||||
|
<text class="exp-gain">+{{ gainedExp }}经验</text>
|
||||||
|
<view class="level-progress">
|
||||||
|
<text class="level-text">LV.{{ userLevel }}</text>
|
||||||
|
<view class="progress-track">
|
||||||
|
<view class="progress-fill" :style="{ width: `${expPercent}%` }"></view>
|
||||||
|
</view>
|
||||||
|
<text class="progress-text">{{ currentExp }} / {{ upgradeExp }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="footer-actions">
|
||||||
|
<view class="result-btn result-btn--muted" @click="closePanel">
|
||||||
|
<text>完成</text>
|
||||||
|
</view>
|
||||||
|
<view class="result-btn result-btn--primary" @click="handlePrimary">
|
||||||
|
<text>{{ primaryText }}</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<ScreenHint :show="showComment" :onClose="() => (showComment = false)" mode="tall">
|
||||||
|
<view class="coach-comment">
|
||||||
|
<text>
|
||||||
|
您本次练习取得了<text class="gold-text">{{ totalRing }}</text>环的成绩,所有箭支上靶后的平均点间距离为<text class="gold-text">{{
|
||||||
|
Number((result.average_distance || 0).toFixed(2))
|
||||||
|
}}</text>,{{
|
||||||
|
result.spreadEvaluation === "Dispersed"
|
||||||
|
? "还需要持续改进哦~"
|
||||||
|
: "成绩优秀。"
|
||||||
|
}}
|
||||||
|
</text>
|
||||||
|
<view>
|
||||||
|
<image src="https://static.shelingxingqiu.com/attachment/2025-11-26/deihtj15xjwcz3c1tx.png" mode="widthFix" />
|
||||||
|
<text class="coach-suggestion">
|
||||||
|
针对您本次的练习,{{
|
||||||
|
result.spreadEvaluation === "Dispersed"
|
||||||
|
? "我们建议您充分练习推弓、靠位以及撒放动作一致性。"
|
||||||
|
: totalRing >= 100
|
||||||
|
? "我们建议您继续保持即可。"
|
||||||
|
: `我们建议您将设备的瞄准器${directionAdjusts[result.adjustmentHint]
|
||||||
|
}调整。`
|
||||||
|
}}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</ScreenHint>
|
||||||
|
<BowData :total="arrows.length" :arrows="result.details" :show="showBowData"
|
||||||
|
:onClose="() => (showBowData = false)" />
|
||||||
|
<UserUpgrade :show="showUpgrade" :onClose="() => (showUpgrade = false)" :lvl="userLevel" />
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.result-mask {
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
background:
|
||||||
|
linear-gradient(180deg,
|
||||||
|
rgba(24, 22, 17, 0.38) 0%,
|
||||||
|
rgba(24, 22, 17, 0.56) 28%,
|
||||||
|
rgba(17, 17, 25, 0.92) 58%),
|
||||||
|
rgba(0, 0, 0, 0.72);
|
||||||
|
z-index: 999;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-mask--show {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-mask--hide {
|
||||||
|
opacity: 0;
|
||||||
|
transition: opacity 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-glow {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-title {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 264rpx;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-title-bg {
|
||||||
|
width: 100%;
|
||||||
|
height: 264rpx;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-title-text {
|
||||||
|
width: 100%;
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #FBFCE6;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 40rpx;
|
||||||
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
top: 116rpx;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-panel {
|
||||||
|
width: 100vw;
|
||||||
|
height: 634rpx;
|
||||||
|
padding: 144rpx 80rpx 0 80rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
|
z-index: 1;
|
||||||
|
margin-top: -100rpx;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stats {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 34rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-top {
|
||||||
|
background: linear-gradient(45deg, rgba(205, 183, 122, 0) 0%, #CDB77A 49.92%, rgba(205, 183, 122, 0) 100%);
|
||||||
|
width: 100%;
|
||||||
|
height: 4rpx;
|
||||||
|
opacity: 0.9;
|
||||||
|
position: absolute;
|
||||||
|
top: 2rpx;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.line-bottom {
|
||||||
|
background: linear-gradient(45deg, rgba(205, 183, 122, 0) 0%, #CDB77A 49.92%, rgba(205, 183, 122, 0) 100%);
|
||||||
|
width: 100%;
|
||||||
|
height: 4rpx;
|
||||||
|
opacity: 0.9;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 2rpx;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-row {
|
||||||
|
width: 100%;
|
||||||
|
height: 62rpx;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 52rpx;
|
||||||
|
// border: 2rpx solid rgba(209, 184, 125, 0.72);
|
||||||
|
// border-radius: 14rpx;
|
||||||
|
transform: skewX(-12deg);
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-cell {
|
||||||
|
flex: 1;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
transform: skewX(12deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 582rpx;
|
||||||
|
height: 62rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-cell--compare {
|
||||||
|
padding-left: 8rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-label {
|
||||||
|
position: absolute;
|
||||||
|
top: -30rpx;
|
||||||
|
color: rgba(255, 255, 255, 0.7);
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-value {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
min-width: 120rpx;
|
||||||
|
color: #F3E0B9;
|
||||||
|
font-size: 32rpx;
|
||||||
|
line-height: 1;
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-unit {
|
||||||
|
margin-left: 4rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-divider {
|
||||||
|
width: 2rpx;
|
||||||
|
height: 34rpx;
|
||||||
|
background: rgba(197, 160, 92, 0.64);
|
||||||
|
transform: skewX(12deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-equal{
|
||||||
|
width: 30rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
color: #F3E0B9;
|
||||||
|
font-size: 30rpx;
|
||||||
|
margin-left: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.trend-icon {
|
||||||
|
width: 28rpx;
|
||||||
|
height: 42rpx;
|
||||||
|
margin-left: 16rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.trend-icon--down {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-bg {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 582rpx;
|
||||||
|
height: 62rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rice-list {
|
||||||
|
width: 160rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rice-icon {
|
||||||
|
width: 36rpx;
|
||||||
|
height: 34rpx;
|
||||||
|
margin-right: 14rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.oper-box {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 598rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.actions {
|
||||||
|
width: 350rpx;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top: 38rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-item {
|
||||||
|
width: 80rpx;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-icon {
|
||||||
|
width: 70rpx;
|
||||||
|
height: 68rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-item>text {
|
||||||
|
margin-top: 4rpx;
|
||||||
|
color: #FAE6BC;
|
||||||
|
font-size: 20rpx;
|
||||||
|
line-height: 1;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.exp-area {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: auto;
|
||||||
|
padding-top: 122rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.exp-gain {
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 14rpx;
|
||||||
|
color: #f6e3b2;
|
||||||
|
font-size: 22rpx;
|
||||||
|
line-height: 1;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.level-progress {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.level-text,
|
||||||
|
.progress-text {
|
||||||
|
color: rgba(255, 255, 255, 0.86);
|
||||||
|
font-size: 24rpx;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.level-text {
|
||||||
|
min-width: 60rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-text {
|
||||||
|
min-width: 72rpx;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-track {
|
||||||
|
flex: 1;
|
||||||
|
height: 10rpx;
|
||||||
|
margin: 0 14rpx;
|
||||||
|
border-radius: 999rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
background: rgba(255, 255, 255, 0.26);
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-fill {
|
||||||
|
height: 100%;
|
||||||
|
border-radius: 999rpx;
|
||||||
|
background: linear-gradient(90deg, #ff940f 0%, #ffbb33 58%, #fff0a7 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-actions {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 70rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-btn {
|
||||||
|
width: 234rpx;
|
||||||
|
height: 72rpx;
|
||||||
|
border-radius: 999rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 0 18rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-btn>text {
|
||||||
|
font-size: 28rpx;
|
||||||
|
line-height: 1;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-btn--muted {
|
||||||
|
color: #ffffff;
|
||||||
|
background: rgba(255, 255, 255, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.result-btn--primary {
|
||||||
|
background: #FED847;
|
||||||
|
color: #151515;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gold-text {
|
||||||
|
color: #fed847;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coach-comment {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coach-comment>view {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coach-comment>view>image {
|
||||||
|
width: 420rpx;
|
||||||
|
height: 420rpx;
|
||||||
|
margin-right: 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.coach-suggestion {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,89 @@
|
|||||||
|
<script setup>
|
||||||
|
import IconButton from "@/components/IconButton.vue";
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
show: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
onClose: {
|
||||||
|
type: Function,
|
||||||
|
default: null,
|
||||||
|
},
|
||||||
|
mode: {
|
||||||
|
type: String,
|
||||||
|
default: "normal",
|
||||||
|
},
|
||||||
|
});
|
||||||
|
const getContentHeight = () => {
|
||||||
|
if (props.mode === "tall") return "50vw";
|
||||||
|
if (props.mode === "square") return "74vw";
|
||||||
|
return "36vw";
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view class="container" :style="{ display: show ? 'flex' : 'none' }">
|
||||||
|
<view class="scale-in" :style="{ height: getContentHeight() }">
|
||||||
|
<image
|
||||||
|
v-if="mode === 'normal'"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/screen-hint-bg.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
v-if="mode === 'tall'"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/coach-comment.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
v-if="mode === 'square'"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/prompt-bg-square.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<image
|
||||||
|
v-if="mode === 'small'"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/finish-frame.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<slot />
|
||||||
|
</view>
|
||||||
|
<IconButton
|
||||||
|
v-if="!!onClose"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/close-gold-outline.png"
|
||||||
|
:width="30"
|
||||||
|
:onClick="onClose"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
.container > view:first-child {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
|
width: 70vw;
|
||||||
|
color: #fff;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
.container > view:first-child > image {
|
||||||
|
position: absolute;
|
||||||
|
width: 80vw;
|
||||||
|
left: -7%;
|
||||||
|
bottom: -18vw;
|
||||||
|
z-index: -1;
|
||||||
|
transform: translateY(-75px);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,462 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref, watch, onMounted, onBeforeUnmount, computed } from "vue";
|
||||||
|
import audioManager from "@/audioManager";
|
||||||
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
|
import { getDirectionText, getInvalidShotAudioKey } from "@/util";
|
||||||
|
import Avatar from "@/components/Avatar.vue";
|
||||||
|
|
||||||
|
import useStore from "@/store";
|
||||||
|
import { storeToRefs } from "pinia";
|
||||||
|
const store = useStore();
|
||||||
|
const { user } = storeToRefs(store);
|
||||||
|
|
||||||
|
const props = defineProps({
|
||||||
|
show: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
start: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
tips: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
total: {
|
||||||
|
type: Number,
|
||||||
|
default: 120,
|
||||||
|
},
|
||||||
|
countdownEnabled: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
trainingType: {
|
||||||
|
type: String,
|
||||||
|
default: "precision",
|
||||||
|
},
|
||||||
|
isVip: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
isSvip: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
externalShootResultAudio: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
currentRound: {
|
||||||
|
type: Number,
|
||||||
|
default: 0,
|
||||||
|
},
|
||||||
|
battleId: {
|
||||||
|
type: String,
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
melee: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
onStop: {
|
||||||
|
type: Function,
|
||||||
|
default: () => {},
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
const trainingTitleIconMap = Object.freeze({
|
||||||
|
base:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/text-icon-jcxl.png",
|
||||||
|
precision:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/text-icon-jingzxl.png",
|
||||||
|
rhythm:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/text-icon-jzxl.png",
|
||||||
|
endurance:
|
||||||
|
"https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/text-icon-nlxl.png",
|
||||||
|
});
|
||||||
|
const trainingTitleIcon = computed(
|
||||||
|
() =>
|
||||||
|
trainingTitleIconMap[props.trainingType] || trainingTitleIconMap.precision
|
||||||
|
);
|
||||||
|
|
||||||
|
const barColor = ref("#fed847");
|
||||||
|
const remain = ref(props.countdownEnabled ? props.total : 0);
|
||||||
|
const timer = ref(null);
|
||||||
|
const sound = ref(true);
|
||||||
|
const currentRound = ref(props.currentRound);
|
||||||
|
const currentRoundEnded = ref(false);
|
||||||
|
const halfTime = ref(false);
|
||||||
|
const wait = ref(0);
|
||||||
|
const transitionStyle = ref("all 1s linear");
|
||||||
|
|
||||||
|
const progressPercent = computed(() => {
|
||||||
|
if (!props.countdownEnabled || !props.total) return 0;
|
||||||
|
return Math.max(0, Math.min(100, (remain.value / props.total) * 100));
|
||||||
|
});
|
||||||
|
|
||||||
|
const displayName = computed(() => {
|
||||||
|
return (
|
||||||
|
user.value?.nickName ||
|
||||||
|
user.value?.nickname ||
|
||||||
|
user.value?.name ||
|
||||||
|
"Archer"
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
const avatarSrc = computed(() => {
|
||||||
|
return user.value?.avatar || "/static/shooter2.png";
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => props.tips,
|
||||||
|
(newVal) => {
|
||||||
|
let key = "";
|
||||||
|
if (newVal.includes("红队")) key = "请红方射箭";
|
||||||
|
if (newVal.includes("蓝队")) key = "请蓝方射箭";
|
||||||
|
if (key) {
|
||||||
|
if (currentRoundEnded.value) {
|
||||||
|
currentRound.value += 1;
|
||||||
|
currentRoundEnded.value = false;
|
||||||
|
if (currentRound.value === 1) audioManager.play("第一轮");
|
||||||
|
if (currentRound.value === 2) audioManager.play("第二轮");
|
||||||
|
if (currentRound.value === 3) audioManager.play("第三轮");
|
||||||
|
if (currentRound.value === 4) audioManager.play("第四轮");
|
||||||
|
if (currentRound.value === 5) audioManager.play("第五轮");
|
||||||
|
setTimeout(() => {
|
||||||
|
audioManager.play(key);
|
||||||
|
}, 1000);
|
||||||
|
} else {
|
||||||
|
audioManager.play(key);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
const clearTimer = () => {
|
||||||
|
if (!timer.value) return;
|
||||||
|
clearInterval(timer.value);
|
||||||
|
timer.value = null;
|
||||||
|
};
|
||||||
|
|
||||||
|
const resetTimer = (count) => {
|
||||||
|
clearTimer();
|
||||||
|
if (!props.countdownEnabled) {
|
||||||
|
remain.value = 0;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const countValue = Number(count);
|
||||||
|
const newVal = Number.isFinite(countValue)
|
||||||
|
? Math.max(0, Math.round(countValue))
|
||||||
|
: 0;
|
||||||
|
|
||||||
|
if (newVal >= remain.value) {
|
||||||
|
transitionStyle.value = "none";
|
||||||
|
remain.value = newVal;
|
||||||
|
setTimeout(() => {
|
||||||
|
transitionStyle.value = "all 1s linear";
|
||||||
|
}, 50);
|
||||||
|
} else {
|
||||||
|
remain.value = newVal;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (remain.value > 0) {
|
||||||
|
timer.value = setInterval(() => {
|
||||||
|
if (remain.value === 0) {
|
||||||
|
clearTimer();
|
||||||
|
props.onStop();
|
||||||
|
}
|
||||||
|
if (remain.value > 0) remain.value--;
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => [props.start, props.countdownEnabled],
|
||||||
|
([started, countdownEnabled]) => {
|
||||||
|
if (started && countdownEnabled) {
|
||||||
|
resetTimer(props.total);
|
||||||
|
} else {
|
||||||
|
clearTimer();
|
||||||
|
remain.value = 0;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
immediate: true,
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
const tipContent = computed(() => {
|
||||||
|
if (halfTime.value) {
|
||||||
|
return props.battleId ? "中场休息" : `中场休息(${wait.value}秒)`;
|
||||||
|
}
|
||||||
|
return props.start && remain.value === 0 ? "时间到!" : props.tips;
|
||||||
|
});
|
||||||
|
|
||||||
|
const updateSound = () => {
|
||||||
|
sound.value = !sound.value;
|
||||||
|
audioManager.setMuted(!sound.value);
|
||||||
|
};
|
||||||
|
|
||||||
|
async function onReceiveMessage(msg) {
|
||||||
|
if (Array.isArray(msg)) return;
|
||||||
|
if (msg.type === MESSAGETYPESV2.BattleStart) {
|
||||||
|
halfTime.value = false;
|
||||||
|
audioManager.play("比赛开始");
|
||||||
|
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
|
||||||
|
audioManager.play("练习结束", false);
|
||||||
|
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
|
||||||
|
// 精准训练由页面统一等待语音和飞箭结束,其他训练保持原播放链路。
|
||||||
|
if (props.externalShootResultAudio) return;
|
||||||
|
const latestDetail =
|
||||||
|
Array.isArray(msg.details) && msg.details.length > 0
|
||||||
|
? msg.details[msg.details.length - 1]
|
||||||
|
: null;
|
||||||
|
// 语音和 ACK 优先使用同一份当前箭数据,details 仅作为兼容兜底。
|
||||||
|
const arrow = msg.shootData || latestDetail;
|
||||||
|
if (!arrow) return;
|
||||||
|
if (
|
||||||
|
arrow.playerId !== undefined &&
|
||||||
|
arrow.playerId !== null &&
|
||||||
|
String(arrow.playerId) !== String(user.value?.id)
|
||||||
|
) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const key = [];
|
||||||
|
key.push(arrow.ring ? `${arrow.ringX ? "X" : arrow.ring}环` : "未上靶");
|
||||||
|
if (arrow.angle !== null && arrow.angle !== undefined) {
|
||||||
|
key.push(`向${getDirectionText(arrow.angle)}调整`);
|
||||||
|
}
|
||||||
|
if (arrow.threeConsecutive10Rings === true) {
|
||||||
|
key.push("tententen");
|
||||||
|
}
|
||||||
|
audioManager.play(key, false);
|
||||||
|
} else if (msg.type === MESSAGETYPESV2.HalfRest) {
|
||||||
|
halfTime.value = true;
|
||||||
|
audioManager.play("中场休息");
|
||||||
|
} else if (msg.type === MESSAGETYPESV2.InvalidShot) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "距离不足,无效",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
audioManager.play(getInvalidShotAudioKey(msg.shootData));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const playSound = (key) => {
|
||||||
|
audioManager.play(key);
|
||||||
|
};
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
uni.$on("update-remain", resetTimer);
|
||||||
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$on("play-sound", playSound);
|
||||||
|
});
|
||||||
|
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
uni.$off("update-remain", resetTimer);
|
||||||
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
uni.$off("play-sound", playSound);
|
||||||
|
clearTimer();
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view v-if="show" class="progress-card">
|
||||||
|
<view class="progress-card__header">
|
||||||
|
<view class="progress-card__profile">
|
||||||
|
<view class="progress-card__avatar-shell">
|
||||||
|
<Avatar
|
||||||
|
:src="avatarSrc"
|
||||||
|
:size="80"
|
||||||
|
size-unit="rpx"
|
||||||
|
image-mode="aspectFill"
|
||||||
|
/>
|
||||||
|
</view>
|
||||||
|
<view
|
||||||
|
:class="[
|
||||||
|
'progress-card__name',
|
||||||
|
'member-nickname',
|
||||||
|
isVip && !isSvip ? 'member-nickname--vip' : '',
|
||||||
|
isSvip ? 'member-nickname--svip' : '',
|
||||||
|
]"
|
||||||
|
>
|
||||||
|
<text class="member-nickname__text">{{ displayName }}</text>
|
||||||
|
<text v-if="isSvip" class="member-nickname__shine">
|
||||||
|
{{ displayName }}
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<!-- <button class="progress-card__sound" hover-class="none" @click="updateSound">
|
||||||
|
<image
|
||||||
|
class="progress-card__sound-icon"
|
||||||
|
:src="`/static/sound${sound ? '' : '-off'}-yellow.png`"
|
||||||
|
mode="aspectFit"
|
||||||
|
/>
|
||||||
|
</button> -->
|
||||||
|
</view>
|
||||||
|
|
||||||
|
<view class="progress-card__track-wrap">
|
||||||
|
<image
|
||||||
|
class="progress-card__titile"
|
||||||
|
:src="trainingTitleIcon"
|
||||||
|
mode="aspectFit"
|
||||||
|
/>
|
||||||
|
<view v-if="countdownEnabled" class="progress-card__track">
|
||||||
|
<view
|
||||||
|
class="progress-card__fill"
|
||||||
|
:style="{
|
||||||
|
width: `${progressPercent}%`,
|
||||||
|
backgroundColor: barColor,
|
||||||
|
right: tips.includes('红队') ? 0 : 'unset',
|
||||||
|
transition: transitionStyle,
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
<view class="progress-card__badge">
|
||||||
|
<text class="progress-card__badge-text">剩余{{ remain }}秒</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<!-- <text v-if="tipContent" class="progress-card__tip">{{ tipContent }}123</text> -->
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.progress-card {
|
||||||
|
box-sizing: border-box;
|
||||||
|
/* padding: 50rpx 30rpx 0 30rpx; */
|
||||||
|
margin: 70rpx 30rpx 0 30rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__header {
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__profile {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__avatar-shell {
|
||||||
|
width: 86rpx;
|
||||||
|
height: 86rpx;
|
||||||
|
padding: 3rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-radius: 50%;
|
||||||
|
background: linear-gradient(180deg, rgba(255, 209, 153, 1), rgba(162, 119, 55, 1));
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__avatar {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: block;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__name {
|
||||||
|
width: 86rpx;
|
||||||
|
color: #fff;
|
||||||
|
font-size: 18rpx;
|
||||||
|
line-height: 1;
|
||||||
|
justify-content: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 10rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__sound {
|
||||||
|
width: 68rpx;
|
||||||
|
height: 68rpx;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
background: rgba(28, 24, 21, 0.72);
|
||||||
|
box-shadow: 0 8rpx 18rpx rgba(0, 0, 0, 0.18);
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__sound::after {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__sound-icon {
|
||||||
|
width: 34rpx;
|
||||||
|
height: 34rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__track-wrap {
|
||||||
|
margin-top: -156rpx;
|
||||||
|
padding-left: 102rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__titile{
|
||||||
|
width: 260rpx;
|
||||||
|
height: 72rpx;
|
||||||
|
margin-left: 110rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__track {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 24rpx;
|
||||||
|
border-radius: 18rpx;
|
||||||
|
overflow: hidden;
|
||||||
|
background: #444444;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__fill {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
border-radius: 18rpx;
|
||||||
|
background: linear-gradient( 133deg, #FFD19A 0%, #A17636 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__badge {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
min-width: 156rpx;
|
||||||
|
height: 40rpx;
|
||||||
|
padding: 0 24rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-radius: 999rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
/* background: rgba(164, 117, 47, 0.94); */
|
||||||
|
/* box-shadow: 0 4rpx 10rpx rgba(76, 45, 7, 0.22); */
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__badge-text {
|
||||||
|
color: #fff7de;
|
||||||
|
font-size: 18rpx;
|
||||||
|
line-height: 1;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-card__tip {
|
||||||
|
display: block;
|
||||||
|
margin-top: 16rpx;
|
||||||
|
color: rgba(255, 243, 216, 0.88);
|
||||||
|
font-size: 24rpx;
|
||||||
|
line-height: 1.4;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -0,0 +1,205 @@
|
|||||||
|
<script setup>
|
||||||
|
import { ref, onMounted, onBeforeUnmount } from "vue";
|
||||||
|
import Guide from "@/components/Guide.vue";
|
||||||
|
import BowPower from "@/components/BowPower.vue";
|
||||||
|
import Avatar from "@/components/Avatar.vue";
|
||||||
|
import audioManager from "@/audioManager";
|
||||||
|
import { simulShootAPI } from "@/apis";
|
||||||
|
import { MESSAGETYPESV2 } from "@/constants";
|
||||||
|
import useStore from "@/store";
|
||||||
|
import { storeToRefs } from "pinia";
|
||||||
|
const store = useStore();
|
||||||
|
const { user, device } = storeToRefs(store);
|
||||||
|
const props = defineProps({
|
||||||
|
guide: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
|
isBattle: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
count: {
|
||||||
|
type: Number,
|
||||||
|
default: 15,
|
||||||
|
},
|
||||||
|
targetType: {
|
||||||
|
type: [Number, String],
|
||||||
|
default: "",
|
||||||
|
},
|
||||||
|
});
|
||||||
|
const arrow = ref({});
|
||||||
|
const distance = ref(0);
|
||||||
|
const showsimul = ref(false);
|
||||||
|
const count = ref(props.count);
|
||||||
|
const timer = ref(null);
|
||||||
|
|
||||||
|
const updateTimer = (value) => {
|
||||||
|
count.value = Math.round(value);
|
||||||
|
};
|
||||||
|
onMounted(() => {
|
||||||
|
audioManager.play("请射箭测试距离");
|
||||||
|
if (props.isBattle) {
|
||||||
|
timer.value = setInterval(() => {
|
||||||
|
count.value -= 1;
|
||||||
|
if (count.value < 0) clearInterval(timer.value);
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
|
uni.$on("update-timer", updateTimer);
|
||||||
|
});
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
if (timer.value) clearInterval(timer.value);
|
||||||
|
uni.$off("update-timer", updateTimer);
|
||||||
|
});
|
||||||
|
|
||||||
|
async function onReceiveMessage(msg) {
|
||||||
|
if (Array.isArray(msg)) return;
|
||||||
|
if (msg.type === MESSAGETYPESV2.TestDistance) {
|
||||||
|
const rawDistance = Number(msg.shootData?.distance);
|
||||||
|
distance.value = Number.isFinite(rawDistance)
|
||||||
|
? Number((rawDistance / 100).toFixed(2))
|
||||||
|
: 0;
|
||||||
|
if (rawDistance === 0) {
|
||||||
|
audioManager.play("未发现靶纸,请瞄准靶纸射箭");
|
||||||
|
} else if (distance.value >= 5) audioManager.play("距离合格");
|
||||||
|
else audioManager.play("距离不足");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const simulShoot = async () => {
|
||||||
|
if (device.value.deviceId) await simulShootAPI(device.value.deviceId);
|
||||||
|
};
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
uni.$on("socket-inbox", onReceiveMessage);
|
||||||
|
const accountInfo = uni.getAccountInfoSync();
|
||||||
|
const envVersion = accountInfo.miniProgram.envVersion;
|
||||||
|
if (envVersion !== "release") showsimul.value = true;
|
||||||
|
});
|
||||||
|
|
||||||
|
onBeforeUnmount(() => {
|
||||||
|
uni.$off("socket-inbox", onReceiveMessage);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view class="container">
|
||||||
|
<view class="test-area">
|
||||||
|
<image
|
||||||
|
class="text-bg"
|
||||||
|
src="https://static.shelingxingqiu.com/shootmini/static/training-difficulty-design/par-bg.png"
|
||||||
|
mode="widthFix"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="simul"
|
||||||
|
@click="simulShoot"
|
||||||
|
hover-class="none"
|
||||||
|
v-if="showsimul"
|
||||||
|
>
|
||||||
|
模拟射箭
|
||||||
|
</button>
|
||||||
|
<view class="warnning-text">
|
||||||
|
<view class="target-tip">当前靶纸为<text class="text-yellow">{{ targetType }}cm</text>全环靶</view>
|
||||||
|
<block v-if="distance > 0">
|
||||||
|
<text>当前距离<text class="text-yellow">{{ distance }}</text>米</text>
|
||||||
|
<text v-if="distance >= 5">已达到距离要求</text>
|
||||||
|
<text v-else>请调整站位</text>
|
||||||
|
</block>
|
||||||
|
<block v-else>
|
||||||
|
<text>请射箭,测试站距</text>
|
||||||
|
</block>
|
||||||
|
</view>
|
||||||
|
<view class="user-row">
|
||||||
|
<Avatar :src="user.avatar" :size="35" />
|
||||||
|
<BowPower />
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view v-if="isBattle" class="ready-timer">
|
||||||
|
<image src="../../../static/test-tip.png" mode="widthFix" />
|
||||||
|
<view v-if="count >= 0">
|
||||||
|
<text>距离正式比赛还有</text>
|
||||||
|
<text>{{ count }}</text>
|
||||||
|
<text>秒</text>
|
||||||
|
</view>
|
||||||
|
<view v-else> 进入中... </view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
width: 100vw;
|
||||||
|
max-height: 70vh;
|
||||||
|
}
|
||||||
|
.ready-timer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
transform: translateY(-10vw);
|
||||||
|
}
|
||||||
|
.ready-timer > image:first-child {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
.ready-timer > view {
|
||||||
|
width: 80%;
|
||||||
|
height: 45px;
|
||||||
|
background-color: #545454;
|
||||||
|
border-radius: 30px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
transform: translateY(-8vw);
|
||||||
|
color: #bebebe;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
.ready-timer > view > text:nth-child(2) {
|
||||||
|
color: #fed847;
|
||||||
|
font-size: 20px;
|
||||||
|
width: 22px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.test-area {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-bg {
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.warnning-text {
|
||||||
|
color: #fff;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 200rpx;
|
||||||
|
position: absolute;
|
||||||
|
top: 142rpx;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
font-size: 36rpx;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.target-tip{
|
||||||
|
margin-bottom: 28rpx;
|
||||||
|
}
|
||||||
|
.text-yellow{
|
||||||
|
color: #FED847;
|
||||||
|
}
|
||||||
|
.simul {
|
||||||
|
position: absolute;
|
||||||
|
color: #fff;
|
||||||
|
right: 10px;
|
||||||
|
top: 30rpx;
|
||||||
|
}
|
||||||
|
.user-row{
|
||||||
|
position: absolute;
|
||||||
|
bottom: 34rpx;
|
||||||
|
left: 0rpx;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 34rpx;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user