This commit is contained in:
MustangYM
2023-04-26 15:12:08 +08:00
parent ba6fb8fb82
commit 580250e41d
4 changed files with 2 additions and 34 deletions

View File

@@ -674,7 +674,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.1.7;
MARKETING_VERSION = 1.1.8;
PRODUCT_BUNDLE_IDENTIFIER = MustangYM.OSXChatGPT.OSXChatGPT;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -702,7 +702,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.1.7;
MARKETING_VERSION = 1.1.8;
PRODUCT_BUNDLE_IDENTIFIER = MustangYM.OSXChatGPT.OSXChatGPT;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;

View File

@@ -76,34 +76,6 @@ struct UserInitializeView: View {
.padding(.horizontal, 5)
}).padding(.leading, 60)
}.buttonStyle(PlainButtonStyle())//
Button(action: {
if let url = URL(string: "https://www.yemays.com/") {
NSWorkspace.shared.open(url)
}
}) {
HStack(spacing: 0, content:{
Image(systemName: "play.tv.fill")
Text(Localization.adMovie.localized)
.foregroundColor(.blue)
.frame(maxWidth: 300, alignment: .leading)
.padding(.horizontal, 5)
}).padding(.leading, 60)
}.buttonStyle(PlainButtonStyle())//
Button(action: {
if let url = URL(string: "https://5imac.net/") {
NSWorkspace.shared.open(url)
}
}) {
HStack(spacing: 0, content:{
Image(systemName: "desktopcomputer.and.arrow.down")
Text(Localization.adWebsite.localized)
.foregroundColor(.blue)
.frame(maxWidth: 300, alignment: .leading)
.padding(.horizontal, 5)
}).padding(.leading, 60)
}.buttonStyle(PlainButtonStyle())//
})
// API

View File

@@ -19,8 +19,6 @@
"NoLoginRequired" = "✅ No login required ✅ Use your own API key";
"NoMonthlyFee" = "✅ No monthly fee and more soon...";
"BetterApplication" = "A Better macOS application for ChatGPT";
"adMovie" = "湖畔机械厂电影院";
"adWebsite" = "湖畔机械厂员工搬运Mac软件资源网";
"UpdateAPIKey" = "Update API Key";
"EnterAPIKey" = "Enter API Key";
"EnterYourAPIKey" = "Enter Your OpenAI API Key:";

View File

@@ -18,8 +18,6 @@
"NoLoginRequired" = "✅ 无需登陆 ✅ 一键清空会话";
"NoMonthlyFee" = "✅ 没有费用 更多敬请期待...";
"BetterApplication" = "OSXChatGPT应用程序唯一官方地址";
"adMovie" = "湖畔机械厂电影院";
"adWebsite" = "湖畔机械厂员工搬运Mac软件资源网";
"UpdateAPIKey" = "更新 API Key";
"EnterAPIKey" = "填入 API Key";
"EnterYourAPIKey" = "填入你的 API Key:";