From 8bedced18fc69b6e8193f4a5cecbae8cdb8848d6 Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Sat, 8 Apr 2023 08:52:19 +0800 Subject: [PATCH] [skip ci] --- .github/workflows/web.yml | 2 +- modules/web/src/README.md | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 modules/web/src/README.md diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 046cb01ec..e59332738 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -43,6 +43,6 @@ jobs: if: ${{ github.repository == env.UPSTREAM_REPOSITORY }} uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: - commit_message: Bump web v${{ env.APP_VER}} + commit_message: Bump web ${{ env.APP_VER}} file_pattern: app/src/main/assets/web/vue/ diff --git a/modules/web/src/README.md b/modules/web/src/README.md deleted file mode 100644 index e7a666afc..000000000 --- a/modules/web/src/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# 阅读web端 - 使用vue3 web书架和web源编辑 -## 路由 -* http://localhost:8080/ 书架 -* http://localhost:8080/#/bookSource 书源编辑 -* http://localhost:8080/#/rssSource 订阅源编辑 -## 开发 -> 需要阅读app提供后端服务,开发前修改环境变量`VITE_API`为阅读web ip -```bash -echo "VITE_API=" > .env.development -pnpm dev -```