更新 README 文档,调整开发和配置部分的标题格式,以提高可读性和一致性。

This commit is contained in:
jxxghp
2025-05-05 21:44:22 +08:00
parent b5761bd18d
commit 36ef7ba589
2 changed files with 11 additions and 6 deletions

View File

@@ -20,15 +20,18 @@ MoviePilot 现已支持模块联邦Module Federation功能允许插件
- [模块联邦问题排查指南](docs/federation-troubleshooting.md) - 常见问题和解决方案
- [插件远程组件示例](examples/plugin-component/) - 开发插件组件的完整示例项目
## 推荐的IDE设置
## 开发部署
### 推荐的IDE设置
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (并禁用 Vetur).
## 配置Vite
### 配置Vite
请参阅 [Vite 配置参考](https://vitejs.dev/config/).
## 依赖安装
### 依赖安装
```sh
yarn

View File

@@ -20,15 +20,17 @@ MoviePilot now supports Module Federation, allowing plugin developers to create
- [Module Federation Troubleshooting Guide](docs/federation-troubleshooting.md) - Common issues and solutions
- [Plugin Remote Component Example](examples/plugin-component/) - Complete example project for developing plugin components
## Recommended IDE Setup
## Development
### Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (disable Vetur).
## Configure Vite
### Configure Vite
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Install Dependencies
### Install Dependencies
```sh
yarn