From 7ed3320659a94a72fdbc493198add0ee91f995a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 24 Dec 2024 00:07:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=20=20=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99`80`,`=20?= =?UTF-8?q?80`=20`81=20`,`81`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/chinagodman-commit.yml | 2 +- google-advanced-search/google-advanced-search.user.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chinagodman-commit.yml b/.github/workflows/chinagodman-commit.yml index a95cbe3b3..8133fb716 100644 --- a/.github/workflows/chinagodman-commit.yml +++ b/.github/workflows/chinagodman-commit.yml @@ -30,7 +30,7 @@ jobs: env: COMMIT_MSG: ${{ github.event.head_commit.message }} run: | - ESCAPED_MSG="${COMMIT_MSG//\`/\\\`}" + ESCAPED_MSG="$COMMIT_MSG" echo "ESCAPED_MSG=$ESCAPED_MSG" >> "$GITHUB_ENV" - name: 根目录脚本__更新py diff --git a/google-advanced-search/google-advanced-search.user.js b/google-advanced-search/google-advanced-search.user.js index 664ceb8ba..bc33cc679 100644 --- a/google-advanced-search/google-advanced-search.user.js +++ b/google-advanced-search/google-advanced-search.user.js @@ -79,8 +79,7 @@ // @description Add an advanced search form to the top of the page // @author shiquda &人民的勤务员 // @match *://www.google.com/search* -// @include *://*google*/search* -// @grant GM_addStyle +// @grant GM_addStyle // @grant GM_setValue // @grant GM_getValue // @license MIT