Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@
<img alt="Star History" src="https://api.star-history.com/svg?repos=SECTL/SecRandom&type=Date">
</picture>

**Copyright © 2025 SECTL**
**Copyright © 2025 SECTL**
2 changes: 1 addition & 1 deletion app/Language/modules/custom_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@
"switchbutton_name": {"enable": "显示", "disable": "隐藏"},
},
}
}
}
5 changes: 4 additions & 1 deletion app/Language/modules/notification_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
# 通用通知文本
notification_common = {
"ZH_CN": {
"notification_result": {"name": "通知结果", "description": "通用的通知结果窗口标题"}
"notification_result": {
"name": "通知结果",
"description": "通用的通知结果窗口标题",
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/Language/modules/sidebar_tray_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@
"switchbutton_name": {"enable": "显示", "disable": "隐藏"},
},
}
}
}
2 changes: 1 addition & 1 deletion app/common/notification/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""Notification service package."""
"""Notification service package."""
Loading
Loading