fix: 优化字数更改设置
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ app_name }}</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg?v=20260406a" />
|
||||
<link rel="stylesheet" href="/static/style.css?v=20260410d" />
|
||||
<link rel="stylesheet" href="/static/style.css?v=20260421a" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="topbar">
|
||||
@@ -91,18 +91,21 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label>必须保留观点</label>
|
||||
<input id="keepPoints" type="text" placeholder="逗号分隔" />
|
||||
|
||||
<div class="grid2">
|
||||
<div>
|
||||
<label>必须保留观点</label>
|
||||
<input id="keepPoints" type="text" placeholder="逗号分隔" />
|
||||
</div>
|
||||
<div class="target-chars-block">
|
||||
<label>改写目标字数</label>
|
||||
<input id="targetBodyChars" type="number" min="180" max="2200" step="10" value="500" placeholder="如:500" />
|
||||
<div class="target-chars-quick" aria-label="快捷字数">
|
||||
<button type="button" class="target-char-chip" data-target-chars="300">300</button>
|
||||
<button type="button" class="target-char-chip is-active" data-target-chars="500">500</button>
|
||||
<button type="button" class="target-char-chip" data-target-chars="800">800</button>
|
||||
<button type="button" class="target-char-chip" data-target-chars="1200">1200</button>
|
||||
<div class="target-chars-inline">
|
||||
<input id="targetBodyChars" type="number" min="180" max="2200" step="10" value="500" placeholder="如:500" />
|
||||
<div class="target-chars-quick" aria-label="快捷字数">
|
||||
<button type="button" class="target-char-chip" data-target-chars="300">300</button>
|
||||
<button type="button" class="target-char-chip is-active" data-target-chars="500">500</button>
|
||||
<button type="button" class="target-char-chip" data-target-chars="800">800</button>
|
||||
<button type="button" class="target-char-chip" data-target-chars="1200">1200</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -156,6 +159,6 @@
|
||||
</main>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="/static/app.js?v=20260410d"></script>
|
||||
<script src="/static/app.js?v=20260421a"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user