This commit is contained in:
Ryan Wang
2026-04-07 22:52:16 +08:00
parent ec2fcc6e4a
commit cf680c4d17
61 changed files with 6826 additions and 4820 deletions
-11
View File
@@ -1,11 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}
+6
View File
@@ -0,0 +1,6 @@
{
"emmet.includeLanguages": {
"astro": "html"
},
"i18n-ally.localesPaths": ["demo-themes/theme-earth/i18n"]
}