Simple Robot Component Mirai
3.0.0.0-M3
simbot-component-mirai-core
/
love.forte.simbot.component.mirai.bot
/
DeviceInfoConfiguration
/
Companion
/
resource
resource
@
JvmStatic
fun
resource
(
paths
:
Iterable
<
String
>
)
:
DeviceInfoConfiguration.Resource
(
source
)
@
JvmStatic
fun
resource
(
vararg
paths
:
String
)
:
DeviceInfoConfiguration.Resource
(
source
)
得到一个
Resource
,最终使用的列表为
paths
的副本。
注意
Resource
的约束:
paths
的数量应当
至少为1
。