mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
feat(前端界面): 优化OFDGo WebUI文案
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="app">
|
||||
<header class="toolbar app-bar">
|
||||
<input id="ofdInput" class="file-input" type="file" accept=".ofd,application/ofd,application/zip">
|
||||
<button id="ofdButton" class="button primary" type="button" data-short="打开">打开 OFD</button>
|
||||
<button id="ofdButton" class="button primary" type="button" data-short="打开">打开</button>
|
||||
<input id="fontInput" class="file-input" type="file" accept=".ttf,.otf,.ttc,font/*" multiple>
|
||||
<button id="togglePagesButton" class="icon-button" type="button" title="页面栏" aria-label="页面栏" aria-pressed="true">☰</button>
|
||||
<button id="toggleMetaButton" class="icon-button" type="button" title="信息栏" aria-label="信息栏" aria-pressed="true">ⓘ</button>
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<footer class="app-footer app-bar">
|
||||
<a class="footer-brand" href="https://github.com/xiaoqidun/ofdgo" target="_blank" rel="noreferrer">OFDGo</a>
|
||||
<div id="statusText" class="status-text">正在准备渲染引擎</div>
|
||||
<div id="statusText" class="status-text">正在准备引擎</div>
|
||||
<nav class="footer-links" aria-label="相关链接">
|
||||
<a href="https://aite.me/" target="_blank" rel="noreferrer">官方网站</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user