Compare commits
21 Commits
90d60a504b
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| d84fab8977 | |||
| e11c83235d | |||
| f596891d5a | |||
| 67ddfd36db | |||
| 22592a1826 | |||
| c58db3595c | |||
| 4386ff3652 | |||
| 519e3242f4 | |||
| 91429a1a38 | |||
| 3fdc176008 | |||
| e87e00fd75 | |||
| 8ff693e01f | |||
| 484d883510 | |||
| 49e2df722d | |||
| 5626c70da6 | |||
| 096c65edf9 | |||
| 8667cb6577 | |||
| 94cf94bb2f | |||
| cab39ebbe0 | |||
| 57728506da | |||
| 6844e25cef |
@@ -1,4 +1,4 @@
|
|||||||
# TARO_APP_ID="生产环境下的小程序appid"
|
# TARO_APP_ID="生产环境下的小程序appid"
|
||||||
|
|
||||||
TARO_APP_API="https://shake.jdt168.com"
|
TARO_APP_API="https://shake.jdt168.com"
|
||||||
TARO_APP_WS="shake.jdt168.cn"
|
TARO_APP_WS="shake.jdt168.com"
|
||||||
|
|||||||
5
.idea/.gitignore
generated
vendored
Normal file
5
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# 默认忽略的文件
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# 基于编辑器的 HTTP 客户端请求
|
||||||
|
/httpRequests/
|
||||||
6
.idea/git_toolbox_blame.xml
generated
Normal file
6
.idea/git_toolbox_blame.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="GitToolBoxBlameSettings">
|
||||||
|
<option name="version" value="2" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
7
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
7
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<component name="InspectionProjectProfileManager">
|
||||||
|
<profile version="1.0">
|
||||||
|
<option name="myName" value="Project Default" />
|
||||||
|
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||||
|
<inspection_tool class="Stylelint" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||||
|
</profile>
|
||||||
|
</component>
|
||||||
6
.idea/jsLibraryMappings.xml
generated
Normal file
6
.idea/jsLibraryMappings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="JavaScriptLibraryMappings">
|
||||||
|
<includedPredefinedLibrary name="Node.js Core" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/sway-ball.iml" filepath="$PROJECT_DIR$/.idea/sway-ball.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
12
.idea/sway-ball.iml
generated
Normal file
12
.idea/sway-ball.iml
generated
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="WEB_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
"dev:swan": "npm run build:swan -- --watch",
|
"dev:swan": "npm run build:swan -- --watch",
|
||||||
"dev:alipay": "npm run build:alipay -- --watch",
|
"dev:alipay": "npm run build:alipay -- --watch",
|
||||||
"dev:tt": "npm run build:tt -- --watch",
|
"dev:tt": "npm run build:tt -- --watch",
|
||||||
"dev:h5": "npm run build:h5 -- --watch",
|
"dev:h5": "npm run build:h5 -- --watch --mode production",
|
||||||
"dev:rn": "npm run build:rn -- --watch",
|
"dev:rn": "npm run build:rn -- --watch",
|
||||||
"dev:qq": "npm run build:qq -- --watch",
|
"dev:qq": "npm run build:qq -- --watch",
|
||||||
"dev:jd": "npm run build:jd -- --watch",
|
"dev:jd": "npm run build:jd -- --watch",
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"@tarojs/plugin-html": "3.6.34",
|
"@tarojs/plugin-html": "3.6.34",
|
||||||
"@tarojs/plugin-platform-alipay": "3.6.34",
|
"@tarojs/plugin-platform-alipay": "3.6.34",
|
||||||
"@tarojs/plugin-platform-h5": "3.6.34",
|
"@tarojs/plugin-platform-h5": "3.6.34",
|
||||||
"@tarojs/plugin-platform-harmony-hybrid": "3.6.32",
|
"@tarojs/plugin-platform-harmony-hybrid": "3.6.34",
|
||||||
"@tarojs/plugin-platform-jd": "3.6.34",
|
"@tarojs/plugin-platform-jd": "3.6.34",
|
||||||
"@tarojs/plugin-platform-qq": "3.6.34",
|
"@tarojs/plugin-platform-qq": "3.6.34",
|
||||||
"@tarojs/plugin-platform-swan": "3.6.34",
|
"@tarojs/plugin-platform-swan": "3.6.34",
|
||||||
@@ -64,6 +64,7 @@
|
|||||||
"lottie-web": "^5.12.2",
|
"lottie-web": "^5.12.2",
|
||||||
"tcplayer.js": "^5.1.0",
|
"tcplayer.js": "^5.1.0",
|
||||||
"vue": "^3.0.0",
|
"vue": "^3.0.0",
|
||||||
|
"vue3-danmaku": "^1.6.1",
|
||||||
"xgplayer": "^3.0.18",
|
"xgplayer": "^3.0.18",
|
||||||
"xgplayer-flv": "^3.0.18"
|
"xgplayer-flv": "^3.0.18"
|
||||||
},
|
},
|
||||||
|
|||||||
401
pnpm-lock.yaml
generated
401
pnpm-lock.yaml
generated
@@ -19,7 +19,7 @@ importers:
|
|||||||
version: 1.4.2(vue@3.4.31(typescript@5.5.3))
|
version: 1.4.2(vue@3.4.31(typescript@5.5.3))
|
||||||
'@nutui/nutui-taro':
|
'@nutui/nutui-taro':
|
||||||
specifier: ^4.3.11
|
specifier: ^4.3.11
|
||||||
version: 4.3.11(unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
|
version: 4.3.11(unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/components':
|
'@tarojs/components':
|
||||||
specifier: 3.6.34
|
specifier: 3.6.34
|
||||||
version: 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
version: 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
@@ -39,8 +39,8 @@ importers:
|
|||||||
specifier: 3.6.34
|
specifier: 3.6.34
|
||||||
version: 3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
version: 3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/plugin-platform-harmony-hybrid':
|
'@tarojs/plugin-platform-harmony-hybrid':
|
||||||
specifier: 3.6.32
|
specifier: 3.6.34
|
||||||
version: 3.6.32(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
version: 3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/plugin-platform-jd':
|
'@tarojs/plugin-platform-jd':
|
||||||
specifier: 3.6.34
|
specifier: 3.6.34
|
||||||
version: 3.6.34(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
version: 3.6.34(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
||||||
@@ -77,6 +77,9 @@ importers:
|
|||||||
vue:
|
vue:
|
||||||
specifier: ^3.0.0
|
specifier: ^3.0.0
|
||||||
version: 3.4.31(typescript@5.5.3)
|
version: 3.4.31(typescript@5.5.3)
|
||||||
|
vue3-danmaku:
|
||||||
|
specifier: ^1.6.1
|
||||||
|
version: 1.6.1(vue@3.4.31(typescript@5.5.3))
|
||||||
xgplayer:
|
xgplayer:
|
||||||
specifier: ^3.0.18
|
specifier: ^3.0.18
|
||||||
version: 3.0.18(core-js@3.37.1)
|
version: 3.0.18(core-js@3.37.1)
|
||||||
@@ -161,7 +164,7 @@ importers:
|
|||||||
version: 10.9.2(@swc/core@1.3.96)(@types/node@18.19.39)(typescript@5.5.3)
|
version: 10.9.2(@swc/core@1.3.96)(@types/node@18.19.39)(typescript@5.5.3)
|
||||||
unplugin-vue-components:
|
unplugin-vue-components:
|
||||||
specifier: ^0.27.2
|
specifier: ^0.27.2
|
||||||
version: 0.27.2(@babel/parser@7.24.7)(vue@3.4.31(typescript@5.5.3))
|
version: 0.27.2(@babel/parser@7.24.7)(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3))
|
||||||
vue-loader:
|
vue-loader:
|
||||||
specifier: ^17.1.0
|
specifier: ^17.1.0
|
||||||
version: 17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.78.0(@swc/core@1.3.96))
|
version: 17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.78.0(@swc/core@1.3.96))
|
||||||
@@ -1451,9 +1454,6 @@ packages:
|
|||||||
'@tailwindcss-mangle/shared@3.0.0':
|
'@tailwindcss-mangle/shared@3.0.0':
|
||||||
resolution: {integrity: sha512-h1ateiRm/o0JvRsD5755dyS4H1RPE5sgeyEAOorLGVkGvNawkACtM+0MsiD/ZFNgrfQ7aYDD+DF/dV/8LN5Lmw==}
|
resolution: {integrity: sha512-h1ateiRm/o0JvRsD5755dyS4H1RPE5sgeyEAOorLGVkGvNawkACtM+0MsiD/ZFNgrfQ7aYDD+DF/dV/8LN5Lmw==}
|
||||||
|
|
||||||
'@tarojs/api@3.6.32':
|
|
||||||
resolution: {integrity: sha512-+QlaylfS6quKJTU8upPzP9PYFD8u5kY4xGnKBHou9OLIF1N6wyxuVm4aUocNBQqbYYu4a7cyZN01kMCJzJaMoA==}
|
|
||||||
|
|
||||||
'@tarojs/api@3.6.34':
|
'@tarojs/api@3.6.34':
|
||||||
resolution: {integrity: sha512-yW0N1IxLwfon4uaxWZ4hxWTm7/MGsAa2unQ92dy+tonZ5xUinq4skPQT9/H27EVG/WqMgPkZpBpFAXeFOzm+Ew==}
|
resolution: {integrity: sha512-yW0N1IxLwfon4uaxWZ4hxWTm7/MGsAa2unQ92dy+tonZ5xUinq4skPQT9/H27EVG/WqMgPkZpBpFAXeFOzm+Ew==}
|
||||||
|
|
||||||
@@ -1490,20 +1490,6 @@ packages:
|
|||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@tarojs/components-advanced@3.6.32':
|
|
||||||
resolution: {integrity: sha512-5ZUNuY7mvcmv8G59PHlkm4czjFtq2yVqUFIM33LJf0lPVVKexAE9Tr4/nEQorA/4hEfd8aopVsQDQ5nrtTX/bA==}
|
|
||||||
peerDependencies:
|
|
||||||
'@tarojs/runtime': ~3.6.32
|
|
||||||
'@tarojs/shared': ~3.6.32
|
|
||||||
'@tarojs/taro': ~3.6.32
|
|
||||||
react: '>=17'
|
|
||||||
vue: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
react:
|
|
||||||
optional: true
|
|
||||||
vue:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@tarojs/components-advanced@3.6.34':
|
'@tarojs/components-advanced@3.6.34':
|
||||||
resolution: {integrity: sha512-YH2iQTlb2SjpptW1ntW1tL+gfIbdZbbV1Hzp8SxZzlWHrC1yets9ANH6VZLR/sckUw37PEB8+zM2eEXsHqhOFw==}
|
resolution: {integrity: sha512-YH2iQTlb2SjpptW1ntW1tL+gfIbdZbbV1Hzp8SxZzlWHrC1yets9ANH6VZLR/sckUw37PEB8+zM2eEXsHqhOFw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1518,26 +1504,9 @@ packages:
|
|||||||
vue:
|
vue:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tarojs/components-react@3.6.32':
|
|
||||||
resolution: {integrity: sha512-bLoXcxZ4pMT96DOKQo8qhotT1DjSixQ73fq2KwGnf7va5g/gI4akVjT/+tsHfk1QHM4dEZaJKi7fdQ2VC690AA==}
|
|
||||||
|
|
||||||
'@tarojs/components-react@3.6.34':
|
'@tarojs/components-react@3.6.34':
|
||||||
resolution: {integrity: sha512-ArXNlTUB4OnUV5DIkDWF9koSEyKT/jX8T+EUuxuizazB40fw+93XVCoE33gat5lh3G6/joKKvOMqi16k//4mcQ==}
|
resolution: {integrity: sha512-ArXNlTUB4OnUV5DIkDWF9koSEyKT/jX8T+EUuxuizazB40fw+93XVCoE33gat5lh3G6/joKKvOMqi16k//4mcQ==}
|
||||||
|
|
||||||
'@tarojs/components@3.6.32':
|
|
||||||
resolution: {integrity: sha512-erj5uJnrHdjovXDzEe7w5ylB0to52DaLJTMt1Youi+dmdfGJIFuz2LSatzifg7VNcxkT3o1BgHlBBy7UZZrdTg==}
|
|
||||||
peerDependencies:
|
|
||||||
'@types/react': '*'
|
|
||||||
'@types/react-native': '*'
|
|
||||||
vue: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@types/react':
|
|
||||||
optional: true
|
|
||||||
'@types/react-native':
|
|
||||||
optional: true
|
|
||||||
vue:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@tarojs/components@3.6.34':
|
'@tarojs/components@3.6.34':
|
||||||
resolution: {integrity: sha512-04lww6Ed/GdyVY7Ydc6mSN5I7k1ZZ4E9INEhosoUR9lcacoEEMP5e8rTOkieSthYgyKzPscWJH43opyljo14mA==}
|
resolution: {integrity: sha512-04lww6Ed/GdyVY7Ydc6mSN5I7k1ZZ4E9INEhosoUR9lcacoEEMP5e8rTOkieSthYgyKzPscWJH43opyljo14mA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1552,9 +1521,6 @@ packages:
|
|||||||
vue:
|
vue:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tarojs/helper@3.6.32':
|
|
||||||
resolution: {integrity: sha512-9Mv3meUddc534dDBa4wFT1+nu/buwVANyuvxgVUAeFibFxq7iWvKWQ0txtHbBwoGUCkiBKUy4WksDu7KJ0eWGA==}
|
|
||||||
|
|
||||||
'@tarojs/helper@3.6.34':
|
'@tarojs/helper@3.6.34':
|
||||||
resolution: {integrity: sha512-EnXq0XNKBiV23zMj3oEsRYGk5Fbv3ZD7FeZPyVkkh3SOfsTc1E6JobcVOTssOISi4iS+y1jQH7g9kDppgkjuXQ==}
|
resolution: {integrity: sha512-EnXq0XNKBiV23zMj3oEsRYGk5Fbv3ZD7FeZPyVkkh3SOfsTc1E6JobcVOTssOISi4iS+y1jQH7g9kDppgkjuXQ==}
|
||||||
|
|
||||||
@@ -1646,14 +1612,11 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@tarojs/components': ~3.6.34
|
'@tarojs/components': ~3.6.34
|
||||||
|
|
||||||
'@tarojs/plugin-platform-h5@3.6.32':
|
|
||||||
resolution: {integrity: sha512-/FjI8AekpfL0182CYkZeZ32F53gdy1eFEaltKnPfGxtK6CaJbiRTlT8BvdY9CTID5avoP5AWVBEPoIzaFDPtkw==}
|
|
||||||
|
|
||||||
'@tarojs/plugin-platform-h5@3.6.34':
|
'@tarojs/plugin-platform-h5@3.6.34':
|
||||||
resolution: {integrity: sha512-XFYcFynXnjVYj12I9VpfR+/ErpU9TG/dNWYSnoa0tXm4TRHLLQQXZrrFGwfF17zKBxeQfYdcpt7/v5t0bMB1Xg==}
|
resolution: {integrity: sha512-XFYcFynXnjVYj12I9VpfR+/ErpU9TG/dNWYSnoa0tXm4TRHLLQQXZrrFGwfF17zKBxeQfYdcpt7/v5t0bMB1Xg==}
|
||||||
|
|
||||||
'@tarojs/plugin-platform-harmony-hybrid@3.6.32':
|
'@tarojs/plugin-platform-harmony-hybrid@3.6.34':
|
||||||
resolution: {integrity: sha512-UZFb/MsMBOSjHikhW5Fou51b1ztfBNXTdGx9qg6lQ/9rSdaBFlZpZXBfrV8ldeh836Nb64hVXH0ZhC2/rA2rSg==}
|
resolution: {integrity: sha512-wkEKZcuNMiwN88iAeqsI15fLGnO/CC5V103XlETjRdVNS33pQ90pF9uRI1tFnUkuQ2+SrSFDFWZhReweX1WqEA==}
|
||||||
|
|
||||||
'@tarojs/plugin-platform-jd@3.6.34':
|
'@tarojs/plugin-platform-jd@3.6.34':
|
||||||
resolution: {integrity: sha512-CDZip8ncY/s8uDy+NxjT508S/AFAd29oZ2HieaIRSFkbJcdQP0Pe7glwv1qCbNiNvyX3hTmzwNMp/BzifcUTuA==}
|
resolution: {integrity: sha512-CDZip8ncY/s8uDy+NxjT508S/AFAd29oZ2HieaIRSFkbJcdQP0Pe7glwv1qCbNiNvyX3hTmzwNMp/BzifcUTuA==}
|
||||||
@@ -1681,13 +1644,6 @@ packages:
|
|||||||
'@tarojs/components': ~3.6.34
|
'@tarojs/components': ~3.6.34
|
||||||
'@tarojs/shared': ~3.6.34
|
'@tarojs/shared': ~3.6.34
|
||||||
|
|
||||||
'@tarojs/router@3.6.32':
|
|
||||||
resolution: {integrity: sha512-Z8/fcaVunSfnY8NjoN1o8G48hnn+idKr4zUBiH/d8q/A66rozTT1fffls8pJOlk6cTICGkYltIPUAtzJ7VWz5A==}
|
|
||||||
peerDependencies:
|
|
||||||
'@tarojs/runtime': 3.6.32
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
'@tarojs/taro': 3.6.32
|
|
||||||
|
|
||||||
'@tarojs/router@3.6.34':
|
'@tarojs/router@3.6.34':
|
||||||
resolution: {integrity: sha512-tFuDt/q5Ca+ABibMIQN+bcvvcqiMpuiAN1PDfyRCT11b6zJpM6A8FYwyNbBWRX088rp+zZ37dSI9SISPox1m6w==}
|
resolution: {integrity: sha512-tFuDt/q5Ca+ABibMIQN+bcvvcqiMpuiAN1PDfyRCT11b6zJpM6A8FYwyNbBWRX088rp+zZ37dSI9SISPox1m6w==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1698,39 +1654,20 @@ packages:
|
|||||||
'@tarojs/runner-utils@3.6.34':
|
'@tarojs/runner-utils@3.6.34':
|
||||||
resolution: {integrity: sha512-2C6M2Wdb9ySjDJFkTxBoWIRhU/v9pSkFBHaIHH1gCDwmTeHNpZ+YHuFSCqG7nvchVukUgYrEhL5IndsmxDwc4g==}
|
resolution: {integrity: sha512-2C6M2Wdb9ySjDJFkTxBoWIRhU/v9pSkFBHaIHH1gCDwmTeHNpZ+YHuFSCqG7nvchVukUgYrEhL5IndsmxDwc4g==}
|
||||||
|
|
||||||
'@tarojs/runtime@3.6.32':
|
|
||||||
resolution: {integrity: sha512-1W46qkKaSEU9NctryijvE4jgVJA83jBRrKBickmiRKFdoS36CmxN/djm6N1ae9NSp/95xldQzM/aTTQfLf4e3g==}
|
|
||||||
peerDependencies:
|
|
||||||
'@tarojs/shared': ~3.6.32
|
|
||||||
|
|
||||||
'@tarojs/runtime@3.6.34':
|
'@tarojs/runtime@3.6.34':
|
||||||
resolution: {integrity: sha512-UMruOuelf/smdd4mjAW7Tv3OhV3TbLNTDoIuWKC7Hxg86F83YEQMXOBZvLWWe1zn/+f/60C1yVXBWOjSbXS8dw==}
|
resolution: {integrity: sha512-UMruOuelf/smdd4mjAW7Tv3OhV3TbLNTDoIuWKC7Hxg86F83YEQMXOBZvLWWe1zn/+f/60C1yVXBWOjSbXS8dw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@tarojs/shared': ~3.6.34
|
'@tarojs/shared': ~3.6.34
|
||||||
|
|
||||||
'@tarojs/service@3.6.32':
|
|
||||||
resolution: {integrity: sha512-awGzv+FVQSkaPJKlgCG+ZBdHxCbeLnOMhIOE8sY9gUHqiC1RHRbkuGpJDvhm37HjyoylijjEJ7qlGu+ZksXhxA==}
|
|
||||||
peerDependencies:
|
|
||||||
'@tarojs/shared': ~3.6.32
|
|
||||||
'@tarojs/taro': ~3.6.32
|
|
||||||
|
|
||||||
'@tarojs/service@3.6.34':
|
'@tarojs/service@3.6.34':
|
||||||
resolution: {integrity: sha512-HKLDWk+BiAKQyoOyCL1+VxPnT6npiES4EUZOUb737Q3I8cdbOQoDNj5giw9CJkv8MJXBqqZ+KKcyiLv9w6UNcQ==}
|
resolution: {integrity: sha512-HKLDWk+BiAKQyoOyCL1+VxPnT6npiES4EUZOUb737Q3I8cdbOQoDNj5giw9CJkv8MJXBqqZ+KKcyiLv9w6UNcQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@tarojs/shared': ~3.6.34
|
'@tarojs/shared': ~3.6.34
|
||||||
'@tarojs/taro': ~3.6.34
|
'@tarojs/taro': ~3.6.34
|
||||||
|
|
||||||
'@tarojs/shared@3.6.32':
|
|
||||||
resolution: {integrity: sha512-y3NOpkcWMPYmj6vnNPsjwDTHufIrXF71FC5uwXgGIxX/yRiff3raTdksH3qpo0A4oorvfbvFrcPua6GCH+EvZA==}
|
|
||||||
|
|
||||||
'@tarojs/shared@3.6.34':
|
'@tarojs/shared@3.6.34':
|
||||||
resolution: {integrity: sha512-mcRIj8Avn1WtFzlB9fgVSid9xN5Q/tkMvRwrB5JTy38WU04OyBVY6BfQx+G5ac6OcQfJg58Qva0irJ+3lDb00Q==}
|
resolution: {integrity: sha512-mcRIj8Avn1WtFzlB9fgVSid9xN5Q/tkMvRwrB5JTy38WU04OyBVY6BfQx+G5ac6OcQfJg58Qva0irJ+3lDb00Q==}
|
||||||
|
|
||||||
'@tarojs/taro-h5@3.6.32':
|
|
||||||
resolution: {integrity: sha512-hSJ/qnvgCKbNlb+38L4ViXkOOlJyxB8o8kfg/6ITNQNSoUR1GrHFFLjNyrWlTrhIuEiUYzr1Oga5D5MnQtNhBg==}
|
|
||||||
peerDependencies:
|
|
||||||
'@tarojs/components': ~3.6.32
|
|
||||||
|
|
||||||
'@tarojs/taro-h5@3.6.34':
|
'@tarojs/taro-h5@3.6.34':
|
||||||
resolution: {integrity: sha512-r/K9N8MX1Zaxh6MPCxGFbX/LdBPdmABjZYQqmuzqdaVb0yfCEn6cO2tggESDLIUY2jOkRzYw3CohN3QPizt7nQ==}
|
resolution: {integrity: sha512-r/K9N8MX1Zaxh6MPCxGFbX/LdBPdmABjZYQqmuzqdaVb0yfCEn6cO2tggESDLIUY2jOkRzYw3CohN3QPizt7nQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1739,28 +1676,6 @@ packages:
|
|||||||
'@tarojs/taro-loader@3.6.34':
|
'@tarojs/taro-loader@3.6.34':
|
||||||
resolution: {integrity: sha512-vcKbHnkeO0m2eaI9i8wlbmvJ8UN/kbYWChlEyDvvgmicElMDvfV0OFkhvs49DtA97hNdsDuROlgWc7oNtn6EXg==}
|
resolution: {integrity: sha512-vcKbHnkeO0m2eaI9i8wlbmvJ8UN/kbYWChlEyDvvgmicElMDvfV0OFkhvs49DtA97hNdsDuROlgWc7oNtn6EXg==}
|
||||||
|
|
||||||
'@tarojs/taro@3.6.32':
|
|
||||||
resolution: {integrity: sha512-1jIduIPKlCCOvIO+wpcEivtv95LJRTJ1cKDYZrQt2mv0QS5ngF/VWrI68gDIgA/d0tFI1gPhb/gLKFINQ6w2Og==}
|
|
||||||
peerDependencies:
|
|
||||||
'@tarojs/helper': ~3.6.32
|
|
||||||
'@tarojs/runtime': ~3.6.32
|
|
||||||
'@types/react': '*'
|
|
||||||
'@types/webpack': '*'
|
|
||||||
'@types/webpack-dev-server': '*'
|
|
||||||
postcss: '*'
|
|
||||||
vue: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@types/react':
|
|
||||||
optional: true
|
|
||||||
'@types/webpack':
|
|
||||||
optional: true
|
|
||||||
'@types/webpack-dev-server':
|
|
||||||
optional: true
|
|
||||||
postcss:
|
|
||||||
optional: true
|
|
||||||
vue:
|
|
||||||
optional: true
|
|
||||||
|
|
||||||
'@tarojs/taro@3.6.34':
|
'@tarojs/taro@3.6.34':
|
||||||
resolution: {integrity: sha512-7cqnHcYCkdvYrRDi3qZj1sU2GbwlqxW1ZGts7rTKwNH2lMaPUDYebETRgQfSBQ6YChl9GRBJqEo7znnKfFj16w==}
|
resolution: {integrity: sha512-7cqnHcYCkdvYrRDi3qZj1sU2GbwlqxW1ZGts7rTKwNH2lMaPUDYebETRgQfSBQ6YChl9GRBJqEo7znnKfFj16w==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -2366,8 +2281,8 @@ packages:
|
|||||||
aws-sign2@0.7.0:
|
aws-sign2@0.7.0:
|
||||||
resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==}
|
resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==}
|
||||||
|
|
||||||
aws4@1.13.0:
|
aws4@1.13.2:
|
||||||
resolution: {integrity: sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==}
|
resolution: {integrity: sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==}
|
||||||
|
|
||||||
axios@1.7.2:
|
axios@1.7.2:
|
||||||
resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
|
resolution: {integrity: sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==}
|
||||||
@@ -2426,9 +2341,6 @@ packages:
|
|||||||
babel-plugin-transform-imports-api@1.0.0:
|
babel-plugin-transform-imports-api@1.0.0:
|
||||||
resolution: {integrity: sha512-EtPFtwUFwXy4HyRwXiR7dCijk2b1dd12bVs39oY8aMZUnypFEMrctGX6/YrhQzhCPFweV7NTPhc+fD4zItWzUA==}
|
resolution: {integrity: sha512-EtPFtwUFwXy4HyRwXiR7dCijk2b1dd12bVs39oY8aMZUnypFEMrctGX6/YrhQzhCPFweV7NTPhc+fD4zItWzUA==}
|
||||||
|
|
||||||
babel-plugin-transform-taroapi@3.6.32:
|
|
||||||
resolution: {integrity: sha512-DKdyVnA6jiUxTST3T39IN5nA3GefL1Rd30yi+xjIy+o1BbNgXsB9NrC5Hv1XvyLLcfau/g1/q+cHwIegRSyETg==}
|
|
||||||
|
|
||||||
babel-plugin-transform-taroapi@3.6.34:
|
babel-plugin-transform-taroapi@3.6.34:
|
||||||
resolution: {integrity: sha512-qxtV2NbG/O29uIRmDkTA5Z8fGSyTk2KFRkn98SGDFlC+lOau8d0HrLM1zcMlyELyB1SfYyTE4nSneH5sBlGqRw==}
|
resolution: {integrity: sha512-qxtV2NbG/O29uIRmDkTA5Z8fGSyTk2KFRkn98SGDFlC+lOau8d0HrLM1zcMlyELyB1SfYyTE4nSneH5sBlGqRw==}
|
||||||
|
|
||||||
@@ -5493,6 +5405,9 @@ packages:
|
|||||||
nwsapi@2.2.10:
|
nwsapi@2.2.10:
|
||||||
resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==}
|
resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==}
|
||||||
|
|
||||||
|
nwsapi@2.2.12:
|
||||||
|
resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
|
||||||
|
|
||||||
nypm@0.3.9:
|
nypm@0.3.9:
|
||||||
resolution: {integrity: sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==}
|
resolution: {integrity: sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==}
|
||||||
engines: {node: ^14.16.0 || >=16.10.0}
|
engines: {node: ^14.16.0 || >=16.10.0}
|
||||||
@@ -5698,8 +5613,8 @@ packages:
|
|||||||
path-to-regexp@0.1.7:
|
path-to-regexp@0.1.7:
|
||||||
resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
|
resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==}
|
||||||
|
|
||||||
path-to-regexp@3.2.0:
|
path-to-regexp@3.3.0:
|
||||||
resolution: {integrity: sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==}
|
resolution: {integrity: sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==}
|
||||||
|
|
||||||
path-type@4.0.0:
|
path-type@4.0.0:
|
||||||
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
||||||
@@ -6071,8 +5986,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
|
resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
|
|
||||||
preferred-pm@3.1.3:
|
preferred-pm@3.1.4:
|
||||||
resolution: {integrity: sha512-MkXsENfftWSRpzCzImcp4FRsCc3y1opwB73CfCNWyzMqArju2CrlMHlqB7VexKiPEOjGMbttv1r9fSCn5S610w==}
|
resolution: {integrity: sha512-lEHd+yEm22jXdCphDrkvIJQU66EuLojPPtvZkpKIkiD+l0DMThF/niqZKJSoU8Vl7iuvtmzyMhir9LdVy5WMnA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
prelude-ls@1.2.1:
|
prelude-ls@1.2.1:
|
||||||
@@ -6361,6 +6276,11 @@ packages:
|
|||||||
deprecated: Rimraf versions prior to v4 are no longer supported
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
rollup@3.29.4:
|
||||||
|
resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==}
|
||||||
|
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
rrweb-cssom@0.6.0:
|
rrweb-cssom@0.6.0:
|
||||||
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
|
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
|
||||||
|
|
||||||
@@ -7252,6 +7172,11 @@ packages:
|
|||||||
vue-template-es2015-compiler@1.9.1:
|
vue-template-es2015-compiler@1.9.1:
|
||||||
resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==}
|
resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==}
|
||||||
|
|
||||||
|
vue3-danmaku@1.6.1:
|
||||||
|
resolution: {integrity: sha512-v7KqMV5WK3mqRSotSuJfnJldsIpilh72nLKKebWGCO7HM4k330QV1f4oje410GfwSx+SrJ+YLeTG8QLJYuKwYg==}
|
||||||
|
peerDependencies:
|
||||||
|
vue: ^3.0.0
|
||||||
|
|
||||||
vue@3.4.31:
|
vue@3.4.31:
|
||||||
resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
|
resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -7372,8 +7297,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==}
|
resolution: {integrity: sha512-Ed/LrqB8EPlGxjS+TrsXcpUond1mhccS3pchLhzSgPCnTimUCKj3IZE75pAs5m6heB2U2TMerKFUXheyHY+VDQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
|
||||||
which-pm@2.0.0:
|
which-pm@2.2.0:
|
||||||
resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==}
|
resolution: {integrity: sha512-MOiaDbA5ZZgUjkeMWM5EkJp4loW5ZRoa5bc3/aeMox/PJelMhE6t7S/mLuiY43DBupyxH+S0U1bTui9kWUlmsw==}
|
||||||
engines: {node: '>=8.15'}
|
engines: {node: '>=8.15'}
|
||||||
|
|
||||||
which@1.3.1:
|
which@1.3.1:
|
||||||
@@ -8914,13 +8839,13 @@ snapshots:
|
|||||||
|
|
||||||
'@nutui/icons-vue-taro@0.0.9': {}
|
'@nutui/icons-vue-taro@0.0.9': {}
|
||||||
|
|
||||||
'@nutui/nutui-taro@4.3.11(unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
|
'@nutui/nutui-taro@4.3.11(unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nutui/icons-vue-taro': 0.0.9
|
'@nutui/icons-vue-taro': 0.0.9
|
||||||
sass: 1.50.0
|
sass: 1.50.0
|
||||||
vue: 3.4.31(typescript@5.5.3)
|
vue: 3.4.31(typescript@5.5.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
unplugin-vue-components: 0.27.2(@babel/parser@7.24.7)(vue@3.4.31(typescript@5.5.3))
|
unplugin-vue-components: 0.27.2(@babel/parser@7.24.7)(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3))
|
||||||
|
|
||||||
'@one-ini/wasm@0.1.1': {}
|
'@one-ini/wasm@0.1.1': {}
|
||||||
|
|
||||||
@@ -8931,11 +8856,13 @@ snapshots:
|
|||||||
'@pkgjs/parseargs@0.11.0':
|
'@pkgjs/parseargs@0.11.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@rollup/pluginutils@5.1.0':
|
'@rollup/pluginutils@5.1.0(rollup@3.29.4)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/estree': 1.0.5
|
'@types/estree': 1.0.5
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
picomatch: 2.3.1
|
picomatch: 2.3.1
|
||||||
|
optionalDependencies:
|
||||||
|
rollup: 3.29.4
|
||||||
|
|
||||||
'@sideway/address@4.1.5':
|
'@sideway/address@4.1.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -9034,12 +8961,6 @@ snapshots:
|
|||||||
|
|
||||||
'@tailwindcss-mangle/shared@3.0.0': {}
|
'@tailwindcss-mangle/shared@3.0.0': {}
|
||||||
|
|
||||||
'@tarojs/api@3.6.32':
|
|
||||||
dependencies:
|
|
||||||
'@babel/runtime': 7.24.7
|
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
|
|
||||||
'@tarojs/api@3.6.34':
|
'@tarojs/api@3.6.34':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.24.7
|
'@babel/runtime': 7.24.7
|
||||||
@@ -9097,26 +9018,6 @@ snapshots:
|
|||||||
- debug
|
- debug
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@tarojs/components-advanced@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/components': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
'@tarojs/taro': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
classnames: 2.5.1
|
|
||||||
csstype: 3.1.3
|
|
||||||
memoize-one: 6.0.0
|
|
||||||
postcss: 8.4.39
|
|
||||||
tslib: 2.6.3
|
|
||||||
optionalDependencies:
|
|
||||||
vue: 3.4.31(typescript@5.5.3)
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@tarojs/helper'
|
|
||||||
- '@types/react'
|
|
||||||
- '@types/react-native'
|
|
||||||
- '@types/webpack'
|
|
||||||
- '@types/webpack-dev-server'
|
|
||||||
|
|
||||||
'@tarojs/components-advanced@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
|
'@tarojs/components-advanced@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
@@ -9137,27 +9038,7 @@ snapshots:
|
|||||||
- '@types/webpack'
|
- '@types/webpack'
|
||||||
- '@types/webpack-dev-server'
|
- '@types/webpack-dev-server'
|
||||||
|
|
||||||
'@tarojs/components-react@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
'@tarojs/components-react@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
|
||||||
'@babel/runtime': 7.24.7
|
|
||||||
'@tarojs/components': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
'@tarojs/taro': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
classnames: 2.5.1
|
|
||||||
swiper: 6.8.0
|
|
||||||
tslib: 2.6.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@tarojs/helper'
|
|
||||||
- '@tarojs/runtime'
|
|
||||||
- '@tarojs/shared'
|
|
||||||
- '@types/react'
|
|
||||||
- '@types/react-native'
|
|
||||||
- '@types/webpack'
|
|
||||||
- '@types/webpack-dev-server'
|
|
||||||
- postcss
|
|
||||||
- react
|
|
||||||
- vue
|
|
||||||
|
|
||||||
'@tarojs/components-react@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': 7.24.7
|
'@babel/runtime': 7.24.7
|
||||||
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
@@ -9168,37 +9049,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@tarojs/helper'
|
- '@tarojs/helper'
|
||||||
- '@tarojs/runtime'
|
- '@tarojs/runtime'
|
||||||
- '@tarojs/shared'
|
|
||||||
- '@types/react'
|
- '@types/react'
|
||||||
- '@types/react-native'
|
- '@types/react-native'
|
||||||
- '@types/webpack'
|
- '@types/webpack'
|
||||||
- '@types/webpack-dev-server'
|
- '@types/webpack-dev-server'
|
||||||
- postcss
|
- postcss
|
||||||
- react
|
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@tarojs/components@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
|
||||||
dependencies:
|
|
||||||
'@stencil/core': 2.22.3
|
|
||||||
'@tarojs/components-advanced': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
|
|
||||||
'@tarojs/taro': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
classnames: 2.5.1
|
|
||||||
hammerjs: 2.0.8
|
|
||||||
hls.js: 1.5.13
|
|
||||||
resolve-pathname: 3.0.0
|
|
||||||
swiper: 6.8.0
|
|
||||||
tslib: 2.6.3
|
|
||||||
optionalDependencies:
|
|
||||||
vue: 3.4.31(typescript@5.5.3)
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@tarojs/helper'
|
|
||||||
- '@tarojs/runtime'
|
|
||||||
- '@tarojs/shared'
|
|
||||||
- '@types/webpack'
|
|
||||||
- '@types/webpack-dev-server'
|
|
||||||
- postcss
|
|
||||||
- react
|
|
||||||
|
|
||||||
'@tarojs/components@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
'@tarojs/components@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@stencil/core': 2.22.3
|
'@stencil/core': 2.22.3
|
||||||
@@ -9221,39 +9078,6 @@ snapshots:
|
|||||||
- postcss
|
- postcss
|
||||||
- react
|
- react
|
||||||
|
|
||||||
'@tarojs/helper@3.6.32':
|
|
||||||
dependencies:
|
|
||||||
'@babel/core': 7.24.7
|
|
||||||
'@babel/parser': 7.24.7
|
|
||||||
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7)
|
|
||||||
'@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.24.7)
|
|
||||||
'@babel/plugin-transform-runtime': 7.24.7(@babel/core@7.24.7)
|
|
||||||
'@babel/preset-env': 7.24.7(@babel/core@7.24.7)
|
|
||||||
'@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
|
|
||||||
'@babel/register': 7.24.6(@babel/core@7.24.7)
|
|
||||||
'@babel/runtime': 7.24.7
|
|
||||||
'@babel/traverse': 7.24.7
|
|
||||||
'@swc/core': 1.3.96
|
|
||||||
'@swc/register': 0.1.10(@swc/core@1.3.96)
|
|
||||||
ansi-escapes: 4.3.2
|
|
||||||
chalk: 3.0.0
|
|
||||||
chokidar: 3.6.0
|
|
||||||
cross-spawn: 7.0.3
|
|
||||||
debug: 4.3.4
|
|
||||||
dotenv: 16.4.5
|
|
||||||
dotenv-expand: 9.0.0
|
|
||||||
esbuild: 0.19.12
|
|
||||||
find-yarn-workspace-root: 2.0.0
|
|
||||||
fs-extra: 8.1.0
|
|
||||||
lodash: 4.17.21
|
|
||||||
require-from-string: 2.0.2
|
|
||||||
resolve: 1.22.8
|
|
||||||
supports-hyperlinks: 2.3.0
|
|
||||||
yauzl: 2.10.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@swc/helpers'
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@tarojs/helper@3.6.34':
|
'@tarojs/helper@3.6.34':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.24.7
|
'@babel/core': 7.24.7
|
||||||
@@ -9377,36 +9201,10 @@ snapshots:
|
|||||||
- '@tarojs/taro'
|
- '@tarojs/taro'
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@tarojs/plugin-platform-h5@3.6.32(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/components': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
'@tarojs/components-react': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
'@tarojs/router': 3.6.32(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
|
||||||
'@tarojs/service': 3.6.32(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
'@tarojs/taro-h5': 3.6.32(@tarojs/components@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
|
||||||
babel-plugin-transform-taroapi: 3.6.32
|
|
||||||
change-case: 4.1.2
|
|
||||||
lodash-es: 4.17.21
|
|
||||||
resolve: 1.22.8
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@swc/helpers'
|
|
||||||
- '@tarojs/helper'
|
|
||||||
- '@tarojs/taro'
|
|
||||||
- '@types/react'
|
|
||||||
- '@types/react-native'
|
|
||||||
- '@types/webpack'
|
|
||||||
- '@types/webpack-dev-server'
|
|
||||||
- postcss
|
|
||||||
- react
|
|
||||||
- supports-color
|
|
||||||
- vue
|
|
||||||
|
|
||||||
'@tarojs/plugin-platform-h5@3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
'@tarojs/plugin-platform-h5@3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/components-react': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/components-react': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/router': 3.6.34(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
'@tarojs/router': 3.6.34(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
||||||
'@tarojs/runtime': 3.6.34(@tarojs/shared@3.6.34)
|
'@tarojs/runtime': 3.6.34(@tarojs/shared@3.6.34)
|
||||||
'@tarojs/service': 3.6.34(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
'@tarojs/service': 3.6.34(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
||||||
@@ -9425,23 +9223,22 @@ snapshots:
|
|||||||
- '@types/webpack'
|
- '@types/webpack'
|
||||||
- '@types/webpack-dev-server'
|
- '@types/webpack-dev-server'
|
||||||
- postcss
|
- postcss
|
||||||
- react
|
|
||||||
- supports-color
|
- supports-color
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@tarojs/plugin-platform-harmony-hybrid@3.6.32(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
'@tarojs/plugin-platform-harmony-hybrid@3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/api': 3.6.32
|
'@tarojs/api': 3.6.34
|
||||||
'@tarojs/components': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/components': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/components-react': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/components-react': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/plugin-platform-h5': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
'@tarojs/plugin-platform-h5': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
||||||
'@tarojs/router': 3.6.32(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
'@tarojs/router': 3.6.34(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
'@tarojs/runtime': 3.6.34(@tarojs/shared@3.6.34)
|
||||||
'@tarojs/service': 3.6.32(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
'@tarojs/service': 3.6.34(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
||||||
'@tarojs/shared': 3.6.32
|
'@tarojs/shared': 3.6.34
|
||||||
'@tarojs/taro-h5': 3.6.32(@tarojs/components@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
'@tarojs/taro-h5': 3.6.34(@tarojs/components@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
||||||
axios: 1.7.2
|
axios: 1.7.2
|
||||||
babel-plugin-transform-taroapi: 3.6.32
|
babel-plugin-transform-taroapi: 3.6.34
|
||||||
base64-js: 1.5.1
|
base64-js: 1.5.1
|
||||||
change-case: 4.1.2
|
change-case: 4.1.2
|
||||||
jsonp-retry: 1.0.3
|
jsonp-retry: 1.0.3
|
||||||
@@ -9459,7 +9256,6 @@ snapshots:
|
|||||||
- '@types/webpack-dev-server'
|
- '@types/webpack-dev-server'
|
||||||
- debug
|
- debug
|
||||||
- postcss
|
- postcss
|
||||||
- react
|
|
||||||
- supports-color
|
- supports-color
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
@@ -9514,18 +9310,6 @@ snapshots:
|
|||||||
- '@tarojs/taro'
|
- '@tarojs/taro'
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@tarojs/router@3.6.32(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
'@tarojs/taro': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
dingtalk-jsapi: 2.15.4
|
|
||||||
history: 5.3.0
|
|
||||||
mobile-detect: 1.4.5
|
|
||||||
query-string: 7.1.3
|
|
||||||
tslib: 2.6.3
|
|
||||||
universal-router: 8.3.0
|
|
||||||
|
|
||||||
'@tarojs/router@3.6.34(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
'@tarojs/router@3.6.34(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/runtime': 3.6.34(@tarojs/shared@3.6.34)
|
'@tarojs/runtime': 3.6.34(@tarojs/shared@3.6.34)
|
||||||
@@ -9546,33 +9330,12 @@ snapshots:
|
|||||||
- '@swc/helpers'
|
- '@swc/helpers'
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32)':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
lodash-es: 4.17.21
|
|
||||||
tslib: 2.6.3
|
|
||||||
|
|
||||||
'@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34)':
|
'@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/shared': 3.6.34
|
'@tarojs/shared': 3.6.34
|
||||||
lodash-es: 4.17.21
|
lodash-es: 4.17.21
|
||||||
tslib: 2.6.3
|
tslib: 2.6.3
|
||||||
|
|
||||||
'@tarojs/service@3.6.32(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/helper': 3.6.32
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
'@tarojs/taro': 3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
joi: 17.13.3
|
|
||||||
lodash: 4.17.21
|
|
||||||
ora: 5.4.1
|
|
||||||
resolve: 1.22.8
|
|
||||||
tapable: 1.1.3
|
|
||||||
webpack-merge: 4.2.2
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@swc/helpers'
|
|
||||||
- supports-color
|
|
||||||
|
|
||||||
'@tarojs/service@3.6.34(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
'@tarojs/service@3.6.34(@tarojs/shared@3.6.34)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/helper': 3.6.34
|
'@tarojs/helper': 3.6.34
|
||||||
@@ -9588,30 +9351,8 @@ snapshots:
|
|||||||
- '@swc/helpers'
|
- '@swc/helpers'
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@tarojs/shared@3.6.32': {}
|
|
||||||
|
|
||||||
'@tarojs/shared@3.6.34': {}
|
'@tarojs/shared@3.6.34': {}
|
||||||
|
|
||||||
'@tarojs/taro-h5@3.6.32(@tarojs/components@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/api': 3.6.32
|
|
||||||
'@tarojs/components': 3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))
|
|
||||||
'@tarojs/router': 3.6.32(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(@tarojs/shared@3.6.32)(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))
|
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
|
||||||
'@tarojs/shared': 3.6.32
|
|
||||||
abortcontroller-polyfill: 1.7.5
|
|
||||||
base64-js: 1.5.1
|
|
||||||
ics: 3.7.6
|
|
||||||
is-mobile: 4.0.0
|
|
||||||
jsonp-retry: 1.0.3
|
|
||||||
lodash-es: 4.17.21
|
|
||||||
platform: 1.3.6
|
|
||||||
query-string: 7.1.3
|
|
||||||
tslib: 2.6.3
|
|
||||||
whatwg-fetch: 3.6.20
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@tarojs/taro'
|
|
||||||
|
|
||||||
'@tarojs/taro-h5@3.6.34(@tarojs/components@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
'@tarojs/taro-h5@3.6.34(@tarojs/components@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(@tarojs/shared@3.6.34)(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))(@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/api': 3.6.34
|
'@tarojs/api': 3.6.34
|
||||||
@@ -9647,15 +9388,6 @@ snapshots:
|
|||||||
- supports-color
|
- supports-color
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@tarojs/taro@3.6.32(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.32(@tarojs/shared@3.6.32))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
|
||||||
dependencies:
|
|
||||||
'@tarojs/api': 3.6.32
|
|
||||||
'@tarojs/helper': 3.6.34
|
|
||||||
'@tarojs/runtime': 3.6.32(@tarojs/shared@3.6.32)
|
|
||||||
optionalDependencies:
|
|
||||||
postcss: 8.4.39
|
|
||||||
vue: 3.4.31(typescript@5.5.3)
|
|
||||||
|
|
||||||
'@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
'@tarojs/taro@3.6.34(@tarojs/helper@3.6.34)(@tarojs/runtime@3.6.34(@tarojs/shared@3.6.34))(postcss@8.4.39)(vue@3.4.31(typescript@5.5.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tarojs/api': 3.6.34
|
'@tarojs/api': 3.6.34
|
||||||
@@ -10555,7 +10287,7 @@ snapshots:
|
|||||||
|
|
||||||
aws-sign2@0.7.0: {}
|
aws-sign2@0.7.0: {}
|
||||||
|
|
||||||
aws4@1.13.0: {}
|
aws4@1.13.2: {}
|
||||||
|
|
||||||
axios@1.7.2:
|
axios@1.7.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -10650,10 +10382,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
is-invalid-path: 1.0.2
|
is-invalid-path: 1.0.2
|
||||||
|
|
||||||
babel-plugin-transform-taroapi@3.6.32:
|
|
||||||
dependencies:
|
|
||||||
lodash: 4.17.21
|
|
||||||
|
|
||||||
babel-plugin-transform-taroapi@3.6.34:
|
babel-plugin-transform-taroapi@3.6.34:
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
@@ -13438,7 +13166,7 @@ snapshots:
|
|||||||
http-proxy-agent: 5.0.0
|
http-proxy-agent: 5.0.0
|
||||||
https-proxy-agent: 5.0.1
|
https-proxy-agent: 5.0.1
|
||||||
is-potential-custom-element-name: 1.0.1
|
is-potential-custom-element-name: 1.0.1
|
||||||
nwsapi: 2.2.10
|
nwsapi: 2.2.12
|
||||||
parse5: 7.1.2
|
parse5: 7.1.2
|
||||||
rrweb-cssom: 0.6.0
|
rrweb-cssom: 0.6.0
|
||||||
saxes: 6.0.0
|
saxes: 6.0.0
|
||||||
@@ -14060,7 +13788,7 @@ snapshots:
|
|||||||
package-json: 6.5.0
|
package-json: 6.5.0
|
||||||
path-exists: 4.0.0
|
path-exists: 4.0.0
|
||||||
pkg-dir: 5.0.0
|
pkg-dir: 5.0.0
|
||||||
preferred-pm: 3.1.3
|
preferred-pm: 3.1.4
|
||||||
rc-config-loader: 4.1.3
|
rc-config-loader: 4.1.3
|
||||||
semver: 7.6.2
|
semver: 7.6.2
|
||||||
semver-diff: 3.1.1
|
semver-diff: 3.1.1
|
||||||
@@ -14093,6 +13821,8 @@ snapshots:
|
|||||||
|
|
||||||
nwsapi@2.2.10: {}
|
nwsapi@2.2.10: {}
|
||||||
|
|
||||||
|
nwsapi@2.2.12: {}
|
||||||
|
|
||||||
nypm@0.3.9:
|
nypm@0.3.9:
|
||||||
dependencies:
|
dependencies:
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
@@ -14291,7 +14021,7 @@ snapshots:
|
|||||||
|
|
||||||
path-to-regexp@0.1.7: {}
|
path-to-regexp@0.1.7: {}
|
||||||
|
|
||||||
path-to-regexp@3.2.0: {}
|
path-to-regexp@3.3.0: {}
|
||||||
|
|
||||||
path-type@4.0.0: {}
|
path-type@4.0.0: {}
|
||||||
|
|
||||||
@@ -14633,12 +14363,12 @@ snapshots:
|
|||||||
picocolors: 1.0.1
|
picocolors: 1.0.1
|
||||||
source-map-js: 1.2.0
|
source-map-js: 1.2.0
|
||||||
|
|
||||||
preferred-pm@3.1.3:
|
preferred-pm@3.1.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
find-up: 5.0.0
|
find-up: 5.0.0
|
||||||
find-yarn-workspace-root2: 1.2.16
|
find-yarn-workspace-root2: 1.2.16
|
||||||
path-exists: 4.0.0
|
path-exists: 4.0.0
|
||||||
which-pm: 2.0.0
|
which-pm: 2.2.0
|
||||||
|
|
||||||
prelude-ls@1.2.1: {}
|
prelude-ls@1.2.1: {}
|
||||||
|
|
||||||
@@ -14870,7 +14600,7 @@ snapshots:
|
|||||||
request@2.88.2:
|
request@2.88.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
aws-sign2: 0.7.0
|
aws-sign2: 0.7.0
|
||||||
aws4: 1.13.0
|
aws4: 1.13.2
|
||||||
caseless: 0.12.0
|
caseless: 0.12.0
|
||||||
combined-stream: 1.0.8
|
combined-stream: 1.0.8
|
||||||
extend: 3.0.2
|
extend: 3.0.2
|
||||||
@@ -14950,6 +14680,11 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
glob: 7.2.3
|
glob: 7.2.3
|
||||||
|
|
||||||
|
rollup@3.29.4:
|
||||||
|
optionalDependencies:
|
||||||
|
fsevents: 2.3.3
|
||||||
|
optional: true
|
||||||
|
|
||||||
rrweb-cssom@0.6.0: {}
|
rrweb-cssom@0.6.0: {}
|
||||||
|
|
||||||
run-async@2.4.1: {}
|
run-async@2.4.1: {}
|
||||||
@@ -15769,7 +15504,7 @@ snapshots:
|
|||||||
|
|
||||||
universal-router@8.3.0:
|
universal-router@8.3.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
path-to-regexp: 3.2.0
|
path-to-regexp: 3.3.0
|
||||||
|
|
||||||
universalify@0.1.2: {}
|
universalify@0.1.2: {}
|
||||||
|
|
||||||
@@ -15777,10 +15512,10 @@ snapshots:
|
|||||||
|
|
||||||
unpipe@1.0.0: {}
|
unpipe@1.0.0: {}
|
||||||
|
|
||||||
unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(vue@3.4.31(typescript@5.5.3)):
|
unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(rollup@3.29.4)(vue@3.4.31(typescript@5.5.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.7.10
|
'@antfu/utils': 0.7.10
|
||||||
'@rollup/pluginutils': 5.1.0
|
'@rollup/pluginutils': 5.1.0(rollup@3.29.4)
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
debug: 4.3.5
|
debug: 4.3.5
|
||||||
fast-glob: 3.3.2
|
fast-glob: 3.3.2
|
||||||
@@ -16010,6 +15745,10 @@ snapshots:
|
|||||||
|
|
||||||
vue-template-es2015-compiler@1.9.1: {}
|
vue-template-es2015-compiler@1.9.1: {}
|
||||||
|
|
||||||
|
vue3-danmaku@1.6.1(vue@3.4.31(typescript@5.5.3)):
|
||||||
|
dependencies:
|
||||||
|
vue: 3.4.31(typescript@5.5.3)
|
||||||
|
|
||||||
vue@3.4.31(typescript@5.5.3):
|
vue@3.4.31(typescript@5.5.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-dom': 3.4.31
|
'@vue/compiler-dom': 3.4.31
|
||||||
@@ -16207,7 +15946,7 @@ snapshots:
|
|||||||
tr46: 4.1.1
|
tr46: 4.1.1
|
||||||
webidl-conversions: 7.0.0
|
webidl-conversions: 7.0.0
|
||||||
|
|
||||||
which-pm@2.0.0:
|
which-pm@2.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
load-yaml-file: 0.2.0
|
load-yaml-file: 0.2.0
|
||||||
path-exists: 4.0.0
|
path-exists: 4.0.0
|
||||||
|
|||||||
@@ -4,11 +4,20 @@ export const GetBetOptList = async (type) =>
|
|||||||
await alovaInst.Get(`/dice/shake?type=${type}`);
|
await alovaInst.Get(`/dice/shake?type=${type}`);
|
||||||
export const GetUserInfo = async (uid) =>
|
export const GetUserInfo = async (uid) =>
|
||||||
await alovaInst.Get(`/dice/userShakeInfo?uid=${uid}`);
|
await alovaInst.Get(`/dice/userShakeInfo?uid=${uid}`);
|
||||||
export const GetBetRecord = async (uid) =>
|
export const GetBetRecord = async (data) =>
|
||||||
await alovaInst.Get(`/dice/userShakeRecord?uid=${uid}`);
|
await alovaInst.Get(
|
||||||
|
`/dice/userShakeRecord?uid=${data.uid}&PageNum=${data.PageNum}&PageSize=${data.PageSize}`
|
||||||
|
);
|
||||||
export const GetLotteryRecord = async (uid) =>
|
export const GetLotteryRecord = async (uid) =>
|
||||||
await alovaInst.Get(`/dice/draw?uid=${uid}`);
|
await alovaInst.Get(`/dice/draw?uid=${uid}`);
|
||||||
export const GetPeriod = async () => await alovaInst.Get(`/dice/periods`);
|
export const GetPeriod = async () => await alovaInst.Get(`/dice/periods`);
|
||||||
|
|
||||||
export const GetIsWin = async (uid) =>
|
export const GetIsWin = async (uid) =>
|
||||||
await alovaInst.Get(`/dice/user/win?uid=${uid}`);
|
await alovaInst.Get(`/dice/user/win?uid=${uid}`);
|
||||||
|
|
||||||
|
// 获取中奖信息
|
||||||
|
export const GetWinInfo = async () =>
|
||||||
|
await alovaInst.Get(`/dice/all/user/win`);
|
||||||
|
|
||||||
|
// 获取参与人数
|
||||||
|
export const GetJoinNum = async () => await alovaInst.Get(`/dice/user/play/count`);
|
||||||
|
|||||||
@@ -90,6 +90,12 @@ const uid = ref("");
|
|||||||
// ]);
|
// ]);
|
||||||
const data = ref([]);
|
const data = ref([]);
|
||||||
|
|
||||||
|
const page = ref({
|
||||||
|
page: 1,
|
||||||
|
size: 20,
|
||||||
|
total: 0,
|
||||||
|
});
|
||||||
|
|
||||||
Taro.useLoad((opt) => {
|
Taro.useLoad((opt) => {
|
||||||
uid.value = opt.uid;
|
uid.value = opt.uid;
|
||||||
});
|
});
|
||||||
@@ -98,19 +104,39 @@ Taro.useDidShow(() => {
|
|||||||
getList();
|
getList();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Taro.useReachBottom(() => {
|
||||||
|
if (page.value.total === data.value.length)
|
||||||
|
return Taro.showToast({
|
||||||
|
title: "没有更多了",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
page.value.page++;
|
||||||
|
getList();
|
||||||
|
});
|
||||||
|
|
||||||
const getList = async () => {
|
const getList = async () => {
|
||||||
const res = await GetBetRecord(uid.value);
|
Taro.showLoading({
|
||||||
// console.log(res);
|
title: "加载中",
|
||||||
data.value = res.data.map((item) => ({
|
});
|
||||||
type: 1,
|
const res = await GetBetRecord({
|
||||||
qs: `第${item.Periods}期`,
|
uid: uid.value,
|
||||||
hm: [item.Name],
|
PageNum: page.value.page,
|
||||||
t: item.DrawTime,
|
PageSize: page.value.size,
|
||||||
j: item.Number,
|
});
|
||||||
draw_num: item.DrawNum,
|
const arr =
|
||||||
state: item.State,
|
res.data.map((item) => ({
|
||||||
periods_num: item.PeriodsNum,
|
type: 1,
|
||||||
}));
|
qs: `第${item.Periods}期`,
|
||||||
|
hm: [item.Name],
|
||||||
|
t: item.DrawTime,
|
||||||
|
j: item.Number,
|
||||||
|
draw_num: item.DrawNum,
|
||||||
|
state: item.State,
|
||||||
|
periods_num: item.PeriodsNum,
|
||||||
|
})) || [];
|
||||||
|
data.value.push(...arr);
|
||||||
|
page.value.total = res.total;
|
||||||
|
Taro.hideLoading();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -79,3 +79,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.danmaku-box {
|
||||||
|
width: 100vw;
|
||||||
|
height: 420px;
|
||||||
|
|
||||||
|
.danmaku {
|
||||||
|
position: absolute;
|
||||||
|
width: 100vw;
|
||||||
|
height: 420px;
|
||||||
|
top: 0;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,7 +1,32 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="relative">
|
<view class="relative">
|
||||||
<!-- 直播区域 -->
|
<!-- 直播区域 -->
|
||||||
<view id="Player" class="w-full h-[420px]"></view>
|
|
||||||
|
<view class="danmaku-box">
|
||||||
|
<vue-danmaku
|
||||||
|
ref="danmakuRef"
|
||||||
|
class="danmaku"
|
||||||
|
v-model:danmus="danmus"
|
||||||
|
useSlot
|
||||||
|
:speeds="100"
|
||||||
|
>
|
||||||
|
<template v-slot:dm="{ danmu }">
|
||||||
|
<view class="flex items-center text-box">
|
||||||
|
<image
|
||||||
|
class="w-[45px] h-[45px] mr-[10px] rounded-full"
|
||||||
|
:src="danmu.User.avatarUrl"
|
||||||
|
></image>
|
||||||
|
<text class="text-[#fff] text-[28px]"
|
||||||
|
>恭喜{{ danmu.User.nickName }}获得{{ danmu.DrawNum }}积分,价值{{
|
||||||
|
danmu.Number
|
||||||
|
}}</text
|
||||||
|
>
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
</vue-danmaku>
|
||||||
|
<view id="Player" class="w-full h-[420px]"></view>
|
||||||
|
</view>
|
||||||
|
|
||||||
<!-- <view id="J_prismPlayer"></view> -->
|
<!-- <view id="J_prismPlayer"></view> -->
|
||||||
<!-- <view class="player" id="mse"></view> -->
|
<!-- <view class="player" id="mse"></view> -->
|
||||||
<!-- 头部 -->
|
<!-- 头部 -->
|
||||||
@@ -59,6 +84,10 @@
|
|||||||
<right theme="filled" size="25" fill="#ffffff" />
|
<right theme="filled" size="25" fill="#ffffff" />
|
||||||
</navigator>
|
</navigator>
|
||||||
</view>
|
</view>
|
||||||
|
<view
|
||||||
|
class="text-[25px] font-bold text-[red] text-center mt-[10px] mb-[10px]"
|
||||||
|
>当前参与人数: {{ joinNum }}</view
|
||||||
|
>
|
||||||
<!-- 开奖 -->
|
<!-- 开奖 -->
|
||||||
<view class="flex justify-between items-center p-[20px]">
|
<view class="flex justify-between items-center p-[20px]">
|
||||||
<view class="text-center relative aft">
|
<view class="text-center relative aft">
|
||||||
@@ -127,7 +156,8 @@
|
|||||||
>
|
>
|
||||||
<view
|
<view
|
||||||
:class="formData.betIndexs.includes(item.value) ? 'text-white' : ''"
|
:class="formData.betIndexs.includes(item.value) ? 'text-white' : ''"
|
||||||
><view>{{ item.label }}</view>
|
>
|
||||||
|
<view>{{ item.label }}</view>
|
||||||
<view
|
<view
|
||||||
:class="[
|
:class="[
|
||||||
formData.betIndexs.includes(item.value)
|
formData.betIndexs.includes(item.value)
|
||||||
@@ -161,7 +191,8 @@
|
|||||||
? 'white'
|
? 'white'
|
||||||
: getTextColor(item.label),
|
: getTextColor(item.label),
|
||||||
}"
|
}"
|
||||||
><view>{{ item.label }}</view>
|
>
|
||||||
|
<view>{{ item.label }}</view>
|
||||||
<view class="text-[28px] text-[#EB1313] leading-[50px]">{{
|
<view class="text-[28px] text-[#EB1313] leading-[50px]">{{
|
||||||
item.odds
|
item.odds
|
||||||
}}</view>
|
}}</view>
|
||||||
@@ -186,8 +217,8 @@
|
|||||||
<text class="text-[#EB1313]">{{
|
<text class="text-[#EB1313]">{{
|
||||||
formData.betIndexs.length * formData.value
|
formData.betIndexs.length * formData.value
|
||||||
}}</text>
|
}}</text>
|
||||||
豆子</view
|
豆子
|
||||||
>
|
</view>
|
||||||
<!-- <view> 单注最多可赢 <text class="text-[#EB1313]">100</text> 积分 </view> -->
|
<!-- <view> 单注最多可赢 <text class="text-[#EB1313]">100</text> 积分 </view> -->
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
@@ -196,13 +227,13 @@
|
|||||||
<view
|
<view
|
||||||
@click="clearbet"
|
@click="clearbet"
|
||||||
class="bg-[#FFE8E8] rounded-[10px] border border-[#FF0204] w-[100px] h-[60px] text-[#FF0204] text-center leading-[60px]"
|
class="bg-[#FFE8E8] rounded-[10px] border border-[#FF0204] w-[100px] h-[60px] text-[#FF0204] text-center leading-[60px]"
|
||||||
>清空</view
|
>
|
||||||
|
清空</view
|
||||||
>
|
>
|
||||||
<view>
|
<view>
|
||||||
<view
|
<view
|
||||||
>可用豆子:
|
>可用豆子: <text class="text-[#EB1313]">{{ user.pulse }}</text> 豆子
|
||||||
<text class="text-[#EB1313]">{{ user.pulse }}</text> 豆子</view
|
</view>
|
||||||
>
|
|
||||||
<!-- @input="betIput" -->
|
<!-- @input="betIput" -->
|
||||||
<view class="flex"
|
<view class="flex"
|
||||||
>单注:
|
>单注:
|
||||||
@@ -212,8 +243,8 @@
|
|||||||
class="ml-1 mr-1 border border-[#D9D9D9] rounded-[10px] w-[140px] pl-[10px] pr-[10px] text-[#FF0204] text-center"
|
class="ml-1 mr-1 border border-[#D9D9D9] rounded-[10px] w-[140px] pl-[10px] pr-[10px] text-[#FF0204] text-center"
|
||||||
placeholder=""
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
豆子</view
|
豆子
|
||||||
>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 确认投注 -->
|
<!-- 确认投注 -->
|
||||||
@@ -244,6 +275,8 @@ import {
|
|||||||
GetPeriod,
|
GetPeriod,
|
||||||
GetBetRecord,
|
GetBetRecord,
|
||||||
GetIsWin,
|
GetIsWin,
|
||||||
|
GetWinInfo,
|
||||||
|
GetJoinNum,
|
||||||
} from "../../api";
|
} from "../../api";
|
||||||
import "tcplayer.js/dist/tcplayer.min.css";
|
import "tcplayer.js/dist/tcplayer.min.css";
|
||||||
// import Srs from "../../utils/srs.sdk";
|
// import Srs from "../../utils/srs.sdk";
|
||||||
@@ -254,8 +287,25 @@ import "xgplayer/dist/index.min.css";
|
|||||||
import "./index.scss";
|
import "./index.scss";
|
||||||
import wzj from "../../static/wzj.json";
|
import wzj from "../../static/wzj.json";
|
||||||
import zj from "../../static/zj.json";
|
import zj from "../../static/zj.json";
|
||||||
|
import vueDanmaku from "vue3-danmaku";
|
||||||
|
|
||||||
onMounted(() => {});
|
onMounted(() => {
|
||||||
|
// getWinInfo()
|
||||||
|
});
|
||||||
|
|
||||||
|
const danmakuRef = ref();
|
||||||
|
|
||||||
|
const danmus = ref([]);
|
||||||
|
// const danmus = ref([
|
||||||
|
// {
|
||||||
|
// User: {
|
||||||
|
// avatarUrl: "https://img.loliapi.cn/i/pp/img132.web",
|
||||||
|
// nickName: "Huakk"
|
||||||
|
// },
|
||||||
|
// DrawNum: "10000",
|
||||||
|
// Number: "100"
|
||||||
|
// }
|
||||||
|
// ]);
|
||||||
|
|
||||||
const player = ref(null);
|
const player = ref(null);
|
||||||
|
|
||||||
@@ -278,7 +328,7 @@ const pStr = ref("");
|
|||||||
|
|
||||||
const initWs = (options) => {
|
const initWs = (options) => {
|
||||||
ws.value = new WebSocket(
|
ws.value = new WebSocket(
|
||||||
`wss://${process.env.TARO_APP_WS}/dice/home?uid=${options.uid}&game_id=4`
|
`wss://${process.env.TARO_APP_WS}/dice/home?uid=${options.uid}&game_id=9`
|
||||||
);
|
);
|
||||||
|
|
||||||
ws.value.onopen = () => {
|
ws.value.onopen = () => {
|
||||||
@@ -328,6 +378,7 @@ Taro.useDidShow(() => {
|
|||||||
getBetList();
|
getBetList();
|
||||||
getRecord();
|
getRecord();
|
||||||
getNum();
|
getNum();
|
||||||
|
getJoinNum();
|
||||||
});
|
});
|
||||||
|
|
||||||
const uid = ref("");
|
const uid = ref("");
|
||||||
@@ -354,7 +405,7 @@ const getRecord = async () => {
|
|||||||
tt: item.Name,
|
tt: item.Name,
|
||||||
t: item.DrawTime,
|
t: item.DrawTime,
|
||||||
}));
|
}));
|
||||||
numList.value = data.value[0].hm;
|
numList.value = data.value[0]?.hm;
|
||||||
};
|
};
|
||||||
|
|
||||||
const getWin = async () => {
|
const getWin = async () => {
|
||||||
@@ -363,6 +414,9 @@ const getWin = async () => {
|
|||||||
const res = await GetIsWin(uid.value);
|
const res = await GetIsWin(uid.value);
|
||||||
if (res.number > 0) {
|
if (res.number > 0) {
|
||||||
lottieFn(1, res.number);
|
lottieFn(1, res.number);
|
||||||
|
} else {
|
||||||
|
// 获取中奖信息
|
||||||
|
getWinInfo();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -488,7 +542,7 @@ const loadTplayer = () => {
|
|||||||
|
|
||||||
videoEl.setAttribute("preload", "auto");
|
videoEl.setAttribute("preload", "auto");
|
||||||
videoEl.setAttribute("style", "object-fit: cover;");
|
videoEl.setAttribute("style", "object-fit: cover;");
|
||||||
videoEl.setAttribute("muted", "");
|
// videoEl.setAttribute("muted", "");
|
||||||
videoEl.setAttribute("autoplay", "");
|
videoEl.setAttribute("autoplay", "");
|
||||||
videoEl.setAttribute("id", "player-container-id");
|
videoEl.setAttribute("id", "player-container-id");
|
||||||
videoEl.setAttribute("class", "w-full h-full");
|
videoEl.setAttribute("class", "w-full h-full");
|
||||||
@@ -499,12 +553,12 @@ const loadTplayer = () => {
|
|||||||
|
|
||||||
player.value = TCPlayer("player-container-id", {
|
player.value = TCPlayer("player-container-id", {
|
||||||
autoplay: true,
|
autoplay: true,
|
||||||
muted: true,
|
muted: false,
|
||||||
preload: "auto",
|
preload: "auto",
|
||||||
controlBar: {
|
controlBar: {
|
||||||
playToggle: true,
|
playToggle: true,
|
||||||
progressControl: false,
|
progressControl: false,
|
||||||
volumePanel: false,
|
volumePanel: true,
|
||||||
currentTimeDisplay: false,
|
currentTimeDisplay: false,
|
||||||
durationDisplay: false,
|
durationDisplay: false,
|
||||||
timeDivider: false,
|
timeDivider: false,
|
||||||
@@ -530,7 +584,7 @@ const loadTplayer = () => {
|
|||||||
"https://license.vod2.myqcloud.com/license/v2/1327927250_1/v_cube.license", // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
|
"https://license.vod2.myqcloud.com/license/v2/1327927250_1/v_cube.license", // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
|
||||||
});
|
});
|
||||||
|
|
||||||
player.value.muted(true);
|
// player.value.muted(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
const initPlayer = () => {
|
const initPlayer = () => {
|
||||||
@@ -563,12 +617,12 @@ const initPlayer = () => {
|
|||||||
const showSelector = ref(false);
|
const showSelector = ref(false);
|
||||||
|
|
||||||
const selector = ref([
|
const selector = ref([
|
||||||
|
{ name: "单双", value: 3 },
|
||||||
|
{ name: "特码", value: 2 },
|
||||||
{
|
{
|
||||||
name: "头尾数",
|
name: "头尾数",
|
||||||
value: 1,
|
value: 1,
|
||||||
},
|
},
|
||||||
{ name: "特码", value: 2 },
|
|
||||||
{ name: "单双", value: 3 },
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const onChange = async ({ name, value }) => {
|
const onChange = async ({ name, value }) => {
|
||||||
@@ -625,7 +679,7 @@ const columns = ref([
|
|||||||
stylecolumn: "width: 300px; padding: 0px",
|
stylecolumn: "width: 300px; padding: 0px",
|
||||||
render: ({ hm }) => {
|
render: ({ hm }) => {
|
||||||
let el = [];
|
let el = [];
|
||||||
el = hm.map((item) => {
|
el = hm?.map((item) => {
|
||||||
return h(
|
return h(
|
||||||
"view",
|
"view",
|
||||||
{
|
{
|
||||||
@@ -711,8 +765,8 @@ const openTable = () => {};
|
|||||||
const numList = ref([]);
|
const numList = ref([]);
|
||||||
|
|
||||||
const formData = ref({
|
const formData = ref({
|
||||||
selectorChecked: "头尾数",
|
selectorChecked: "单双",
|
||||||
betType: 1,
|
betType: 3,
|
||||||
betIndexs: [],
|
betIndexs: [],
|
||||||
value: "",
|
value: "",
|
||||||
total: 0,
|
total: 0,
|
||||||
@@ -885,10 +939,47 @@ const lottieFn = async (type, num = 0) => {
|
|||||||
ctx.addEventListener("complete", () => {
|
ctx.addEventListener("complete", () => {
|
||||||
isLottie.value = false;
|
isLottie.value = false;
|
||||||
ctx.destroy();
|
ctx.destroy();
|
||||||
|
// 获取中奖信息
|
||||||
|
setTimeout(() => {
|
||||||
|
getWinInfo();
|
||||||
|
}, 1500);
|
||||||
});
|
});
|
||||||
|
getUserInfo();
|
||||||
await getUserInfo();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const getWinInfo = async () => {
|
||||||
|
danmus.value = [];
|
||||||
|
const res = await GetWinInfo();
|
||||||
|
danmus.value = res.list;
|
||||||
|
Taro.request({
|
||||||
|
url: "https://danmu.jdt168.com/get_danmu",
|
||||||
|
method: "GET",
|
||||||
|
success: ({ data: res }) => {
|
||||||
|
const newData = res.data.map((item) => ({
|
||||||
|
User: {
|
||||||
|
nickName: item.nick_name,
|
||||||
|
avatarUrl: item.avatar,
|
||||||
|
},
|
||||||
|
DrawNum: item.draw_num,
|
||||||
|
Number: item.win_number,
|
||||||
|
}));
|
||||||
|
danmus.value.push(...newData);
|
||||||
|
},
|
||||||
|
});
|
||||||
|
danmakuRef.value.play();
|
||||||
|
};
|
||||||
|
|
||||||
|
const joinNum = ref(0);
|
||||||
|
|
||||||
|
const getJoinNum = async () => {
|
||||||
|
const res = await GetJoinNum();
|
||||||
|
const random_num = Math.floor(Math.random() * (300 - 100));
|
||||||
|
joinNum.value = res.number ? res.number : random_num;
|
||||||
|
};
|
||||||
|
|
||||||
|
setInterval(() => {
|
||||||
|
getJoinNum();
|
||||||
|
}, 20 * 1000);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss"></style>
|
<style lang="scss"></style>
|
||||||
|
|||||||
Reference in New Issue
Block a user