Merge branch 'bugfix' into dev

This commit is contained in:
dy 2023-12-22 21:28:08 +08:00
commit 5eee059c1e
2 changed files with 16 additions and 4 deletions

View File

@ -20264,10 +20264,24 @@ export const serviceProto: ServiceProto<ServiceType> = {
{
"id": 2,
"name": "t",
"type": {
"type": "Union",
"members": [
{
"id": 0,
"type": {
"type": "Number"
}
},
{
"id": 1,
"type": {
"type": "String"
}
}
]
}
},
{
"id": 3,
"name": "n",

View File

@ -1,5 +1,3 @@
/**
* open接口
*/
@ -32,7 +30,7 @@ export type shopItem = {
/** 掉落类型 */
'a': string;
/** 掉落id */
't': number;
't': number | string;
/** 掉落数量 */
'n': number;
/** 权重 */