feat: rjfs with mui

This commit is contained in:
lin onetwo 2025-05-24 01:04:16 +08:00
parent 0f3958ab2e
commit d3717bc86c
21 changed files with 2903 additions and 595 deletions

View file

@ -161,6 +161,21 @@
"TopP": "Top P",
"TopPDescription": "Control the randomness of responses. Lower values make responses more deterministic, while higher values allow for greater variability."
},
"Prompt": {
"Preview": "Prompt Preview",
"Loading": "Loading preview...",
"AutoRefresh": "Preview auto-refreshes with input text changes",
"Flat": "Flat View",
"Tree": "Tree View",
"Config": "Configuration",
"ToggleFullScreen": "Toggle Fullscreen",
"EnterFullScreen": "Enter Fullscreen",
"ExitFullScreen": "Exit Fullscreen",
"NoHandlerFound": "No handler found",
"NoConfigFound": "No configuration found",
"ConfigurationEditor": "Configuration Editor",
"ConfigurationDescription": "Edit prompt configuration"
},
"Schema": {
"AIConfig": {
"Description": "AI Conversation Settings Configuration"

View file

@ -200,6 +200,9 @@
"Flat": "平铺视图",
"Tree": "树形视图",
"Config": "配置",
"ToggleFullScreen": "切换全屏",
"EnterFullScreen": "进入全屏",
"ExitFullScreen": "退出全屏",
"NoHandlerFound": "未找到处理程序",
"NoConfigFound": "未找到配置",
"ConfigurationEditor": "配置编辑器",