Merge branch 'bugfix' into dev
This commit is contained in:
commit
5eee059c1e
@ -20265,7 +20265,21 @@ export const serviceProto: ServiceProto<ServiceType> = {
|
||||
"id": 2,
|
||||
"name": "t",
|
||||
"type": {
|
||||
"type": "Number"
|
||||
"type": "Union",
|
||||
"members": [
|
||||
{
|
||||
"id": 0,
|
||||
"type": {
|
||||
"type": "Number"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"type": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
/**
|
||||
* 商店open接口
|
||||
*/
|
||||
@ -32,7 +30,7 @@ export type shopItem = {
|
||||
/** 掉落类型 */
|
||||
'a': string;
|
||||
/** 掉落id */
|
||||
't': number;
|
||||
't': number | string;
|
||||
/** 掉落数量 */
|
||||
'n': number;
|
||||
/** 权重 */
|
||||
|
Loading…
Reference in New Issue
Block a user