fix: 低优先级收尾 — 图片上传/语言编辑/插件恢复/URL 编码
- P3-2: ArticleEditor 图片上传接入 /upload 端点 + 封面图上传按钮 - P4-3: recover_plugins 添加 tenant 日志 + 同 ID 去重保护 - P4-4: LanguageManager 编辑弹窗改为真实表单 (name 字段) + 后端 name 持久化 - P4-6: Settings API getSetting/updateSetting 添加 encodeURIComponent
This commit is contained in:
@@ -10,6 +10,7 @@ export interface LanguageInfo {
|
||||
|
||||
export interface UpdateLanguageRequest {
|
||||
is_active: boolean;
|
||||
name?: string;
|
||||
}
|
||||
|
||||
// --- API Functions ---
|
||||
|
||||
Reference in New Issue
Block a user