mirror of
https://github.com/MustangYM/OSXChatGpt.git
synced 2025-11-25 03:15:08 +08:00
v1.1.8
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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密钥按钮
|
||||
|
||||
@@ -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:";
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
"NoLoginRequired" = "✅ 无需登陆 ✅ 一键清空会话";
|
||||
"NoMonthlyFee" = "✅ 没有费用 更多敬请期待...";
|
||||
"BetterApplication" = "OSXChatGPT应用程序唯一官方地址";
|
||||
"adMovie" = "湖畔机械厂电影院";
|
||||
"adWebsite" = "湖畔机械厂员工搬运Mac软件资源网";
|
||||
"UpdateAPIKey" = "更新 API Key";
|
||||
"EnterAPIKey" = "填入 API Key";
|
||||
"EnterYourAPIKey" = "填入你的 API Key:";
|
||||
|
||||
Reference in New Issue
Block a user