版本信息页面

This commit is contained in:
2025-11-20 13:25:58 +08:00
parent ef4272c952
commit c065514679
22 changed files with 1798 additions and 15593 deletions

View File

@@ -1,58 +1,64 @@
{
"hash": "caa31cd8",
"configHash": "8bd3ff55",
"lockfileHash": "296e7a14",
"browserHash": "748422e9",
"hash": "f6d37eef",
"configHash": "4eee8ee7",
"lockfileHash": "17b35e94",
"browserHash": "38da36af",
"optimized": {
"axios": {
"src": "../../axios/index.js",
"file": "axios.js",
"fileHash": "17dc0739",
"needsInterop": false
},
"jszip": {
"src": "../../jszip/dist/jszip.min.js",
"file": "jszip.js",
"fileHash": "73a56b11",
"needsInterop": true
},
"mitt": {
"src": "../../mitt/dist/mitt.mjs",
"file": "mitt.js",
"fileHash": "72a77428",
"needsInterop": false
},
"vue": {
"src": "../../vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "dd9d6977",
"needsInterop": false
},
"vue-router": {
"src": "../../vue-router/dist/vue-router.mjs",
"file": "vue-router.js",
"fileHash": "1b493d5a",
"needsInterop": false
},
"xlsx": {
"src": "../../xlsx/xlsx.mjs",
"file": "xlsx.js",
"fileHash": "e65d0089",
"fileHash": "a5a07628",
"needsInterop": false
},
"d3": {
"src": "../../d3/src/index.js",
"file": "d3.js",
"fileHash": "89f27bc8",
"fileHash": "828cdd5e",
"needsInterop": false
},
"jszip": {
"src": "../../jszip/dist/jszip.min.js",
"file": "jszip.js",
"fileHash": "c0e06a93",
"needsInterop": true
},
"mitt": {
"src": "../../mitt/dist/mitt.mjs",
"file": "mitt.js",
"fileHash": "8e22dbfe",
"needsInterop": false
},
"vue": {
"src": "../../vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "7a7fc2f0",
"needsInterop": false
},
"vue-router": {
"src": "../../vue-router/dist/vue-router.mjs",
"file": "vue-router.js",
"fileHash": "58c64081",
"needsInterop": false
},
"xlsx": {
"src": "../../xlsx/xlsx.mjs",
"file": "xlsx.js",
"fileHash": "d95fb4c8",
"needsInterop": false
},
"marked": {
"src": "../../marked/lib/marked.esm.js",
"file": "marked.js",
"fileHash": "a5f98500",
"needsInterop": false
}
},
"chunks": {
"chunk-U3LI7FBV": {
"file": "chunk-U3LI7FBV.js"
"chunk-YBGSFZ7G": {
"file": "chunk-YBGSFZ7G.js"
},
"chunk-5FUTL2UF": {
"file": "chunk-5FUTL2UF.js"
"chunk-FM7WUVZV": {
"file": "chunk-FM7WUVZV.js"
}
}
}

2
node_modules/.vite/deps/axios.js generated vendored
View File

@@ -1,6 +1,6 @@
import {
__export
} from "./chunk-5FUTL2UF.js";
} from "./chunk-FM7WUVZV.js";
// node_modules/axios/lib/helpers/bind.js
function bind(fn, thisArg) {

File diff suppressed because one or more lines are too long

View File

@@ -1,21 +0,0 @@
var __defProp = Object.defineProperty;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
}) : x)(function(x) {
if (typeof require !== "undefined") return require.apply(this, arguments);
throw Error('Dynamic require of "' + x + '" is not supported');
});
var __commonJS = (cb, mod) => function __require2() {
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
};
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
export {
__require,
__commonJS,
__export
};

View File

@@ -1,7 +0,0 @@
{
"version": 3,
"sources": [],
"sourcesContent": [],
"mappings": "",
"names": []
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

2
node_modules/.vite/deps/jszip.js generated vendored
View File

@@ -1,7 +1,7 @@
import {
__commonJS,
__require
} from "./chunk-5FUTL2UF.js";
} from "./chunk-FM7WUVZV.js";
// node_modules/jszip/dist/jszip.min.js
var require_jszip_min = __commonJS({

File diff suppressed because one or more lines are too long

2
node_modules/.vite/deps/mitt.js generated vendored
View File

@@ -1,4 +1,4 @@
import "./chunk-5FUTL2UF.js";
import "./chunk-FM7WUVZV.js";
// node_modules/mitt/dist/mitt.mjs
function mitt_default(n) {

View File

@@ -16,8 +16,8 @@ import {
unref,
watch,
watchEffect
} from "./chunk-U3LI7FBV.js";
import "./chunk-5FUTL2UF.js";
} from "./chunk-YBGSFZ7G.js";
import "./chunk-FM7WUVZV.js";
// node_modules/@vue/devtools-api/lib/esm/env.js
function getDevtoolsGlobalHook() {

File diff suppressed because one or more lines are too long

4
node_modules/.vite/deps/vue.js generated vendored
View File

@@ -168,8 +168,8 @@ import {
withMemo,
withModifiers,
withScopeId
} from "./chunk-U3LI7FBV.js";
import "./chunk-5FUTL2UF.js";
} from "./chunk-YBGSFZ7G.js";
import "./chunk-FM7WUVZV.js";
export {
BaseTransition,
BaseTransitionPropsValidators,

2
node_modules/.vite/deps/xlsx.js generated vendored
View File

@@ -1,4 +1,4 @@
import "./chunk-5FUTL2UF.js";
import "./chunk-FM7WUVZV.js";
// node_modules/xlsx/xlsx.mjs
var XLSX = {};

File diff suppressed because one or more lines are too long