File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434## 反馈与交流
3535
3636- Bug / 功能建议:[ Issues] ( https://github.com/areyoubugcoder/Mp2RSS/issues )
37- - 使用讨论:[ Discussions] ( https://github.com/areyoubugcoder/Mp2RSS/discussions )
38-
39- ---
40-
41- ## 本仓库说明
42-
43- 本仓库托管 Mp2RSS 的产品介绍与 Open API 文档站点,基于 [ VitePress] ( https://vitepress.dev/ ) 构建,推送到 ` main ` 后由 GitHub Actions 自动部署到 GitHub Pages。
44-
45- ### 本地开发
46-
47- ``` bash
48- pnpm install
49- pnpm dev # http://localhost:5173
50- pnpm build # 产物输出到 .vitepress/dist
51- pnpm preview # 本地预览生产构建
52- ```
53-
54- ### 目录结构
55-
56- - ` docs/ ` —— 站点内容源文件
57- - ` index.md ` —— 首页
58- - ` guide/ ` —— 使用指南
59- - ` api/ ` —— Open API 参考
60- - ` public/ ` —— 静态资源(favicon / logo)
61- - ` .vitepress/ ` —— VitePress 配置与主题定制
62- - ` config.mts ` —— 站点配置
63- - ` theme/ ` —— 主题增强(` CopyPath ` 组件等)
64- - ` .github/workflows/deploy.yml ` —— Pages 部署工作流
37+ - 使用讨论:[ Discussions] ( https://github.com/areyoubugcoder/Mp2RSS/discussions )
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ features:
3636 title : 3 天免费试用
3737 details : 注册即自动开通,试用期权益与正式会员完全相同,到期前站内显著提醒续费。
3838 - icon : 🤖
39- title : Open API 友好
39+ title : API 友好
4040 details : 搜索公众号、订阅 / 取消、拉取文章全部可脚本化,便于接入自己的自动化流水线。
4141---
You can’t perform that action at this time.
0 commit comments