招商易小程序v3版本重构。

yuanmingze 1bd5da683c 任务类型处理 il y a 1 mois
.vscode 6b4e406d61 完成格式化问题修改 il y a 8 mois
resolvers 5fb54e216f 完成ui组件库替代 领包广场开发 il y a 4 mois
scripts 5a386df140 处理打包功能实现 il y a 1 mois
src 1bd5da683c 任务类型处理 il y a 1 mois
.editorconfig 7681d5d9e0 基础项目初始化完成 il y a 8 mois
.env.development 1bd5da683c 任务类型处理 il y a 1 mois
.env.pre 93fa93ea75 首页未登录状态ui 完成 il y a 8 mois
.env.production 5a386df140 处理打包功能实现 il y a 1 mois
.env.production_LUOXIN 93fa93ea75 首页未登录状态ui 完成 il y a 8 mois
.eslintignore 7681d5d9e0 基础项目初始化完成 il y a 8 mois
.eslintrc-auto-import.json fced4b940b 完成针对接口文件配置 il y a 8 mois
.eslintrc.cjs 42b5a7f723 添加签名功能及相关组件,优化用户协议流程 il y a 8 mois
.gitattributes 7681d5d9e0 基础项目初始化完成 il y a 8 mois
.gitignore 5a386df140 处理打包功能实现 il y a 1 mois
.npmrc a7eb2d2ade 样式展示成功 il y a 8 mois
.prettierrc.json 7681d5d9e0 基础项目初始化完成 il y a 8 mois
README.md 5a386df140 处理打包功能实现 il y a 1 mois
components.d.ts 076dd68f5a 完成转发分享功能实现 il y a 1 mois
index.html 3089f0551b 初始化仓库 il y a 8 mois
package.json 5a386df140 处理打包功能实现 il y a 1 mois
package_scripts.json 91a80e893f feat:完成多环境命令切换,支持通过命令在打包阶段动态切换appid。 il y a 8 mois
pnpm-lock.yaml 5a386df140 处理打包功能实现 il y a 1 mois
shims-uni.d.ts 3089f0551b 初始化仓库 il y a 8 mois
tsconfig.json 1d3cc30e82 完成任务表单+兼容性实现 il y a 1 mois
vite.config.ts 5fb54e216f 完成ui组件库替代 领包广场开发 il y a 4 mois

README.md

要易小助手

日常开发

  • pnpm dev:h5
  • pnpm dev:mp-weixin
  • pnpm build:h5
  • pnpm build:mp-weixin

微信小程序生产构建支持以下三个目标环境:

环境 接口 AppID
luoxin https://luoxin.yaoyi.net 罗欣小程序
pre https://preapi.yaoyi.net 原小程序
prod https://api.yaoyi.net 原小程序

微信小程序构建

pnpm build:luoxin:mp-weixin
pnpm build:pre:mp-weixin
pnpm build:prod:mp-weixin

命令会校验环境文件中的 VITE_MODEVITE_BASE_APIVITE_WX_APPID,临时将目标 AppID 注入 src/manifest.json,完成后自动还原。压缩后的产物位于 dist/build/mp-weixin