From 4c63155adaa12a48645c88e619ac8cc28a00c5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Mon, 30 Jan 2023 11:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E7=99=BE=E5=BA=A6?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .hintrc | 9 +++++++++ index.html | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .hintrc diff --git a/.env b/.env index 1a217ca..bb64dc4 100644 --- a/.env +++ b/.env @@ -11,7 +11,7 @@ VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关 # 社交链接 VITE_SOCIAL_GITHUB = "imsyy" -VITE_SOCIAL_GITEE = "oschina" +VITE_SOCIAL_GITEE = "imsyy" VITE_SOCIAL_QQ = "1539250352" VITE_SOCIAL_EMAIL = "one@imsyy.top" VITE_SOCIAL_TELEGRAM = "bottom_user" diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..be67693 --- /dev/null +++ b/.hintrc @@ -0,0 +1,9 @@ +{ + "extends": [ + "development" + ], + "hints": { + "compat-api/html": "off", + "no-protocol-relative-urls": "off" + } +} \ No newline at end of file diff --git a/index.html b/index.html index 0de9a38..00dd909 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,16 @@ window.location.href = "https://support.dmeng.net/upgrade-your-browser.html?referrer=" + encodeURIComponent(window.location.href) + +