mirror of
https://github.com/KOHGYLW/kiftd-source.git
synced 2025-01-08 12:07:47 +08:00
update to v1.1.1-release
This commit is contained in:
parent
40735176ab
commit
1dad6552d3
@ -1,7 +1,7 @@
|
||||
## 欢迎访问kiftd源代码资源库!
|
||||
### Welcome to visit source of kiftd!
|
||||
|
||||
_当前版本:v1.1.1-SNAPSHOT_
|
||||
_当前版本:v1.1.1-RELEASE_
|
||||
|
||||
### 简介
|
||||
_kiftd——一款便捷、开源、功能完善的个人&团队&小型团队网盘服务器系统。_
|
||||
@ -72,5 +72,5 @@ _提示:源代码路径下包含了一些程序运行所需的非源代码资
|
||||
### 联系作者?
|
||||
如有任何需要(例如对该资源有疑问、意见或建议),请发件联系作者: kohgylw@163.com (青阳龙野),随时恭候您的来信!
|
||||
|
||||
青阳龙野@kohgylw by 2023年03月03日
|
||||
青阳龙野@kohgylw by 2023年09月13日
|
||||
|
||||
|
2
TODO.txt
2
TODO.txt
@ -194,7 +194,7 @@ test.auth.xxx=ucd
|
||||
【已完成】将内置的JAVE升级为3.3.1版本。
|
||||
【已完成】调整了UI界面的缩放功能。
|
||||
|
||||
计划中 v1.1.1
|
||||
已完成 v1.1.1
|
||||
--------------
|
||||
【已完成】优化了“文件搜索”功能,现在关键字中的英文字符不再区分大小写了。
|
||||
【已完成】优化了文件列表的文件体积显示,新增了GB和TB两个体积单位。
|
||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>kohgylw</groupId>
|
||||
<artifactId>kiftd</artifactId>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<version>1.1.1-RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>kiftd</name>
|
||||
|
@ -38,7 +38,7 @@ Class-Path: libs/spring-boot-starter-web-2.7.0.jar libs/spring-boot-star
|
||||
r libs/commons-codec-1.15.jar libs/flexmark-0.50.44.jar libs/flexmark-u
|
||||
til-0.50.44.jar
|
||||
Implementation-Title: kiftd
|
||||
Implementation-Version: 1.1.1-SNAPSHOT
|
||||
Implementation-Version: 1.1.1-RELEASE
|
||||
Main-Class: kohgylw.kiftd.mc.MC
|
||||
Created-By: Maven Integration for Eclipse
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Generated by Maven Integration for Eclipse
|
||||
#Tue Sep 12 16:37:33 CST 2023
|
||||
#Wed Sep 13 10:29:09 CST 2023
|
||||
m2e.projectLocation=/Users/kohgylw/Programs/java_workspace/kiftd
|
||||
m2e.projectName=kiftd
|
||||
groupId=kohgylw
|
||||
artifactId=kiftd
|
||||
version=1.1.1-SNAPSHOT
|
||||
version=1.1.1-RELEASE
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>kohgylw</groupId>
|
||||
<artifactId>kiftd</artifactId>
|
||||
<version>1.1.1-SNAPSHOT</version>
|
||||
<version>1.1.1-RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>kiftd</name>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<!-- 青阳网络文件传输系统 kiftd v1.1.1-SNAPSHOT -->
|
||||
<!-- 青阳网络文件传输系统 kiftd v1.1.1-RELEASE -->
|
||||
<!-- 欢迎访问主界面 -->
|
||||
<!-- by 青阳龙野(kohgylw@163.com) -->
|
||||
<html>
|
||||
|
Loading…
Reference in New Issue
Block a user