yulongchen commited on
Commit
b0280c9
·
1 Parent(s): f7268ac

Add system

Browse files
Files changed (1) hide show
  1. test.html +2 -1
test.html CHANGED
@@ -251,7 +251,8 @@
251
  checkBtn.disabled = false;
252
  checkBtn.classList.remove("opacity-50", "cursor-not-allowed");
253
 
254
- // 🕐 等待 lastUsedFile 准备好
 
255
  const waitForFile = setInterval(() => {
256
  if (lastUsedFile) {
257
  clearInterval(waitForFile);
 
251
  checkBtn.disabled = false;
252
  checkBtn.classList.remove("opacity-50", "cursor-not-allowed");
253
 
254
+ suggestedPledge = null;
255
+
256
  const waitForFile = setInterval(() => {
257
  if (lastUsedFile) {
258
  clearInterval(waitForFile);