Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dellear committed Mar 8, 2021
1 parent c198da0 commit aa27a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/public/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h3>二维码已失效</h3>
'<div class="cookieCon" style="font-size:16px;font-weight: bold;">自动替换失败,请复制Cookie后手动更新。</div>' +
'<div class="cookieCon" style="font-size:12px;">' + userCookie + '</div>',
icon: "success",
confirmButtonText: "复制",
confirmButtonText: "复制Cookie",
}).then((result) => {
copyToClip(userCookie);
});
Expand All @@ -153,7 +153,7 @@ <h3>二维码已失效</h3>
html:
'<div class="cookieCon" style="font-size:12px;">' + userCookie + '</div>',
icon: "success",
confirmButtonText: "复制",
confirmButtonText: "复制Cookie",
}).then((result) => {
copyToClip(userCookie);
});
Expand Down

0 comments on commit aa27a23

Please sign in to comment.