mirror of
https://github.com/KOHGYLW/kiftd-source.git
synced 2025-01-09 04:27:56 +08:00
update to v1.0.23-TODO
This commit is contained in:
parent
3b54a8ce46
commit
34b6b31e9b
@ -1,7 +1,7 @@
|
||||
## 欢迎访问kiftd源代码资源库!
|
||||
### Welcome to visit source of kiftd!
|
||||
|
||||
_当前版本:v1.0.22-RELEASE_
|
||||
_当前版本:v1.0.23-SNAPSHOT_
|
||||
|
||||
### 简介
|
||||
_kiftd——一款便捷、开源、功能完善的个人&团队&小型团队网盘服务器系统。_
|
||||
|
7
TODO.txt
7
TODO.txt
@ -73,4 +73,11 @@ test.auth.xxx=ucd
|
||||
--------------
|
||||
【已完成】优化了歌词显示功能,使得其能够正确显示使用GBK/GB2312编码的LRC歌词。
|
||||
|
||||
计划中 v1.0.23
|
||||
--------------
|
||||
【计划中】用户修改密码——众多用户期待的自由修改密码功能现已加入。当开启该功能后,程序将允许用户自由修改自己账户的密码。
|
||||
【计划中】永久资源链接——开启该功能后,kiftd将为每个文件提供一个永久有效的外部资源链接,从而方便用户将其在其他位置引用。
|
||||
【计划中】自由注册新账户功能——开启该功能后,将允许访问者注册新账户,并且能够通过设置“新账户默认权限”项为新账户自动授予权限。
|
||||
【已完成】在页面源代码中标注版本号,便于管理员查看和升级版本。
|
||||
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>kohgylw</groupId>
|
||||
<artifactId>kiftd</artifactId>
|
||||
<version>1.0.22-RELEASE</version>
|
||||
<version>1.0.23-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>kiftd</name>
|
||||
|
@ -1,6 +1,6 @@
|
||||
Manifest-Version: 1.0
|
||||
Implementation-Title: kiftd
|
||||
Implementation-Version: 1.0.22-RELEASE
|
||||
Implementation-Version: 1.0.23-SNAPSHOT
|
||||
Built-By: kohgylw
|
||||
Implementation-Vendor-Id: kohgylw
|
||||
Class-Path: libs/spring-boot-starter-web-2.0.2.RELEASE.jar libs/spring
|
||||
|
@ -1,6 +1,6 @@
|
||||
#Generated by Maven Integration for Eclipse
|
||||
#Mon Sep 02 16:36:03 CST 2019
|
||||
version=1.0.22-RELEASE
|
||||
#Sat Sep 21 10:53:48 CST 2019
|
||||
version=1.0.23-SNAPSHOT
|
||||
groupId=kohgylw
|
||||
m2e.projectName=kiftd
|
||||
m2e.projectLocation=/Users/kohgylw/program/java-workspace/kiftd
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<groupId>kohgylw</groupId>
|
||||
<artifactId>kiftd</artifactId>
|
||||
<version>1.0.22-RELEASE</version>
|
||||
<version>1.0.23-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>kiftd</name>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!doctype html>
|
||||
<!-- kiftd 主页面 by 青阳龙野 -->
|
||||
<!-- kiftd v1.0.23-RELEASE -->
|
||||
<!-- by 青阳龙野 -->
|
||||
<html>
|
||||
<head>
|
||||
<base href="/">
|
||||
|
Loading…
Reference in New Issue
Block a user