Initial commit

This commit is contained in:
TYt50
2026-01-17 16:34:39 +08:00
commit 73b8a6d23f
72 changed files with 45972 additions and 0 deletions

7
core/constants.js Normal file
View File

@@ -0,0 +1,7 @@
/**
* LittleWhiteBox 共享常量
*/
export const EXT_ID = "LittleWhiteBox";
export const EXT_NAME = "小白X";
export const extensionFolderPath = `scripts/extensions/third-party/${EXT_ID}`;