mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-26 21:21:53 +08:00
fix
This commit is contained in:
@@ -163,7 +163,5 @@ function showError(message) {
|
||||
// 5秒后自动移除错误信息
|
||||
setTimeout(() => {
|
||||
errorDiv.remove();
|
||||
}, 5000);
|
||||
}
|
||||
|
||||
// ... 其他代码保持不变
|
||||
}, 3000);
|
||||
}
|
||||
Reference in New Issue
Block a user