Skip to content

Commit

Permalink
optimize: input hint
Browse files Browse the repository at this point in the history
  • Loading branch information
li-guohao committed Jun 10, 2024
1 parent db0811d commit 861b564
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

# 0.12.3

## 优化

- 优化页面输入眶的提示

## 修复

- 修复插件元数据的版本不正确的问题

# 0.12.2

## 优化
Expand Down
2 changes: 1 addition & 1 deletion console/src/views/AListControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const onInputChange = (event:any) => {
<div class="ik-plugin-alist-container">
<h3>AList 插件操作</h3>
<hr />
<input style="width: 800px;display: block;" placeholder="请输入需要导入的相对路径,比如:/PKPK/LP-Raws , 递归处理,提交后还请耐心等待。" :value="path" @input="onInputChange">
<input style="width: 800px;display: block;" placeholder="请输入需要导入AList浏览器路径,比如:https://domain.com/PKPK/LP-Raws , 递归处理,提交后还请耐心等待。" :value="path" @input="onInputChange">
<br />
<button id="submitBtn" v-on:click="doPostImportPath">提交导入</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=run.ikaros.plugin.alist
description=A ikaros plugin for alist.
version=0.12.2
version=0.12.3
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: PluginAList
# plugin entry class that extends BasePlugin
clazz: run.ikaros.plugin.alist.AListPlugin
# plugin 'version' is a valid semantic version string (see semver.org).
version: 0.12.1
version: 0.12.3
requires: ">=0.12.1"
author:
name: Ikaros OSS Team
Expand Down

0 comments on commit 861b564

Please sign in to comment.