feat: 初始化觉林寺小程序项目基础架构
添加项目配置文件、核心工具模块、基础页面组件和依赖管理 - 配置 Taro 4 + Vue 3 + NutUI 技术栈,支持微信小程序和 H5 开发 - 实现完整的微信登录认证流程,包括静默授权和 401 自动刷新 - 添加支付测试功能,支持 WebView 桥接和微信支付调用 - 提供弱网/离线支持,包含缓存管理和统一文案 - 设置双设计宽度体系(NutUI 375px / 其他 750px) - 配置路径别名、ESLint 代码规范和开发构建脚本
Showing
67 changed files
with
5020 additions
and
0 deletions
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
AGENTS.md
0 → 100644
CLAUDE.md
0 → 100644
QUICKSTART.md
0 → 100644
README.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
jsconfig.json
0 → 100644
package.json
0 → 100644
pnpm-lock.yaml
0 → 100644
This diff could not be displayed because it is too large.
postcss.config.js
0 → 100644
project.config.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/css/content-bg.less
0 → 100644
src/assets/styles/base.less
0 → 100644
src/components/PosterBuilder/index.vue
0 → 100644
src/components/PosterBuilder/utils/draw.js
0 → 100644
src/components/PosterBuilder/utils/tools.js
0 → 100644
src/components/indexNav.vue
0 → 100644
src/components/qrCode.vue
0 → 100644
This diff is collapsed. Click to expand it.
src/components/qrCodeSearch.vue
0 → 100644
src/components/time-picker-data/picker.vue
0 → 100644
src/composables/useOfflineBookingCache.js
0 → 100644
This diff is collapsed. Click to expand it.
src/composables/useWechatMiniPay.js
0 → 100644
src/hooks/useGo.js
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/index/index.config.js
0 → 100644
src/pages/index/index.less
0 → 100644
src/pages/index/index.vue
0 → 100644
src/pages/pay-bridge/index.config.js
0 → 100644
src/pages/pay-bridge/index.vue
0 → 100644
src/pages/pay-test/index.config.js
0 → 100644
src/pages/pay-test/index.vue
0 → 100644
src/pages/webview-preview/index.config.js
0 → 100644
src/pages/webview-preview/index.vue
0 → 100644
src/stores/counter.js
0 → 100755
src/stores/host.js
0 → 100755
src/stores/main.js
0 → 100644
src/stores/router.js
0 → 100755
src/utils/authRedirect.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/config.js
0 → 100644
src/utils/mixin.js
0 → 100644
src/utils/network.js
0 → 100644
src/utils/polyfill.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/tools.js
0 → 100644
src/utils/uiText.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/weapp.js
0 → 100644
This diff is collapsed. Click to expand it.
src/utils/wechatPay.js
0 → 100644
This diff is collapsed. Click to expand it.
tailwind.config.js
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment