Merge branch 'main' of https://git.qinjiu8.com/zengjx/AppleParty
This commit is contained in:
commit
3ea379ca11
@ -73,7 +73,7 @@ class APInAppPurchseVC: NSViewController {
|
||||
let currentDate = dateFormatter.string(from: Date())
|
||||
let mySave = NSSavePanel()
|
||||
mySave.allowedFileTypes = ["csv"]
|
||||
mySave.nameFieldStringValue = "内购列表" + currentDate + currentApp!.appName.replacingOccurrences(of: " ", with: "-")
|
||||
mySave.nameFieldStringValue = currentApp!.appName.replacingOccurrences(of: " ", with: "-") + "内购列表" + currentDate
|
||||
mySave.begin { (result) -> Void in
|
||||
if result == .OK {
|
||||
let filePath = mySave.url
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user