Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TransparentLC committed Jul 15, 2024
1 parent 4b152a0 commit 61ccf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<label>密钥指纹格式</label>
<input v-model="pattern" type="text" required style="font-variant-ligatures:none">
<p>40 个十六进制数字,不区分大小写。空格会被忽略,其他 <code>[\dA-F]</code> 以外的字符表示对该位数字没有要求。</p>
<p>最后 <input v-model="patternLength" style="width:3em;padding:unset;text-align:center" type="number" min="1" max="80"> 个数字为 <input v-model="patternNumber" style="width:1em;padding:unset;text-align:center" type="text" pattern="[\dA-Fa-f]"> <a @click="patternHelper">快速设置</a></p>
<p>最后 <input v-model="patternLength" style="width:3em;padding:unset;text-align:center" type="number" min="1" max="40"> 个数字为 <input v-model="patternNumber" style="width:1em;padding:unset;text-align:center" type="text" pattern="[\dA-Fa-f]"> <a @click="patternHelper">快速设置</a></p>
<p>预计需要计算 {{ estimatedHashCount }} 次 hash,实际的计算次数可能是这个值的几分之一或几倍。</p>
</div>
<button @click="toggleKeygen" :class="['btn', 'btn-block', running ? 'btn-error' : 'btn-primary']">{{ running ? '停止算号' : '开始算号' }}</button>
Expand Down

0 comments on commit 61ccf51

Please sign in to comment.