feat: 新增app版本发布说明
This commit is contained in:
parent
7e25bb01a9
commit
973a1384fe
@ -29,7 +29,7 @@ class Data {
|
|||||||
Data.fromJson(Map<String, dynamic> json) {
|
Data.fromJson(Map<String, dynamic> json) {
|
||||||
wechatServiceUrl = json['wechat_service_url'];
|
wechatServiceUrl = json['wechat_service_url'];
|
||||||
appSiteUrl = json['app_site_url'];
|
appSiteUrl = json['app_site_url'];
|
||||||
appVersionHistoryUrl = json['app_version_history_url'];
|
appVersionHistoryUrl = json['appVersionHistoryUrl'];
|
||||||
}
|
}
|
||||||
|
|
||||||
String? wechatServiceUrl;
|
String? wechatServiceUrl;
|
||||||
|
|||||||
@ -117,6 +117,12 @@ class _AboutPageState extends State<AboutPage> {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
|
Divider(
|
||||||
|
height: 1,
|
||||||
|
color: AppColors.greyLineColor,
|
||||||
|
indent: 20.w,
|
||||||
|
endIndent: 20.w,
|
||||||
|
),
|
||||||
CommonItem(
|
CommonItem(
|
||||||
leftTitel: '介绍'.tr,
|
leftTitel: '介绍'.tr,
|
||||||
rightTitle: '',
|
rightTitle: '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user