feat(gui,login): 完成登录逻辑
This commit is contained in:
@@ -13,6 +13,7 @@ configurations {
|
||||
proguardLib
|
||||
}
|
||||
|
||||
|
||||
// JDK 版本检查
|
||||
def requiredJavaVersion = 20
|
||||
def currentJavaVersion = JavaVersion.current().majorVersion.toInteger()
|
||||
@@ -113,6 +114,7 @@ dependencies {
|
||||
implementation 'jflac:jflac:1.3'
|
||||
implementation 'com.github.axet:TarsosDSP:2.4'
|
||||
implementation 'org.json:json:20231013'
|
||||
implementation 'org.casbin:casdoor-java-sdk:1.37.0'
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
||||
Reference in New Issue
Block a user