忽略缓存文件

This commit is contained in:
titor-z 2024-12-19 19:14:44 +08:00
parent d61a703a0c
commit a986752f77
9 changed files with 24 additions and 12573 deletions

2
.gitignore vendored
View File

@ -55,4 +55,4 @@ Temporary Items
# Production # Production
node_modules/ node_modules/
.vitepress/cache .vitepress/cache/

View File

@ -1,31 +1,31 @@
{ {
"hash": "72ee1963", "hash": "97080672",
"configHash": "63f5bf89", "configHash": "e0404c79",
"lockfileHash": "dcd677dd", "lockfileHash": "dcd677dd",
"browserHash": "44aba596", "browserHash": "3de085d8",
"optimized": { "optimized": {
"vue": { "vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "src": "../../../node_modules/.store/vue@3.5.13/node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js", "file": "vue.js",
"fileHash": "53df15be", "fileHash": "ae5a8a1c",
"needsInterop": false "needsInterop": false
}, },
"vitepress > @vue/devtools-api": { "vitepress > @vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/dist/index.js", "src": "../../../node_modules/.store/@vue+devtools-api@7.6.8/node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js", "file": "vitepress___@vue_devtools-api.js",
"fileHash": "394d0563", "fileHash": "d4b049e5",
"needsInterop": false "needsInterop": false
}, },
"vitepress > @vueuse/core": { "vitepress > @vueuse/core": {
"src": "../../../node_modules/@vueuse/core/index.mjs", "src": "../../../node_modules/.store/@vueuse+core@11.3.0/node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js", "file": "vitepress___@vueuse_core.js",
"fileHash": "5841a618", "fileHash": "485aa128",
"needsInterop": false "needsInterop": false
} }
}, },
"chunks": { "chunks": {
"chunk-VJWGEPT5": { "chunk-XEHQW2X6": {
"file": "chunk-VJWGEPT5.js" "file": "chunk-XEHQW2X6.js"
} }
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
// node_modules/@vue/devtools-shared/dist/index.js // node_modules/.store/@vue+devtools-shared@7.6.8/node_modules/@vue/devtools-shared/dist/index.js
var __create = Object.create; var __create = Object.create;
var __defProp = Object.defineProperty; var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@ -258,7 +258,7 @@ function isUrlString(str) {
} }
var deepClone = (0, import_rfdc.default)({ circles: true }); var deepClone = (0, import_rfdc.default)({ circles: true });
// node_modules/perfect-debounce/dist/index.mjs // node_modules/.store/perfect-debounce@1.0.0/node_modules/perfect-debounce/dist/index.mjs
var DEBOUNCE_DEFAULTS = { var DEBOUNCE_DEFAULTS = {
trailing: true trailing: true
}; };
@ -315,7 +315,7 @@ async function _applyPromised(fn, _this, args) {
return await fn.apply(_this, args); return await fn.apply(_this, args);
} }
// node_modules/hookable/dist/index.mjs // node_modules/.store/hookable@5.5.3/node_modules/hookable/dist/index.mjs
function flatHooks(configHooks, hooks2 = {}, parentName) { function flatHooks(configHooks, hooks2 = {}, parentName) {
for (const key in configHooks) { for (const key in configHooks) {
const subHook = configHooks[key]; const subHook = configHooks[key];
@ -520,11 +520,11 @@ function createHooks() {
return new Hookable(); return new Hookable();
} }
// node_modules/birpc/dist/index.mjs // node_modules/.store/birpc@0.2.19/node_modules/birpc/dist/index.mjs
var { clearTimeout: clearTimeout2, setTimeout: setTimeout2 } = globalThis; var { clearTimeout: clearTimeout2, setTimeout: setTimeout2 } = globalThis;
var random = Math.random.bind(Math); var random = Math.random.bind(Math);
// node_modules/@vue/devtools-kit/dist/index.js // node_modules/.store/@vue+devtools-kit@7.6.8/node_modules/@vue/devtools-kit/dist/index.js
var __create2 = Object.create; var __create2 = Object.create;
var __defProp2 = Object.defineProperty; var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor; var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;

File diff suppressed because one or more lines are too long

View File

@ -34,9 +34,9 @@ import {
version, version,
watch, watch,
watchEffect watchEffect
} from "./chunk-VJWGEPT5.js"; } from "./chunk-XEHQW2X6.js";
// node_modules/vitepress/lib/vue-demi.mjs // node_modules/.store/vitepress@1.5.0/node_modules/vitepress/lib/vue-demi.mjs
var isVue2 = false; var isVue2 = false;
var isVue3 = true; var isVue3 = true;
function set(target, key, val) { function set(target, key, val) {
@ -56,7 +56,7 @@ function del(target, key) {
delete target[key]; delete target[key];
} }
// node_modules/@vueuse/shared/index.mjs // node_modules/.store/@vueuse+shared@11.3.0/node_modules/@vueuse/shared/index.mjs
function computedEager(fn, options) { function computedEager(fn, options) {
var _a; var _a;
const result = shallowRef(); const result = shallowRef();
@ -1560,7 +1560,7 @@ function whenever(source, cb, options) {
return stop; return stop;
} }
// node_modules/@vueuse/core/index.mjs // node_modules/.store/@vueuse+core@11.3.0/node_modules/@vueuse/core/index.mjs
function computedAsync(evaluationCallback, initialState, optionsOrRef) { function computedAsync(evaluationCallback, initialState, optionsOrRef) {
let options; let options;
if (isRef(optionsOrRef)) { if (isRef(optionsOrRef)) {

File diff suppressed because one or more lines are too long

View File

@ -168,7 +168,7 @@ import {
withMemo, withMemo,
withModifiers, withModifiers,
withScopeId withScopeId
} from "./chunk-VJWGEPT5.js"; } from "./chunk-XEHQW2X6.js";
export { export {
BaseTransition, BaseTransition,
BaseTransitionPropsValidators, BaseTransitionPropsValidators,