Skip to content

Commit d84da5d

Browse files
chore: Auto update by pre-commit hooks [skip changelog]
1 parent 686a929 commit d84da5d

File tree

115 files changed

+18463
-69530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+18463
-69530
lines changed

.clang-format

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
22
# for clang-format 17.0.1
33
Language: Cpp
4-
BasedOnStyle: 'WebKit'
4+
BasedOnStyle: "WebKit"
55
# AccessModifierOffset: 2
6-
AlignAfterOpenBracket: 'AlwaysBreak'
6+
AlignAfterOpenBracket: "AlwaysBreak"
77
AlignArrayOfStructures: None
88
AlignConsecutiveAssignments: None
99
AlignConsecutiveBitFields: None
@@ -84,12 +84,12 @@ FixNamespaceComments: true
8484
# - foreach
8585
# - Q_FOREACH
8686
# - BOOST_FOREACH
87-
# IfMacros:
87+
# IfMacros:
8888
# - 'KJ_IF_MAYBE'
8989
IncludeBlocks: Preserve
9090
# IncludeCategories:
91-
# IncludeIsMainRegex:
92-
# IncludeIsMainSourceRegex:
91+
# IncludeIsMainRegex:
92+
# IncludeIsMainSourceRegex:
9393
IndentAccessModifiers: false
9494
IndentCaseBlocks: false
9595
IndentCaseLabels: false
@@ -127,7 +127,7 @@ NamespaceIndentation: None
127127
# ObjCSpaceAfterProperty:
128128
# ObjCSpaceBeforeProtocolList:
129129
PackConstructorInitializers: Never
130-
# PenaltyBreakAssignment:
130+
# PenaltyBreakAssignment:
131131
# PenaltyBreakBeforeFirstCallParameter:
132132
# PenaltyBreakComment:
133133
# PenaltyBreakFirstLessLess:
@@ -180,7 +180,7 @@ SpacesInLineCommentPrefix:
180180
SpacesInParens: Never
181181
SpacesInSquareBrackets: false
182182
Standard: c++20
183-
# StatementAttributeLikeMacros:
183+
# StatementAttributeLikeMacros:
184184
# StatementMacros:
185185
TabWidth: 4
186186
# TypeNames:

.github/ISSUE_TEMPLATE/cn-bug-report.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: Bug 反馈(使用中文)
22
description: 识别错误、操作异常、连接错误等
3-
labels: ['bug']
3+
labels: ["bug"]
44
body:
55
- type: checkboxes
66
id: checks
77
attributes:
88
label: 在提问之前...
99
options:
10-
- label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
11-
required: true
12-
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
13-
required: true
14-
- label: 我已查看最新测试版本的更新内容,并未提及该 Bug 已被修复的情况
15-
required: true
16-
- label: 我已检查了置顶议题(pinned issue),确认我的问题未被提及
17-
required: true
10+
- label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
11+
required: true
12+
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
13+
required: true
14+
- label: 我已查看最新测试版本的更新内容,并未提及该 Bug 已被修复的情况
15+
required: true
16+
- label: 我已检查了置顶议题(pinned issue),确认我的问题未被提及
17+
required: true
1818
- type: textarea
1919
id: describe
2020
attributes:

.github/ISSUE_TEMPLATE/cn-feature-request.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: 需求建议(使用中文)
22
description: 新功能、建议等
3-
labels: ['enhancement']
3+
labels: ["enhancement"]
44
body:
55
- type: checkboxes
66
id: checks
77
attributes:
88
label: 在提问之前...
99
options:
10-
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
11-
required: true
12-
- label: 我基本确定这是一个新功能/建议,而不是遇到了 Bug(不确定的话请附上日志)
13-
required: true
10+
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
11+
required: true
12+
- label: 我基本确定这是一个新功能/建议,而不是遇到了 Bug(不确定的话请附上日志)
13+
required: true
1414
- type: textarea
1515
id: describe
1616
attributes:

.github/ISSUE_TEMPLATE/cn-mumu-report.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
name: MuMu 截图增强反馈(使用中文)
22
description: 有关 MuMu 截图增强功能的集中反馈
3-
labels: ['mumu api']
3+
labels: ["mumu api"]
44
body:
55
- type: checkboxes
66
id: checks
77
attributes:
88
label: 在提问之前...
99
options:
10-
- label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
11-
required: true
12-
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
13-
required: true
14-
- label: 我已检查了置顶议题(Pinned Issue),确认我的问题未被提及
15-
required: true
16-
- label: 我正在使用最新的 MAA 内测版本和最新的**官版** MuMu 模拟器
17-
required: true
18-
- label: 我已参考文档确定安装路径、实例编号、屏幕编号填写正确,并确认在关闭截图增强模式后问题消失
19-
required: true
20-
- label: 我关闭了后台保活和高帧率模式,且显存使用策略为“画面表现更好”
21-
required: false
10+
- label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
11+
required: true
12+
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
13+
required: true
14+
- label: 我已检查了置顶议题(Pinned Issue),确认我的问题未被提及
15+
required: true
16+
- label: 我正在使用最新的 MAA 内测版本和最新的**官版** MuMu 模拟器
17+
required: true
18+
- label: 我已参考文档确定安装路径、实例编号、屏幕编号填写正确,并确认在关闭截图增强模式后问题消失
19+
required: true
20+
- label: 我关闭了后台保活和高帧率模式,且显存使用策略为“画面表现更好”
21+
required: false
2222
- type: textarea
2323
id: describe
2424
attributes:
@@ -37,7 +37,7 @@ body:
3737
Resource Version:
3838
UI Version:
3939
Core Version:
40-
MuMu 版本号:
40+
MuMu 版本号:
4141
validations:
4242
required: true
4343
- type: textarea

.github/ISSUE_TEMPLATE/cn-others.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 其他议题(使用中文)
22
description: 提出问题,而不是 Bug 反馈或需求建议
3-
labels: ['question']
3+
labels: ["question"]
44
body:
55
- type: textarea
66
id: describe

.github/ISSUE_TEMPLATE/en-bug-report.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ name: Bug Report (in English)
22
description: >-
33
Recognition errors, operation abnormalities,
44
connection errors, etc.
5-
labels: ['bug']
5+
labels: ["bug"]
66
body:
77
- type: checkboxes
88
id: checks
99
attributes:
1010
label: Before raising the issue...
1111
options:
12-
- label: >-
13-
I understand that Issues are for feedback and problem solving,
14-
not trolling the comments section, and will provide as
15-
much information as possible to help solve the problem.
16-
required: true
17-
- label: >-
18-
I filled in a short, clear title
19-
so that developers could quickly identify the general problem
20-
when going through the issue list.
21-
Instead of "Some suggestions", "Stuck", etc.
22-
required: true
23-
- label: >-
24-
I have checked the latest beta update and there is no mention
25-
of the bug being fixed.
26-
required: true
27-
- label: >-
28-
I have reviewed the pinned issues and confirmed that my issue
29-
is not mentioned.
30-
required: true
12+
- label: >-
13+
I understand that Issues are for feedback and problem solving,
14+
not trolling the comments section, and will provide as
15+
much information as possible to help solve the problem.
16+
required: true
17+
- label: >-
18+
I filled in a short, clear title
19+
so that developers could quickly identify the general problem
20+
when going through the issue list.
21+
Instead of "Some suggestions", "Stuck", etc.
22+
required: true
23+
- label: >-
24+
I have checked the latest beta update and there is no mention
25+
of the bug being fixed.
26+
required: true
27+
- label: >-
28+
I have reviewed the pinned issues and confirmed that my issue
29+
is not mentioned.
30+
required: true
3131
- type: textarea
3232
id: describe
3333
attributes:

.github/ISSUE_TEMPLATE/en-feature-request.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Feature Request (in English)
22
description: New features, suggestions, etc.
3-
labels: ['enhancement']
3+
labels: ["enhancement"]
44
body:
55
- type: checkboxes
66
id: checks
77
attributes:
88
label: Before raising the issue...
99
options:
10-
- label: I filled in a short, clear title so that developers could quickly identify the general problem when going through the issue list. Instead of "Some suggestions", "Stuck", etc.
11-
required: true
12-
- label: I'm probably sure this is a new feature/suggestion and not a bug encountered (please attach logs if you're not sure)
13-
required: true
10+
- label: I filled in a short, clear title so that developers could quickly identify the general problem when going through the issue list. Instead of "Some suggestions", "Stuck", etc.
11+
required: true
12+
- label: I'm probably sure this is a new feature/suggestion and not a bug encountered (please attach logs if you're not sure)
13+
required: true
1414
- type: textarea
1515
id: describe
1616
attributes:

.github/ISSUE_TEMPLATE/en-others.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Others (in English)
22
description: Ask a question rather than a bug report or feature request.
3-
labels: ['question']
3+
labels: ["question"]
44
body:
55
- type: textarea
66
id: describe

0 commit comments

Comments
 (0)