mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: buildconfig
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -60,8 +60,8 @@ void main() async {
|
|||||||
SmartConfigLoading(backType: SmartBackType.normal);
|
SmartConfigLoading(backType: SmartBackType.normal);
|
||||||
// 异常捕获 logo记录
|
// 异常捕获 logo记录
|
||||||
final String buildConfig = '''
|
final String buildConfig = '''
|
||||||
Commit Hash: ${BuildConfig.commitHash}
|
Build Time: ${BuildConfig.buildTime}
|
||||||
Build Time: ${BuildConfig.buildTime}''';
|
Commit Hash: ${BuildConfig.commitHash}''';
|
||||||
final Catcher2Options debugConfig = Catcher2Options(
|
final Catcher2Options debugConfig = Catcher2Options(
|
||||||
SilentReportMode(),
|
SilentReportMode(),
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -94,8 +94,8 @@ class _AboutPageState extends State<AboutPage> {
|
|||||||
ListTile(
|
ListTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
'''
|
'''
|
||||||
Commit Hash: ${BuildConfig.commitHash}
|
Build Time: ${BuildConfig.buildTime}
|
||||||
Build Time: ${BuildConfig.buildTime}''',
|
Commit Hash: ${BuildConfig.commitHash}''',
|
||||||
style: TextStyle(fontSize: 14),
|
style: TextStyle(fontSize: 14),
|
||||||
),
|
),
|
||||||
leading: const Icon(Icons.info_outline),
|
leading: const Icon(Icons.info_outline),
|
||||||
|
|||||||
Reference in New Issue
Block a user