feat: 显示导出配置的文件路径
This commit is contained in:
@@ -787,6 +787,8 @@ const exportConfig = async () => {
|
||||
if (window.pywebview) {
|
||||
const response = await window.pywebview.api.export_config(params)
|
||||
if (response.success) {
|
||||
// 显示导出的文件路径
|
||||
currentFilePath.value = response.file_path || ''
|
||||
logRef.value?.addLog('info', response.message)
|
||||
} else {
|
||||
logRef.value?.addLog('warning', response.message)
|
||||
|
||||
Reference in New Issue
Block a user