feat:提交

This commit is contained in:
2025-07-31 09:19:22 +08:00
parent e672ff60ca
commit 8c00def696
3 changed files with 2 additions and 22 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,4 @@
*.tgz *.tgz
node_modules/* node_modules/*
*.yaml *.yaml
dist/*

16
.vscode/launch.json vendored
View File

@@ -1,16 +0,0 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "针对 localhost 启动 Chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

View File

@@ -1,5 +0,0 @@
{
// libs工作区必须使用相对路径进行导入
"typescript.preferences.importModuleSpecifier": "relative",
"javascript.preferences.importModuleSpecifier": "relative"
}