Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Updated introduction
  • Loading branch information
happybole authored Dec 2, 2024
1 parent 12051c4 commit 5ef5116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<html>
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -1672,7 +1673,7 @@
<!--Source - 源-->
<div class="h2">【Source - 源】</div>
<p>The brain regulations must include hash values and require replacement or cropping modifications to the hash values. For example, it can be set as: SHA256(SHA256(index)+X(SHA512(I))+Y(RIPEMD160(Love))+Z(Keccak256(Bitcoin)))+...) Among them, X(), Y() and Z() are modifications to the hash value.</p><br/>
<p>脑规则中必须包括哈希值,且需要对哈希值进行替换或裁剪修改。例如可以设置成:SHA256(SHA256(序号)+X(SHA512(I))+Y(RIPEMD160(Love)))+Z(Keccak256(Bitcoin))+...),其中X()、Y()即对哈希值的修改。</p><br/>
<p>脑规则中必须包括哈希值,且需要对哈希值进行替换或裁剪修改。例如可以设置成:SHA256(SHA256(序号)+X(SHA512(I))+Y(RIPEMD160(Love)))+Z(Keccak256(Bitcoin))+...),其中X()、Y()和Z()即对哈希值的修改。</p><br/>
<button onclick="document.getElementById('source').value = ''; deleteQrcode('sourceQrcode');">Clear - 清空</button>
<button id="BTN_sourceQrcode" onclick="deleteQrcode('sourceQrcode'); generateQrcode(document.getElementById('source').value, 'sourceQrcode');">Generate QR code - 生成二维码</button><br/>
<textarea id="source" rows="3" spellcheck="false" oninput="ResizeTextarea(document.getElementById('source'),3,100)"></textarea><br/>
Expand Down

0 comments on commit 5ef5116

Please sign in to comment.