* tweaks

* opt: semantics
This commit is contained in:
My-Responsitories
2026-06-13 02:43:37 +00:00
committed by dom
parent d159488495
commit 1b3f27aa31
23 changed files with 82 additions and 193 deletions

View File

@@ -170,14 +170,14 @@ void main() async {
if (Pref.enableLog) {
// 异常捕获 logo记录
final apiVersion = NativePlayer.apiVersion;
final customParameters = {
'Build Time': DateFormatUtils.format(
BuildConfig.buildTime,
format: DateFormatUtils.longFormatDs,
),
'Commit Hash': BuildConfig.commitHash,
'MPV Api Version':
'${NativePlayer.apiVersion >> 16}.${NativePlayer.apiVersion & 0xFFFF}',
'MPV Api Version': '${apiVersion >> 16}.${apiVersion & 0xFFFF}',
};
final fileHandler = await JsonFileHandler.init();