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