[skip ci]

This commit is contained in:
Xwite 2023-04-08 08:52:19 +08:00
parent 01b3c8ec2e
commit 8bedced18f
2 changed files with 1 additions and 13 deletions

View File

@ -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/

View File

@ -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=<ip>" > .env.development
pnpm dev
```