jxxghp 018c5f857b feat(downloading): add NoDataFound component for empty downloaders
Add the NoDataFound component to the downloading page to display a 404 error message when there are no enabled downloaders. This component will show an error code, title, and description to guide users on how to configure and enable downloaders in the settings.

Closes #197
2024-10-12 12:30:56 +08:00
2024-09-14 14:57:06 +08:00
2024-06-14 12:30:15 +08:00
2023-06-24 08:22:59 +08:00
2024-06-05 18:12:07 +08:00
2023-07-22 16:09:07 +08:00
2024-06-05 18:12:07 +08:00
2023-06-24 08:22:59 +08:00
2023-07-22 16:09:07 +08:00
fix
2024-04-07 11:53:47 +08:00
2024-04-07 10:54:12 +08:00
2024-04-19 08:24:57 +08:00
2023-06-24 08:22:59 +08:00
2023-07-25 23:05:02 +08:00
2024-08-19 12:26:10 +08:00
fix
2023-06-28 22:43:36 +08:00
2024-04-07 10:54:12 +08:00
2023-06-24 08:22:59 +08:00
2024-06-05 18:12:07 +08:00
2024-06-05 18:12:07 +08:00

MoviePilot-Frontend

MoviePilot 的前端项目NodeJS版本>= v20.12.1

推荐的IDE设置

VSCode + Volar (并禁用 Vetur).

配置Vite

请参阅 Vite 配置参考.

依赖安装

yarn

开发运行

yarn dev

编译打包

yarn build

静态运行

  1. 使用 nginx 等Web服务器托管 dist 静态文件nginx配置参考 public/nginx.conf

  2. 使用 node 命令直接运行service.js,默认监听 3000 端口,设置环境变量 NGINX_PORT 来调整运行端口。

node dist/service.js
Description
MoviePilot前端
Readme MIT 63 MiB
Languages
Vue 69.4%
TypeScript 25.5%
SCSS 4.5%
HTML 0.6%