feat: complete web app features and fix encoding

This commit is contained in:
赵杰 Jie Zhao (雄狮汽车科技)
2025-11-02 22:23:10 +08:00
parent 8b5063a092
commit f65abdef0f
15 changed files with 1542 additions and 5 deletions

View File

@@ -56,6 +56,11 @@
<!-- 排序结果显示 -->
<div id="resultSection" class="result-section" style="display: none;">
<h2>随机排序结果</h2>
<div class="export-buttons">
<button id="exportTxtBtn" class="btn btn-export">导出为TXT</button>
<button id="exportJsonBtn" class="btn btn-export">导出为JSON</button>
<button id="exportCsvBtn" class="btn btn-export">导出为CSV</button>
</div>
<div id="sortedList" class="sorted-list"></div>
<button id="resetBtn" class="btn btn-secondary">重新开始</button>
</div>