@@ -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
2121const 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 >
0 commit comments