feat: add preloading template

This commit is contained in:
Flrande
2023-06-07 17:31:54 +08:00
committed by himself65
parent ead106b940
commit e6cd2ace7d
67 changed files with 6732 additions and 385 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"private": true,
"sideEffect": false,
"exports": {
"./*.md": "./src/*.md"
"./*.md": "./*.md",
"./preloading.json": "./preloading.json"
},
"version": "0.6.0"
}