feat: 为主题配置器插件新增文件上传功能及相关路由配置
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
'theme_configurator_success' => '请求成功',
|
||||
'theme_configurator_save_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' => '主题控制',
|
||||
'auth_plugin_addon_theme_configurator_save' => '保存主题配置',
|
||||
// 上传相关
|
||||
'upload_success' => '上传成功',
|
||||
'upload_failed' => '上传失败',
|
||||
'upload_no_file' => '请选择要上传的文件',
|
||||
'upload_validate_failed' => '文件验证失败',
|
||||
'upload_save_failed' => '文件保存失败',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user