Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MustangYM committed Apr 26, 2023
1 parent ba6fb8f commit 580250e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
4 changes: 2 additions & 2 deletions OSXChatGPT/OSXChatGPT.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
28 changes: 0 additions & 28 deletions OSXChatGPT/OSXChatGPT/WindowView/UserInitializeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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密钥按钮
Expand Down
2 changes: 0 additions & 2 deletions OSXChatGPT/OSXChatGPT/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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:";
Expand Down
2 changes: 0 additions & 2 deletions OSXChatGPT/OSXChatGPT/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"NoLoginRequired" = "✅ 无需登陆 ✅ 一键清空会话";
"NoMonthlyFee" = "✅ 没有费用 更多敬请期待...";
"BetterApplication" = "OSXChatGPT应用程序唯一官方地址";
"adMovie" = "湖畔机械厂电影院";
"adWebsite" = "湖畔机械厂员工搬运Mac软件资源网";
"UpdateAPIKey" = "更新 API Key";
"EnterAPIKey" = "填入 API Key";
"EnterYourAPIKey" = "填入你的 API Key:";
Expand Down

0 comments on commit 580250e

Please sign in to comment.