init commit

This commit is contained in:
rxliuli
2025-11-04 05:03:50 +08:00
commit bce557cc2d
1396 changed files with 172991 additions and 0 deletions

10
node_modules/svelte/src/shared/version.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
// generated during release, do not modify
/**
* The current version, as set in package.json.
*
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.2.20';
export const PUBLIC_VERSION = '4';