Update classic.html

fix bugs
pull/532/head
Pipixia 2022-01-28 21:09:14 +08:00 committed by GitHub
parent 2bec7a4e83
commit c74ba36fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@
//alert(document.URL+'\n'+document.location+'\n'+self.location.href+'\n'+window.location.href);
var urlStr = String(document.location);
var api_key = "your_api_key_for_reurl_cc";
if(api_key == "" || api_key == "your_api_key_for_reurl_cc")
if(api_key == "")
{
alert("网站并没有启用短链接生成功能.");
return;