mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
refactor(config): 重写 AppPaths 的 toString.
重写该方法后, 可以简单地添加到字符串模板中, 方便使用.
This commit is contained in:
parent
3d5a009c7c
commit
856af0dde7
@ -131,6 +131,10 @@ internal enum class AppPaths(
|
|||||||
initialized.set(true)
|
initialized.set(true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun toString(): String {
|
||||||
|
return path
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
internal object Const {
|
internal object Const {
|
||||||
|
Loading…
Reference in New Issue
Block a user