mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-10 01:07:24 +00:00
refactor(config): 重写 AppPaths 的 toString.
重写该方法后, 可以简单地添加到字符串模板中, 方便使用.
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user