mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 08:38:25 +08:00
折叠效果预览,默认采用file方式存储数据。
This commit is contained in:
@@ -14,5 +14,3 @@
|
|||||||
## [开发文档](JAVADOC-README.md)
|
## [开发文档](JAVADOC-README.md)
|
||||||
|
|
||||||
基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://carmjos.github.io/UltraDepository) 。
|
基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://carmjos.github.io/UltraDepository) 。
|
||||||
|
|
||||||
## 文档目录
|
|
||||||
@@ -26,19 +26,27 @@
|
|||||||
|
|
||||||
## 效果预览
|
## 效果预览
|
||||||
|
|
||||||
### 收集物品
|
<details>
|
||||||
|
<summary>收集物品</summary>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 仓库界面 (可自定义配置)
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>仓库界面 (可自定义配置)</summary>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 出售界面
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>出售界面</summary>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
</details>
|
||||||
|
|
||||||
## 插件依赖
|
## 插件依赖
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ debug: false
|
|||||||
storage:
|
storage:
|
||||||
|
|
||||||
# 存储方式,可选 [ file | mysql ]
|
# 存储方式,可选 [ file | mysql ]
|
||||||
method: mysql
|
method: file
|
||||||
|
|
||||||
# 选择 file 存储方式时的存储路径
|
# 选择 file 存储方式时的存储路径
|
||||||
# 默认为相对路径,相对于插件生成的配置文件夹下的路径
|
# 默认为相对路径,相对于插件生成的配置文件夹下的路径
|
||||||
|
|||||||
Reference in New Issue
Block a user