1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2024-09-19 19:55:45 +00:00

折叠效果预览,默认采用file方式存储数据。

This commit is contained in:
Carm Jos 2021-12-30 07:12:35 +08:00
parent 5c9ef858c8
commit 4b533e44b3
3 changed files with 12 additions and 6 deletions

View File

@ -14,5 +14,3 @@
## [开发文档](JAVADOC-README.md)
基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://carmjos.github.io/UltraDepository) 。
## 文档目录

View File

@ -26,19 +26,27 @@
## 效果预览
### 收集物品
<details>
<summary>收集物品</summary>
![collect](.documentation/images/collect-message.jpg)
### 仓库界面 (可自定义配置)
</details>
<details>
<summary>仓库界面 (可自定义配置)</summary>
![item-gui](.documentation/images/item-in-gui.png)
### 出售界面
</details>
<details>
<summary>出售界面</summary>
![sell-gui](.documentation/images/sell-gui.png)
![sell-message](.documentation/images/sell-message.png)
</details>
## 插件依赖

View File

@ -11,7 +11,7 @@ debug: false
storage:
# 存储方式,可选 [ file | mysql ]
method: mysql
method: file
# 选择 file 存储方式时的存储路径
# 默认为相对路径,相对于插件生成的配置文件夹下的路径