diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 685bdb4..36996b7 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -35,6 +35,6 @@ jobs: - name: Sync check if: failure() run: | - echo "[Error] 由于上游仓库的 workflow 文件变更,导致 GitHub 自动暂停了本次自动更新,你需要手动 Sync Fork 一次。" - echo "[Error] Due to a change in the workflow file of the upstream repository, GitHub has automatically suspended the scheduled automatic update. You need to manually sync your fork." + echo "[Error] GitHub paused this scheduled sync because the upstream workflow file changed." + echo "[Error] Manually sync your fork once to re-enable future automatic updates." exit 1 diff --git a/src/components/item.astro b/src/components/item.astro index da74335..d09f30f 100644 --- a/src/components/item.astro +++ b/src/components/item.astro @@ -96,7 +96,7 @@ const commentsClass = 'ml-[3px] border-l-2 border-line pb-6 pl-[15px] pt-[6px] s { COMMENTS && isItem && (
- {/* Telegram 评论是当前唯一保留的客户端 JS 例外。 */} + {/* Telegram comments are the only intentional client-side JS exception. */}