feat: 初始化项目基础结构和功能
添加项目基础文件结构,包括页面、组件、工具函数和API配置 实现首页、授权页和demo页面的基础功能 集成Taro4、Vue3、Pinia和NutUI组件库 配置TailwindCSS和Less支持 添加微信小程序相关工具函数和API封装
Showing
64 changed files
with
3384 additions
and
0 deletions
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.trae/rules/project_rules.md
0 → 100644
babel.config.js
0 → 100644
components.d.ts
0 → 100644
config/dev.js
0 → 100644
config/index.js
0 → 100644
config/prod.js
0 → 100644
package.json
0 → 100644
postcss.config.js
0 → 100644
project.config.json
0 → 100644
project.tt.json
0 → 100644
src/api/common.js
0 → 100644
src/api/fn.js
0 → 100644
src/api/index.js
0 → 100644
src/api/wx/config.js
0 → 100644
src/api/wx/jsApiList.js
0 → 100644
src/api/wx/pay.js
0 → 100644
src/app.config.js
0 → 100644
src/app.js
0 → 100644
src/app.less
0 → 100644
src/assets/images/arrow-down.png
0 → 100644
439 Bytes
src/assets/images/avatar.png
0 → 100644
650 Bytes
src/assets/images/icon/icon_book1@2x.png
0 → 100644
1.36 KB
src/assets/images/icon/icon_book2@2x.png
0 → 100644
1.27 KB
src/assets/images/icon/icon_home1@2x.png
0 → 100644
1.62 KB
src/assets/images/icon/icon_home2@2x.png
0 → 100644
1.49 KB
src/assets/images/icon/icon_my1@2x.png
0 → 100644
990 Bytes
src/assets/images/icon/icon_my2@2x.png
0 → 100644
910 Bytes
src/assets/images/icon/icon_server1.png
0 → 100644
1.25 KB
src/assets/images/icon/icon_server2.png
0 → 100644
1.17 KB
src/assets/images/icon_checked@2x.png
0 → 100644
19.4 KB
src/assets/styles/base.less
0 → 100644
src/components/PosterBuilder/index.vue
0 → 100644
src/components/PosterBuilder/types.d.ts
0 → 100644
src/components/PosterBuilder/utils/draw.ts
0 → 100644
src/components/PosterBuilder/utils/tools.ts
0 → 100644
src/components/navBar.vue
0 → 100644
src/components/time-picker-data/picker.vue
0 → 100644
src/index.html
0 → 100644
src/pages/auth/index.config.js
0 → 100755
src/pages/auth/index.less
0 → 100644
src/pages/auth/index.vue
0 → 100644
src/pages/demo/index.config.js
0 → 100755
src/pages/demo/index.less
0 → 100644
src/pages/demo/index.vue
0 → 100644
src/pages/index/index.config.js
0 → 100644
src/pages/index/index.less
0 → 100644
src/pages/index/index.vue
0 → 100644
src/stores/counter.js
0 → 100755
src/stores/host.js
0 → 100755
src/stores/router.js
0 → 100755
src/utils/config.js
0 → 100644
src/utils/mixin.js
0 → 100644
src/utils/moment.min.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/sysData.js
0 → 100644
src/utils/tools.js
0 → 100644
src/utils/weapp.js
0 → 100644
tailwind.config.js
0 → 100644
yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or login to post a comment