mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-27 01:53:31 +00:00
13 lines
311 B
JavaScript
13 lines
311 B
JavaScript
export default function (staticIdx) {
|
|
return {
|
|
与行星相会: [],
|
|
但战斗还未结束: [staticIdx(1, 'recharge')],
|
|
'舞!舞!舞!': [],
|
|
记忆中的模样: [staticIdx(1, 'stance')],
|
|
调和: [],
|
|
轮契: [],
|
|
过往未来: [],
|
|
镂月裁云之意: [],
|
|
齐颂: []
|
|
}
|
|
} |