mirror of
https://github.com/sean2077/obsidian-dynamic-theme-background.git
synced 2026-07-22 06:44:57 +00:00
fix: Add emoji to setting header for better recognition
设置标题头添加 emoji 以更好地辨识
This commit is contained in:
parent
f658f28e2a
commit
c26f91b691
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
// ===== 设置标题 =====
|
||||
settings_title: "Dynamic Theme Background Settings",
|
||||
settings_title: "🌈 Dynamic Theme Background Settings",
|
||||
version: "🛠️ Version: ",
|
||||
author: "🎨 Author: ",
|
||||
tutorial: "📖 Tutorial: ",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
// ===== 设置标题 =====
|
||||
settings_title: "动态主题背景设置",
|
||||
settings_title: "🌈 动态主题背景设置",
|
||||
version: "🛠️ 版本: ",
|
||||
author: "🎨 作者: ",
|
||||
tutorial: "📖 教程: ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue