JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改录音组件自动时间

This commit is contained in:
田岩
2026-03-24 15:55:27 +08:00
parent 86538688aa
commit 20642b59c1
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId "cn.com.jlbank.ai"
minSdkVersion 29
targetSdkVersion 33
versionName System.getenv("versionName") ?: "1.0.3"
versionCode System.getenv("versionCode")?.toInteger() ?: 285
versionName System.getenv("versionName") ?: "1.0.4"
versionCode System.getenv("versionCode")?.toInteger() ?: 286
multiDexEnabled true
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
+5 -2
View File
@@ -628,8 +628,11 @@
console.log('录音时长定时器已清除');
}
};
clearRecordingTimer();
if (!status) return;
if (!status) {
clearRecordingTimer();
return;
}
const maxDuration = props.maxRecordDuration;
durationTimer = setTimeout(() => {
console.log(`录音达到最大时长 ${maxDuration} 秒,自动关闭`);