From da91ca92c315f2437a801feafb6f6fbb7faba9e3 Mon Sep 17 00:00:00 2001 From: hujiabin Date: Wed, 16 Nov 2022 14:55:29 +0800 Subject: [PATCH] 1 --- doc/_common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/_common.py b/doc/_common.py index 0ec49260..3a394677 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -593,9 +593,9 @@ class RankingItemEx(object): def __init__(self): self.fields = [ ['ranked', 0, '排名'], - ['user', UserSimple(), '用户信息'], - ['guild', GuildEx(), '工会信息'], - ['value', 0, '存活时间 击杀数'], + ['user', UserSimple(), '用户信息(type为4是空数组)'], + ['guild', GuildEx(), '工会信息(无工会为空数组)'], + ['value', 0, '击杀数/吃鸡数/战斗场数/工会总Test_CEG收益'], ['rewardNum', 0, '奖励'], ['extraRewardNum', 0, '额外奖励'], ]