// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT /** * DialogService 对话框服务,处理文件选择等对话框操作 * @module */ // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore: Unused imports import {Call as $Call, Create as $Create} from "@wailsio/runtime"; /** * SelectDirectory 打开目录选择对话框 */ export function SelectDirectory(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(2249533621) as any; return $resultPromise; } /** * SelectFile 打开文件选择对话框 */ export function SelectFile(): Promise & { cancel(): void } { let $resultPromise = $Call.ByID(37302920) as any; return $resultPromise; }