mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-21 05:26:59 +08:00
feat(config): 支持完整配置导入导出
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package client
|
||||
|
||||
import "os"
|
||||
|
||||
func replaceExportFile(sourcePath, targetPath string) error {
|
||||
return os.Rename(sourcePath, targetPath)
|
||||
}
|
||||
Reference in New Issue
Block a user