Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -241,7 +241,7 @@ class HTMLRenderer: | @@ -241,7 +241,7 @@ class HTMLRenderer: | ||
| 241 | <div class="header-actions"> | 241 | <div class="header-actions"> |
| 242 | <button id="theme-toggle" class="action-btn" type="button">🌗 主题切换</button> | 242 | <button id="theme-toggle" class="action-btn" type="button">🌗 主题切换</button> |
| 243 | <button id="print-btn" class="action-btn" type="button">🖨️ 打印</button> | 243 | <button id="print-btn" class="action-btn" type="button">🖨️ 打印</button> |
| 244 | - <button id="export-btn" class="action-btn" type="button">⬇️ 导出PDF</button> | 244 | + <!-- <button id="export-btn" class="action-btn" type="button">⬇️ 导出PDF</button> --> |
| 245 | </div> | 245 | </div> |
| 246 | </header> | 246 | </header> |
| 247 | """.strip() | 247 | """.strip() |
-
Please register or login to post a comment