From 1559910839132abb06eacabd5fe6f7d587cdc25f Mon Sep 17 00:00:00 2001 From: Pipixia Date: Thu, 20 Jan 2022 21:54:01 +0800 Subject: [PATCH] Update classic.html --- theme/classic.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/classic.html b/theme/classic.html index 9eecb7e..e71106a 100644 --- a/theme/classic.html +++ b/theme/classic.html @@ -533,7 +533,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 == "") + if(api_key == "" || api_key == "your_api_key_for_reurl_cc") { alert("网站并没有启用短链接生成功能."); return;