Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修正了原本语言设定为zh-TW后仍然有简体字出现的问题 #247

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
146 changes: 73 additions & 73 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
name: Bug report
description: Create a report to help us improve
title: "[Bug]: "

body:
- type: markdown
attributes:
value: |
重要:请依照该模板来提交
Please follow the template to create a new issue
- type: input
id: anzhiyu-ver
attributes:
label: 使用的 AnZhiYu 版本? | What version of AnZhiYu are you use?
description: 检视主题的 package.json | Check the theme's package.json
validations:
required: true

- type: dropdown
id: browser
attributes:
label: 使用的浏览器? || What browse are you using?
options:
- Chrome
- Edge
- Safari
- Opera
- Other
validations:
required: true

- type: dropdown
id: modify
attributes:
label: 是否修改过主题文件? || Has the theme files been modified?
options:
- 是 (Yes)
- 不是 (No)
validations:
required: true

- type: dropdown
id: platform
attributes:
label: 使用的系统? || What operating system are you using?
options:
- Windows
- macOS
- Linux
- Android
- iOS
- Other
validations:
required: true

- type: textarea
id: description
attributes:
label: 问题描述 | Describe the bug
description: 请描述你的问题现象 | A clear and concise description of what the bug is.
placeholder: 请尽量提供截图来定位你的问题 | If applicable, add screenshots to help explain your problem
value:
validations:
required: true

- type: input
id: website
attributes:
label: 出现问题的网站 | Website
description: 请提供下可复现的网站地址 | Please supply a website url which can reproduce problem.
placeholder:
validations:
required: true
name: Bug report
description: Create a report to help us improve
title: "[Bug]: "
body:
- type: markdown
attributes:
value: |
重要:請依照該模板來提交
Please follow the template to create a new issue
- type: input
id: anzhiyu-ver
attributes:
label: 使用的 AnZhiYu 版本? | What version of AnZhiYu are you use?
description: 檢視主題的 package.json | Check the theme's package.json
validations:
required: true
- type: dropdown
id: browser
attributes:
label: 使用的瀏覽器? || What browse are you using?
options:
- Chrome
- Edge
- Safari
- Opera
- Other
validations:
required: true
- type: dropdown
id: modify
attributes:
label: 是否修改過主題文件? || Has the theme files been modified?
options:
- 是 (Yes)
- 不是 (No)
validations:
required: true
- type: dropdown
id: platform
attributes:
label: 使用的系統? || What operating system are you using?
options:
- Windows
- macOS
- Linux
- Android
- iOS
- Other
validations:
required: true
- type: textarea
id: description
attributes:
label: 問題描述 | Describe the bug
description: 請描述你的問題現象 | A clear and concise description of what the bug is.
placeholder: 請儘量提供截圖來定位你的問題 | If applicable, add screenshots to help explain your problem
value:
validations:
required: true
- type: input
id: website
attributes:
label: 出現問題的網站 | Website
description: 請提供下可復現的網站地址 | Please supply a website url which can reproduce problem.
placeholder:
validations:
required: true
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
blank_issues_enabled: false
contact_links:
- name: Questions about AnZhiYu
url: https://github.com/anzhiyu-c/hexo-theme-anzhiyu/discussions
about: 一些使用问题请到 Discussion 询问。 Please ask questions in Discussion.

- name: AnZhiYu Q&A
url: https://blog.anheyu.com/comments/
about: AnZhiYu Q&A

- name: QQ群
url: https://jq.qq.com/?_wv=1027&k=v7NK7ELr
about: "群号 464636182"
blank_issues_enabled: false
contact_links:
- name: Questions about AnZhiYu
url: https://github.com/anzhiyu-c/hexo-theme-anzhiyu/discussions
about: 一些使用問題請到 Discussion 詢問。 Please ask questions in Discussion.
- name: AnZhiYu Q&A
url: https://blog.anheyu.com/comments/
about: AnZhiYu Q&A
- name: QQ羣
url: https://jq.qq.com/?_wv=1027&k=v7NK7ELr
about: "羣號 464636182"
28 changes: 14 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "

body:
- type: textarea
id: feature-request
attributes:
label: 想要的功能 | What feature do you want?
description: 请描述你需要的新功能 | A clear and concise description of what the feature is.
placeholder:
value:
validations:
require: true
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
body:
- type: textarea
id: feature-request
attributes:
label: 想要的功能 | What feature do you want?
description: 請描述你需要的新功能 | A clear and concise description of what the feature is.
placeholder:
value:
validations:
require: true
44 changes: 22 additions & 22 deletions .github/workflows/issue_close_question.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Close need info

on:
schedule:
- cron: "0 0 */1 * *"
workflow_dispatch:

jobs:
close-need-info:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v3
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
labels: "question"
inactive-day: 60
close-reason: "not_planned"
body: |
Hello @${{ github.event.issue.user.login }}, this issue was closed due to no activities in 60 days.
你好 @${{ github.event.issue.user.login }},此issue因超过60天未回复被关闭。
name: Close need info
on:
schedule:
- cron: "0 0 */1 * *"
workflow_dispatch:
jobs:
close-need-info:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v3
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
labels: "question"
inactive-day: 60
close-reason: "not_planned"
body: |
Hello @${{ github.event.issue.user.login }}, this issue was closed due to no activities in 60 days.
你好 @${{ github.event.issue.user.login }},此issue因超過60天未回覆被關閉。
42 changes: 21 additions & 21 deletions .github/workflows/issue_close_stale.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Close inactive

on:
schedule:
- cron: "0 0 */7 * *"
workflow_dispatch:

jobs:
close-inactive:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v3
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
labels: "stale"
inactive-day: 60
close-reason: "not_planned"
body: |
Hello @${{ github.event.issue.user.login }}, this issue was closed due to inactive more than 60 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.
name: Close inactive
on:
schedule:
- cron: "0 0 */7 * *"
workflow_dispatch:
jobs:
close-inactive:
runs-on: ubuntu-latest
steps:
- name: close-issues
uses: actions-cool/issues-helper@v3
with:
actions: "close-issues"
token: ${{ secrets.GITHUB_TOKEN }}
labels: "stale"
inactive-day: 60
close-reason: "not_planned"
body: |
Hello @${{ github.event.issue.user.login }}, this issue was closed due to inactive more than 60 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again.
50 changes: 25 additions & 25 deletions .github/workflows/issue_duplicate.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Issue Duplicate

on:
issues:
types: [labeled]

jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'duplicate'
steps:
- name: Create comment
uses: actions-cool/issues-helper@v2
with:
actions: "create-comment"
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}, your issue is duplicated and will be closed.
你好 @${{ github.event.issue.user.login }},你的issue是重复的,将被关闭。
- name: Close issue
uses: actions-cool/issues-helper@v2
with:
actions: "close-issue"
token: ${{ secrets.GITHUB_TOKEN }}
name: Issue Duplicate
on:
issues:
types: [labeled]
jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'duplicate'
steps:
- name: Create comment
uses: actions-cool/issues-helper@v2
with:
actions: "create-comment"
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}, your issue is duplicated and will be closed.
你好 @${{ github.event.issue.user.login }},你的issue是重複的,將被關閉。
- name: Close issue
uses: actions-cool/issues-helper@v2
with:
actions: "close-issue"
token: ${{ secrets.GITHUB_TOKEN }}
36 changes: 18 additions & 18 deletions .github/workflows/issue_invalid.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Issue Invalid

on:
issues:
types: [labeled]

jobs:
lock-issue:
runs-on: ubuntu-latest
if: github.event.label.name == 'invalid'
steps:
- name: Lock issue
uses: actions-cool/issues-helper@v2
with:
actions: "lock-issue"
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
lock-reason: "off-topic"
name: Issue Invalid
on:
issues:
types: [labeled]
jobs:
lock-issue:
runs-on: ubuntu-latest
if: github.event.label.name == 'invalid'
steps:
- name: Lock issue
uses: actions-cool/issues-helper@v2
with:
actions: "lock-issue"
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
lock-reason: "off-topic"
Loading