登录结合OpenWrite

This commit is contained in:
tangly1024.com
2024-09-24 18:19:48 +08:00
parent 32a113fbce
commit 964513b1e9
18 changed files with 244 additions and 24 deletions

View File

@@ -2,8 +2,11 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/blog.config": ["./blog.config"],
"@/components/*": ["components/*"],
"@/hooks/*": ["hooks/*"],
"@/themes/*": ["themes/*"],
"@/pages/*": ["pages/*"],
"@/data/*": ["data/*"],
"@/lib/*": ["lib/*"],
"@/styles/*": ["styles/*"]