Skip to content

Commit 13c5614

Browse files
znsoftznsoft
authored andcommitted
macos
1 parent 7b430d8 commit 13c5614

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

build_number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
80
1+
81

frontend/src/App.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const subscriptionUrls: {[key: string]: string} = {
1616
"aicodemirror": "https://www.aicodemirror.com/register?invitecode=CZPPWZ"
1717
};
1818

19-
const APP_VERSION = "2.0.0.80";
19+
const APP_VERSION = "2.0.0.81";
2020

2121
const translations: any = {
2222
"en": {
@@ -76,7 +76,7 @@ const translations: any = {
7676
"version": "Version",
7777
"author": "Author",
7878
"checkingUpdate": "Checking for updates...",
79-
"bugReport": "Bug Report or Suggestion",
79+
"bugReport": "Problem Feedback",
8080
"businessCooperation": "Business: WeChat znsoft",
8181
"original": "Original",
8282
"message": "Message",
@@ -143,7 +143,7 @@ const translations: any = {
143143
"version": "版本",
144144
"author": "作者",
145145
"checkingUpdate": "正在检查更新...",
146-
"bugReport": "Bug 报告或建议",
146+
"bugReport": "问题反馈",
147147
"businessCooperation": "商业合作:微信 znsoft",
148148
"original": "原厂",
149149
"message": "消息",
@@ -208,6 +208,7 @@ const translations: any = {
208208
"version": "版本",
209209
"author": "作者",
210210
"checkingUpdate": "正在檢查更新...",
211+
"bugReport": "問題回饋",
211212
"businessCooperation": "商業合作:微信 znsoft",
212213
"original": "原廠",
213214
"message": "消息",
@@ -1031,6 +1032,7 @@ function App() {
10311032
>
10321033
{t("checkUpdate")}
10331034
</button>
1035+
<button className="btn-link" onClick={() => BrowserOpenURL("https://github.com/RapidAI/aicoder/issues/new")}>{t("bugReport")}</button>
10341036
<button className="btn-link" onClick={() => BrowserOpenURL("https://github.com/RapidAI/aicoder")}>GitHub</button>
10351037
</div>
10361038
</div>

frontend/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const buildNumber = "80";
1+
export const buildNumber = "81";

0 commit comments

Comments
 (0)