feat: 新增app版本发布说明

This commit is contained in:
Liuyf 2025-01-16 09:13:42 +08:00
parent 7e25bb01a9
commit 973a1384fe
2 changed files with 7 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Data {
Data.fromJson(Map<String, dynamic> json) {
wechatServiceUrl = json['wechat_service_url'];
appSiteUrl = json['app_site_url'];
appVersionHistoryUrl = json['app_version_history_url'];
appVersionHistoryUrl = json['appVersionHistoryUrl'];
}
String? wechatServiceUrl;

View File

@ -117,6 +117,12 @@ class _AboutPageState extends State<AboutPage> {
});
});
}),
Divider(
height: 1,
color: AppColors.greyLineColor,
indent: 20.w,
endIndent: 20.w,
),
CommonItem(
leftTitel: '介绍'.tr,
rightTitle: '',