dev #3

Merged
jingrow merged 96 commits from dev into main 2026-01-13 22:47:33 +08:00
680 changed files with 10 additions and 10 deletions
Showing only changes of commit b0cdcdb25b - Show all commits

View File

@ -29,6 +29,6 @@
{% endfor %}
</script>
<!-- <script type="module" src="/src/main.js"></script> -->
<script type="module" src="/src2/main.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>

View File

@ -1,9 +1,9 @@
{
"include": ["./src2/**/*"],
"include": ["./src/**/*"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src2/*"]
"@/*": ["src/*"]
}
}
}

View File

@ -10,7 +10,7 @@
"generate-theme-config": "node ./generateThemeConfig.cjs",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint src2"
"lint": "eslint src"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.1",

View File

After

Width:  |  Height:  |  Size: 94 KiB

View File

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

After

Width:  |  Height:  |  Size: 1.8 KiB

Some files were not shown because too many files have changed in this diff Show More