mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 16:48:21 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 564ca28f4a | |||
| 4b533e44b3 |
@@ -14,5 +14,3 @@
|
||||
## [开发文档](JAVADOC-README.md)
|
||||
|
||||
基于 [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>
|
||||
|
||||
## 插件依赖
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<groupId>cc.carm.plugin</groupId>
|
||||
<artifactId>ultradepository</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
|
||||
<name>UltraDepository</name>
|
||||
<description>超级仓库插件,支持设定不同物品的存储仓库。</description>
|
||||
|
||||
@@ -11,7 +11,7 @@ debug: false
|
||||
storage:
|
||||
|
||||
# 存储方式,可选 [ file | mysql ]
|
||||
method: mysql
|
||||
method: file
|
||||
|
||||
# 选择 file 存储方式时的存储路径
|
||||
# 默认为相对路径,相对于插件生成的配置文件夹下的路径
|
||||
|
||||
Reference in New Issue
Block a user