mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.6.2 to 5.0.4. - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases) - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.0.4/packages/plugin-vue) --- updated-dependencies: - dependency-name: "@vitejs/plugin-vue" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
阅读web端
使用vue3 web书架和web源编辑
路由
- http://localhost:8080/ 书架
- http://localhost:8080/#/bookSource 书源编辑
- http://localhost:8080/#/rssSource 订阅源编辑
兼容性
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|
| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 |
开发
需要阅读app提供后端服务,开发前修改环境变量
VITE_API为阅读web服务地址
echo "VITE_API=http://<ip>:<port>" > .env.development
pnpm dev



