src2重命名为src

This commit is contained in:
jingrow 2025-12-28 22:47:15 +08:00
parent fc82a4ef09
commit b0cdcdb25b
680 changed files with 10 additions and 10 deletions

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

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

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