From 626b546a29323e4006929afac751a4a671712806 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 28 Dec 2025 13:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/addon/theme_configurator/ThemeConfigurator.php | 2 +- plugins/addon/theme_configurator/lang/zh-cn.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/addon/theme_configurator/ThemeConfigurator.php b/plugins/addon/theme_configurator/ThemeConfigurator.php index 9bafcbe..2604d64 100644 --- a/plugins/addon/theme_configurator/ThemeConfigurator.php +++ b/plugins/addon/theme_configurator/ThemeConfigurator.php @@ -13,7 +13,7 @@ class ThemeConfigurator extends Plugin /** @var array 插件基础信息 */ public $info = [ 'name' => 'ThemeConfigurator', - 'title' => '主题可视化配置', + 'title' => '黑果云模板控制器', 'description' => '通过插件管理 BlackFruit-UI 导航、页脚、SEO、轮播与侧边栏等主题参数', 'author' => 'yiqiu', 'version' => '1.0.0', diff --git a/plugins/addon/theme_configurator/lang/zh-cn.php b/plugins/addon/theme_configurator/lang/zh-cn.php index ecb98ae..57442f8 100644 --- a/plugins/addon/theme_configurator/lang/zh-cn.php +++ b/plugins/addon/theme_configurator/lang/zh-cn.php @@ -3,10 +3,10 @@ return [ 'theme_configurator_success' => '请求成功', 'theme_configurator_save_success' => '配置已保存', 'theme_configurator_error' => '请求失败', - 'theme_configurator_install_success' => '主题配置插件安装成功', - 'theme_configurator_uninstall_success' => '主题配置插件卸载成功', - 'nav_plugin_addon_theme_configurator' => '主题配置', - 'auth_plugin_addon_theme_configurator' => '主题控制', + 'theme_configurator_install_success' => '黑果云模板插件安装成功', + 'theme_configurator_uninstall_success' => '黑果云模板插件卸载成功', + 'nav_plugin_addon_theme_configurator' => '黑果云模板控制器', + 'auth_plugin_addon_theme_configurator' => '插件设置', 'auth_plugin_addon_theme_configurator_save' => '保存主题配置', // 上传相关 'upload_success' => '上传成功',