fix: Add emoji to setting header for better recognition

设置标题头添加 emoji 以更好地辨识
This commit is contained in:
sean2077 2025-08-09 08:32:59 +08:00
parent f658f28e2a
commit c26f91b691
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
export default {
// ===== 设置标题 =====
settings_title: "Dynamic Theme Background Settings",
settings_title: "🌈 Dynamic Theme Background Settings",
version: "🛠️ Version: ",
author: "🎨 Author: ",
tutorial: "📖 Tutorial: ",

View file

@ -1,6 +1,6 @@
export default {
// ===== 设置标题 =====
settings_title: "动态主题背景设置",
settings_title: "🌈 动态主题背景设置",
version: "🛠️ 版本: ",
author: "🎨 作者: ",
tutorial: "📖 教程: ",