Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-23 16:47:11 +08:00
parent 148e0872b4
commit 418a1e8d39
821 changed files with 29467 additions and 25520 deletions

View File

@@ -42,24 +42,24 @@ class ReplyControl {
});
factory ReplyControl.fromJson(Map<String, dynamic> json) => ReplyControl(
inputDisable: json['input_disable'] as bool?,
rootInputText: json['root_input_text'] as String?,
childInputText: json['child_input_text'] as String?,
giveupInputText: json['giveup_input_text'] as String?,
screenshotIconState: json['screenshot_icon_state'] as int?,
uploadPictureIconState: json['upload_picture_icon_state'] as int?,
answerGuideText: json['answer_guide_text'] as String?,
answerGuideIconUrl: json['answer_guide_icon_url'] as String?,
answerGuideIosUrl: json['answer_guide_ios_url'] as String?,
answerGuideAndroidUrl: json['answer_guide_android_url'] as String?,
bgText: json['bg_text'] as String?,
emptyPage: json['empty_page'] as dynamic,
showType: json['show_type'] as int?,
showText: json['show_text'] as String?,
webSelection: json['web_selection'] as bool?,
disableJumpEmote: json['disable_jump_emote'] as bool?,
enableCharged: json['enable_charged'] as bool?,
enableCmBizHelper: json['enable_cm_biz_helper'] as bool?,
preloadResources: json['preload_resources'] as dynamic,
);
inputDisable: json['input_disable'] as bool?,
rootInputText: json['root_input_text'] as String?,
childInputText: json['child_input_text'] as String?,
giveupInputText: json['giveup_input_text'] as String?,
screenshotIconState: json['screenshot_icon_state'] as int?,
uploadPictureIconState: json['upload_picture_icon_state'] as int?,
answerGuideText: json['answer_guide_text'] as String?,
answerGuideIconUrl: json['answer_guide_icon_url'] as String?,
answerGuideIosUrl: json['answer_guide_ios_url'] as String?,
answerGuideAndroidUrl: json['answer_guide_android_url'] as String?,
bgText: json['bg_text'] as String?,
emptyPage: json['empty_page'] as dynamic,
showType: json['show_type'] as int?,
showText: json['show_text'] as String?,
webSelection: json['web_selection'] as bool?,
disableJumpEmote: json['disable_jump_emote'] as bool?,
enableCharged: json['enable_charged'] as bool?,
enableCmBizHelper: json['enable_cm_biz_helper'] as bool?,
preloadResources: json['preload_resources'] as dynamic,
);
}