diff --git a/app/common.php b/app/common.php index 087e26e..271182e 100644 --- a/app/common.php +++ b/app/common.php @@ -110,9 +110,9 @@ if (!function_exists('auth')) { { $editor_type = sysConfig('site', 'editor_type'); return match ($editor_type) { - 'ckeditor' => "", - 'wangEditor' => "
", - default => "", + 'ckeditor' => "", + 'ueditor' => "", + default => "
", }; } } \ No newline at end of file