This commit is contained in:
yziiy
2025-09-26 14:56:34 +08:00
parent cae9c4c8fc
commit 1418d399b7
5 changed files with 2570 additions and 0 deletions

8
pnpm-lock.yaml generated
View File

@@ -11,6 +11,9 @@ importers:
axios:
specifier: ^1.9.0
version: 1.10.0
video-animation-player:
specifier: ^1.0.5
version: 1.0.5
vue-i18n:
specifier: ^11.1.5
version: 11.1.9(vue@3.5.17)
@@ -203,6 +206,9 @@ packages:
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
engines: {node: '>=0.10.0'}
video-animation-player@1.0.5:
resolution: {integrity: sha512-KLz+uL6zojOYXEPFxL2AB0iKSLHnmKQPBnXmFWHpGtAdB6/j9EWCbWcUDCg0KVOBTFRHa2UfiSNK0y1I+LEfpA==}
vue-i18n@11.1.9:
resolution: {integrity: sha512-N9ZTsXdRmX38AwS9F6Rh93RtPkvZTkSy/zNv63FTIwZCUbLwwrpqlKz9YQuzFLdlvRdZTnWAUE5jMxr8exdl7g==}
engines: {node: '>= 16'}
@@ -418,6 +424,8 @@ snapshots:
source-map-js@1.2.1: {}
video-animation-player@1.0.5: {}
vue-i18n@11.1.9(vue@3.5.17):
dependencies:
'@intlify/core-base': 11.1.9

View File

@@ -0,0 +1,15 @@
{
"hash": "210efaf9",
"configHash": "076fb22e",
"lockfileHash": "a418d8ff",
"browserHash": "76b5ab23",
"optimized": {
"axios": {
"src": "../../../../../node_modules/axios/index.js",
"file": "axios.js",
"fileHash": "e62143b7",
"needsInterop": false
}
},
"chunks": {}
}

2537
unpackage/dist/cache/.vite/deps/axios.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
{
"type": "module"
}