From b2b4e4f23b33f94632626ce5a791e2a66465bea9 Mon Sep 17 00:00:00 2001 From: xixiibn5100 <1584914306@qq.com> Date: Mon, 30 Sep 2024 00:17:52 +0800 Subject: [PATCH 1/7] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E4=BA=86page.conf?= =?UTF-8?q?ig.ts=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page.config.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/page.config.ts diff --git a/src/page.config.ts b/src/page.config.ts deleted file mode 100644 index 8ac7ad40..00000000 --- a/src/page.config.ts +++ /dev/null @@ -1,3 +0,0 @@ -export default definePageConfig({ - enablePageMeta: true, -}); From 4fa1a33c797b9917c89267f5579b9f977cc94b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:44:01 +0800 Subject: [PATCH 2/7] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 99f32f77..654655f5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # WeJH-Taro -使用跨平台框架 Taro 构建的基于 Vue + TS 的小程序 +使用跨平台框架 Taro 构建的基于 Vue3 + TS 的小程序 ## 介绍 @@ -11,12 +11,31 @@ ## 技术栈 -Vue3, Typescript, Taro, Vuex +- Vue3 +- Typescript +- Taro +- Vuex + +## 快速开始 +1. 下载微信开发者程序 +2. fork仓库并且clone到本地 +3. 在根目录配置`.env`文件 +4. 安装依赖 `pnpm i` +5. 运行`pnpm run dev:weapp` +6. 将在根目录生成的dist文件夹导入微信开发者程序中 +7. 愉快的进行开发 + +## 打包部署 +运行`pnpm run build`,将根目录dist产物压缩发给后端小伙伴 + ## 更多资料 +- Taro官方文档: [https://docs.taro.zone/docs/](https://docs.taro.zone/docs/) - 小程序后端: [https://github.com/zjutjh/wejh-go](https://github.com/zjutjh/wejh-server-docs) +- 小程序后台: [https://github.com/zjutjh/JingHong-Admin-Vue](https://github.com/zjutjh/JingHong-Admin-Vue) + - 微精弘1.0: [https://github.com/zjutjh/wejh-weapp](https://github.com/zjutjh/wejh-weapp) ## 开发者 From 934141f13d4376d7faa92ef930d8e2852a76fdf4 Mon Sep 17 00:00:00 2001 From: xixiibn5100 <1584914306@qq.com> Date: Tue, 1 Oct 2024 01:47:31 +0800 Subject: [PATCH 3/7] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E.env.sample=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 00000000..9de917eb --- /dev/null +++ b/.env.sample @@ -0,0 +1,4 @@ +# BaseUrl +HOST=https://sample.com +# 电费的模板id +ELECTRICITY_SUBSCRIBE_TEMPLID= From 7ca1de8cbf0d496368cf636ca71ab2d96c1bfc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:51:41 +0800 Subject: [PATCH 4/7] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 654655f5..9d300c9b 100644 --- a/Readme.md +++ b/Readme.md @@ -17,12 +17,12 @@ - Vuex ## 快速开始 -1. 下载微信开发者程序 +1. 下载微信开发者工具 2. fork仓库并且clone到本地 3. 在根目录配置`.env`文件 4. 安装依赖 `pnpm i` 5. 运行`pnpm run dev:weapp` -6. 将在根目录生成的dist文件夹导入微信开发者程序中 +6. 将在根目录生成的dist文件夹导入微信开发者工具中 7. 愉快的进行开发 ## 打包部署 From 1857125e90569fee018397acce6aff6c0fb144a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:56:31 +0800 Subject: [PATCH 5/7] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=E5=BE=AE?= =?UTF-8?q?=E7=B2=BE=E5=BC=98=E5=BC=80=E5=8F=91=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 9d300c9b..16e6f677 100644 --- a/Readme.md +++ b/Readme.md @@ -30,6 +30,8 @@ ## 更多资料 +- 微精弘开发文档: [https://zjutjh.github.io/wejh-docs/](https://zjutjh.github.io/wejh-docs/) + - Taro官方文档: [https://docs.taro.zone/docs/](https://docs.taro.zone/docs/) - 小程序后端: [https://github.com/zjutjh/wejh-go](https://github.com/zjutjh/wejh-server-docs) From 57fa7685da0c3de13bdc06b486980f94595067ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:49:04 +0800 Subject: [PATCH 6/7] =?UTF-8?q?docs:=20=E7=B2=BE=E7=AE=80=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9A=84=E4=BB=8B=E7=BB=8D=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 16e6f677..2d47bca6 100644 --- a/Readme.md +++ b/Readme.md @@ -4,10 +4,7 @@ ## 介绍 -- 微精弘是是碎片化、一站式、一体化校园移动门户,适用于浙江工业大学学生,集课表、成绩、考试、空教室、一卡通、借阅等功能于一身。 -- 微精弘有更好用的课表查询,本周视图、学期视图、对应日期及时钟轴,清晰明了。 -- 微精弘有更方便的考试安排,帮你折算出考试周对应的日期,以及考试时间倒计时,一目了然。 -- 微精弘还是校园生活助手与管家,一卡通余额及消费一览无余,让同学们更合理安排生活费。微精弘更是/更有... (期待您的发现) + 微精弘是是碎片化、一站式、一体化校园移动门户,适用于浙江工业大学学生,集课表、成绩、考试、空教室、一卡通、借阅等功能于一体,为工大学生的日常生活提供了便利 ## 技术栈 From 036a38beb1fbf4d53b0aab7c15dad3c9953a1f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BB=E8=B0=B1?= <144224541+xixiIBN5100@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:48:57 +0800 Subject: [PATCH 7/7] =?UTF-8?q?docs:=20=E4=BC=98=E5=8C=96=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E9=83=A8=E7=BD=B2=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2d47bca6..8aac207b 100644 --- a/Readme.md +++ b/Readme.md @@ -19,11 +19,17 @@ 3. 在根目录配置`.env`文件 4. 安装依赖 `pnpm i` 5. 运行`pnpm run dev:weapp` -6. 将在根目录生成的dist文件夹导入微信开发者工具中 +6. 在开发者工具中新建项目,项目路径选到 dev:weapp 命令构建出来的 dist 目录 7. 愉快的进行开发 ## 打包部署 -运行`pnpm run build`,将根目录dist产物压缩发给后端小伙伴 +- 运行`pnpm run build`,在微信开发者工具里面提交生成的dist + +- 登录微信公众平台,开发者后台设置体验版 + +- 测试通过后提交审核 + +- 审核完毕确认发布 ## 更多资料