Skip to content

Commit 3f67689

Browse files
authored
Merge branch 'SECTL:master' into master
2 parents dd83fb5 + 2b164bc commit 3f67689

26 files changed

Lines changed: 1625 additions & 818 deletions

app/Language/modules/custom_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@
150150
"switchbutton_name": {"enable": "显示", "disable": "隐藏"},
151151
},
152152
}
153-
}
153+
}

app/Language/modules/notification_settings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
# 通用通知文本
77
notification_common = {
88
"ZH_CN": {
9-
"notification_result": {"name": "通知结果", "description": "通用的通知结果窗口标题"}
9+
"notification_result": {
10+
"name": "通知结果",
11+
"description": "通用的通知结果窗口标题",
12+
}
1013
}
1114
}
1215

app/Language/modules/sidebar_tray_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@
206206
"switchbutton_name": {"enable": "显示", "disable": "隐藏"},
207207
},
208208
}
209-
}
209+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Notification service package."""
1+
"""Notification service package."""

0 commit comments

Comments
 (0)