v4: progress bar position + sklearn warning + N+1 fix + PRAGMA opt + zero-var fallback

This commit is contained in:
PM-pinou
2026-07-17 19:07:57 +08:00
parent fa305515c1
commit aab354cc51
7 changed files with 72 additions and 33 deletions
+6 -6
View File
@@ -17,14 +17,14 @@
<div id="submitBar" style="margin-top:1rem;display:none;">
<button type="submit" class="btn btn-primary" id="submitBtn">开始上传</button>
</div>
<div id="progressArea" style="display:none;margin-top:1rem;">
<p>上传中... <span id="progressText"></span></p>
<div style="background:#eee;height:8px;border-radius:4px;overflow:hidden;">
<div id="progressBar" style="background:#4361ee;height:100%;width:0%;"></div>
</div>
</div>
<div id="fileList" style="margin-top:0.5rem;"></div>
</form>
<div id="progressArea" style="display:none;margin-top:1rem;">
<p>上传中... <span id="progressText"></span></p>
<div style="background:#eee;height:8px;border-radius:4px;overflow:hidden;">
<div id="progressBar" style="background:#4361ee;height:100%;width:0%;"></div>
</div>
</div>
</div>
<div class="card" style="margin-top:1.5rem;">