使前端与f10暂时使用IP访问后端

This commit is contained in:
BBIT-Kai
2026-06-05 09:12:31 +08:00
parent e4cec5e42c
commit a3df3b0322
8 changed files with 17 additions and 13 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
import sun.jvmstat.monitor.MonitoredVmUtil.mainClass
val kotlin_version: String by project
val logback_version: String by project
@@ -8,7 +10,7 @@ plugins {
}
group = "com.bbitcn"
version = "0.0.5"
version = "0.0.6"
application {
mainClass = "io.ktor.server.netty.EngineMain"