Skip to content

Commit

Permalink
perf: Update list.js and index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Feb 12, 2024
1 parent efba3e7 commit 941bc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,5 +266,5 @@ <h4 class="modal-title">举报网站 <span class="badge badge-secondary">ID: <sp
<script src="https://cdn.staticfile.org/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://unpkg.zhimg.com/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.staticfile.org/toastr.js/2.1.4/toastr.min.js"></script>
<script src="./js/list.js?v=2443"></script>
<script src="./js/list.js?v=2444"></script>
</body>
2 changes: 1 addition & 1 deletion js/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const tagColor = {
}

let initTagSel = () => {
let html = "";
let html = "点击添加TAG:";
for (let tag in tagColor) {
html += `<span class="selTags badge badge-${tagColor[tag]}">${tag}</span> `
}
Expand Down

0 comments on commit 941bc7b

Please sign in to comment.