mirror of
https://github.com/KOHGYLW/kiftd-source.git
synced 2025-01-07 03:26:57 +08:00
update to v1.2.3 细节优化
This commit is contained in:
parent
9c472fe067
commit
2ab5c6c47d
@ -1,7 +1,7 @@
|
||||
## 欢迎访问kiftd源代码资源库!
|
||||
### Welcome to visit source of kiftd!
|
||||
|
||||
_当前版本:v1.2.2-RELEASE_
|
||||
_当前版本:v1.2.3-SNAPSHOT_
|
||||
|
||||
### 简介
|
||||
_kiftd——一款便捷、开源、功能完善的个人&团队&小型团队网盘服务器系统。_
|
||||
|
4
TODO.txt
4
TODO.txt
@ -228,3 +228,7 @@ test.auth.xxx=ucd
|
||||
已完成 v1.2.2
|
||||
--------------
|
||||
【已完成】修复了“剪切-粘贴”功能中存在的一个漏洞。
|
||||
|
||||
计划中 v1.2.3
|
||||
--------------
|
||||
【已完成】其他一些细节优化。
|
||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>kohgylw</groupId>
|
||||
<artifactId>kiftd</artifactId>
|
||||
<version>1.2.2-RELEASE</version>
|
||||
<version>1.2.3-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>kiftd</name>
|
||||
|
@ -115,7 +115,7 @@ public class SettingWindow extends KiftdDynamicWindow {
|
||||
// 日志等级选择框
|
||||
final JPanel logbox = new JPanel(new FlowLayout(1));
|
||||
logbox.setBorder(new EmptyBorder(interval, 0, interval, 0));
|
||||
final JLabel logtitle = new JLabel("日志等级(port):");
|
||||
final JLabel logtitle = new JLabel("日志等级(log level):");
|
||||
(SettingWindow.logLevelinput = new JComboBox<String>()).addItem("记录全部(ALL)");
|
||||
SettingWindow.logLevelinput.addItem("仅异常(EXCEPTION)");
|
||||
SettingWindow.logLevelinput.addItem("不记录(NONE)");
|
||||
|
@ -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.2.2-RELEASE
|
||||
Implementation-Version: 1.2.3-SNAPSHOT
|
||||
Main-Class: kohgylw.kiftd.mc.MC
|
||||
Created-By: Maven Integration for Eclipse
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#Generated by Maven Integration for Eclipse
|
||||
#Sat Jul 20 09:45:56 CST 2024
|
||||
#Sat Oct 05 09:36:46 CST 2024
|
||||
m2e.projectLocation=/Users/kohgylw/Programs/java_workspace/kiftd
|
||||
m2e.projectName=kiftd
|
||||
groupId=kohgylw
|
||||
artifactId=kiftd
|
||||
version=1.2.2-RELEASE
|
||||
version=1.2.3-SNAPSHOT
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>kohgylw</groupId>
|
||||
<artifactId>kiftd</artifactId>
|
||||
<version>1.2.2-RELEASE</version>
|
||||
<version>1.2.3-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>kiftd</name>
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<!-- 青阳网络文件传输系统 kiftd v1.2.2-RELEASE -->
|
||||
<!-- 青阳网络文件传输系统 kiftd v1.2.3-SNAPSHOT -->
|
||||
<!-- 欢迎访问主界面 -->
|
||||
<!-- by 青阳龙野(kohgylw@163.com) -->
|
||||
<html>
|
||||
|
Loading…
Reference in New Issue
Block a user