龙prefix前缀
This commit is contained in:
parent
5c35cfdf79
commit
bb95b656eb
|
@ -13125,7 +13125,11 @@ export class Library {
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
getSpan: () => `${get.prefixSpan('手杀')}${get.prefixSpan('神')}`
|
getSpan: () => `${get.prefixSpan('手杀')}${get.prefixSpan('神')}`
|
||||||
}]
|
}],
|
||||||
|
['龙', {
|
||||||
|
color: '#ff0000',
|
||||||
|
nature: 'firemm',
|
||||||
|
}],
|
||||||
]);
|
]);
|
||||||
groupnature = {
|
groupnature = {
|
||||||
shen: 'shen',
|
shen: 'shen',
|
||||||
|
|
Loading…
Reference in New Issue