feat: 初始化 Taro 3.8 图生图风格转换小程序项目

- 添加基础项目配置和依赖
- 配置多平台编译支持 (微信小程序、H5、APP)
- 集成 TypeScript、ESLint、Stylelint 代码规范
- 配置 Husky 和 Commitlint 代码提交检查
- 设置开发、测试、生产环境配置
This commit is contained in:
imeepos
2025-09-01 11:22:03 +08:00
commit 23a0b502d3
25 changed files with 10890 additions and 0 deletions

15
project.config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"miniprogramRoot": "./dist",
"projectname": "bw-mini-app",
"description": "图生图 风格转换 ",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}