From be8d05a0c53046281d3a4e40e367eac11b964ee1 Mon Sep 17 00:00:00 2001 From: Potat0 Date: Fri, 23 Feb 2024 10:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20MoeICP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e9dbd8..1551e48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: run: | hexo g sed -i 's,IEJUMPIEJUMPIEJUMP,if(/*@cc_on!@*/false||(!!window.MSInputMethodContext\&\&!!document.documentMode))window.location.href="https://support.dmeng.net/upgrade-your-browser.html?referrer="+encodeURIComponent(window.location.href);,g' $(grep IEJUMPIEJUMPIEJUMP -rl ./public) - sed -i "s,
,
萌ICP备$MOEICP号,g" $(grep '
' -rl ./public) + sed -i -z "s,
.*,
萌ICP备$MOEICP号,g" $(grep '
' -rl ./public) - name: Clean up run: | cd public