feat: complete web app features and fix encoding
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user