Skip to content

Commit

Permalink
更新 _worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired authored Jul 26, 2024
1 parent c0ee78a commit 025eacd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,9 @@ function configHTML(domain, token) {
<h2>在线文档查询:</h2>
<div class="input-button-container">
<input type="text" id="keyword" placeholder="请输入要查询的文档">
<div class="flex-row">
<button onclick="viewDocument()">查看文档内容</button>
<button onclick="copyDocumentURL()">复制文档地址</button>
</div>
</div>
</div>
<script>
/**
Expand Down

0 comments on commit 025eacd

Please sign in to comment.