From 44c5d9045c6591bff8867c1d008299f0046796a2 Mon Sep 17 00:00:00 2001 From: zeng Date: Thu, 6 Nov 2025 14:32:05 +0800 Subject: [PATCH] 1 --- .../AppListView/InAppPurchseView/APInAppPurchseVC.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift b/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift index 9dc3ecf..6ace528 100644 --- a/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift +++ b/AppleParty/AppleParty/AppListView/InAppPurchseView/APInAppPurchseVC.swift @@ -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