移动到 https://github.com/gedoor/legado/tree/master/modules/web
如果你想要调试项目 请修改文件.env.development
里VITE_API
为阅读web服务ip
This project is web front of legado web service.
if you want to Edit Source, check gedoor#40 (comment)
Before you running project, please change environment variable VITE_API
to legado web service origin
https://localhost:8080/rssSource 订阅源编辑 rss editor
https://localhost:8080/bookSource 书源编辑 bookSource editor
pnpm i
# change `VITE_API` to legado web service origin
echo "VITE_API=https://192.168.1.3:1122" > .env.development
pnpm run dev
pnpm run build
pnpm run lint:fix