feat: p4k 分流增加版本信息

This commit is contained in:
2024-10-07 12:29:57 +08:00
parent 197053380d
commit 53087306a8
9 changed files with 141 additions and 114 deletions

View File

@ -2761,13 +2761,13 @@ class S {
);
}
/// `The diversion download service provided by citizenwiki.cn can be used to download or fix P4K.\nLimited resources, please do not abuse.`
String get tools_action_info_p4k_download_repair_tip {
/// `The diversion download service provided by citizenwiki.cn can be used to download or fix P4K.\nVersion info:{v0}`
String tools_action_info_p4k_download_repair_tip(Object v0) {
return Intl.message(
'The diversion download service provided by citizenwiki.cn can be used to download or fix P4K.\nLimited resources, please do not abuse.',
'The diversion download service provided by citizenwiki.cn can be used to download or fix P4K.\nVersion info:$v0',
name: 'tools_action_info_p4k_download_repair_tip',
desc: '',
args: [],
args: [v0],
);
}