feat: 初始化魔兽世界金币价格查询小程序项目

添加基础项目结构,包括页面、组件和配置文件
实现金币价格展示和价格走势图功能
添加筛选功能支持按区服和阵营筛选
This commit is contained in:
2025-12-17 18:50:55 +08:00
parent e00649ddc9
commit 5f8f6287f8
24 changed files with 39459 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
.DS_Store
node_modules/
unpackage/
dist/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.project
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*