Skip to content

Commit 861b564

Browse files
author
li-guohao
committed
optimize: input hint
1 parent db0811d commit 861b564

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
44

5+
# 0.12.3
6+
7+
## 优化
8+
9+
- 优化页面输入眶的提示
10+
11+
## 修复
12+
13+
- 修复插件元数据的版本不正确的问题
14+
515
# 0.12.2
616

717
## 优化

console/src/views/AListControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const onInputChange = (event:any) => {
5555
<div class="ik-plugin-alist-container">
5656
<h3>AList 插件操作</h3>
5757
<hr />
58-
<input style="width: 800px;display: block;" placeholder="请输入需要导入的相对路径,比如:/PKPK/LP-Raws , 递归处理,提交后还请耐心等待。" :value="path" @input="onInputChange">
58+
<input style="width: 800px;display: block;" placeholder="请输入需要导入AList浏览器路径,比如:https://domain.com/PKPK/LP-Raws , 递归处理,提交后还请耐心等待。" :value="path" @input="onInputChange">
5959
<br />
6060
<button id="submitBtn" v-on:click="doPostImportPath">提交导入</button>
6161
</div>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=run.ikaros.plugin.alist
22
description=A ikaros plugin for alist.
3-
version=0.12.2
3+
version=0.12.3

src/main/resources/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: PluginAList
44
# plugin entry class that extends BasePlugin
55
clazz: run.ikaros.plugin.alist.AListPlugin
66
# plugin 'version' is a valid semantic version string (see semver.org).
7-
version: 0.12.1
7+
version: 0.12.3
88
requires: ">=0.12.1"
99
author:
1010
name: Ikaros OSS Team

0 commit comments

Comments
 (0)