1
0
forked from bot/app

📝 添加英文文档框架

This commit is contained in:
2024-08-17 01:27:57 +08:00
parent c3914b2b15
commit ff41e72378
20 changed files with 858 additions and 1 deletions

8
docs/en/store/README.md Normal file
View File

@ -0,0 +1,8 @@
---
title: 资源及插件商店
index: false
icon: store
category: 商店
---
<Catalog />

8
docs/en/store/plugin.md Normal file
View File

@ -0,0 +1,8 @@
---
title: 插件商店
icon: plug
order: 2
category: 使用手册
---
<pluginStoreComp />

View File

@ -0,0 +1,8 @@
---
title: 资源商店
icon: box
order: 1
category: 使用手册
---
<resourceStoreComp />