From f26a38a6869b17f0092a3973e7adc0f7dec97cfb Mon Sep 17 00:00:00 2001 From: zhouy Date: Wed, 9 May 2018 11:40:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/fangxuele/tool/wechat/push/ui/MainWindow.form | 4 ++-- .../java/com/fangxuele/tool/wechat/push/ui/MainWindow.java | 4 ++-- .../fangxuele/tool/wechat/push/ui/listener/AboutListener.java | 2 +- .../fangxuele/tool/wechat/push/ui/listener/HelpListener.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.form b/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.form index 14e9a23d..b7d00b52 100644 --- a/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.form +++ b/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.form @@ -69,7 +69,7 @@ - + @@ -134,7 +134,7 @@ - + diff --git a/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.java b/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.java index bc1a7f16..96eb18ee 100644 --- a/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.java +++ b/src/main/java/com/fangxuele/tool/wechat/push/ui/MainWindow.java @@ -1578,7 +1578,7 @@ public void setSettingTxyunSaveButton(JButton settingTxyunSaveButton) { companyLabel = new JLabel(); Font companyLabelFont = this.$$$getFont$$$("Microsoft YaHei UI", -1, -1, companyLabel.getFont()); if (companyLabelFont != null) companyLabel.setFont(companyLabelFont); - companyLabel.setText("Fork me on GitHub: https://github.com/rememberber/wepush"); + companyLabel.setText("Fork me on Gitee: https://gitee.com/zhoubochina/WePush"); aboutPanel.add(companyLabel, new GridConstraints(7, 0, 1, 6, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false)); checkUpdateLabel = new JLabel(); Font checkUpdateLabelFont = this.$$$getFont$$$(null, Font.BOLD, -1, checkUpdateLabel.getFont()); @@ -1605,7 +1605,7 @@ public void setSettingTxyunSaveButton(JButton settingTxyunSaveButton) { panel1.setLayout(new GridLayoutManager(1, 1, new Insets(0, 10, 0, 0), -1, -1)); helpPanel.add(panel1, new GridConstraints(1, 0, 1, 1, GridConstraints.ANCHOR_CENTER, GridConstraints.FILL_BOTH, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, GridConstraints.SIZEPOLICY_CAN_SHRINK | GridConstraints.SIZEPOLICY_CAN_GROW, null, null, null, 0, false)); labelOnlineHelp = new JLabel(); - labelOnlineHelp.setText("查看更多在线帮助文档:https://github.com/rememberber/WePush/wiki"); + labelOnlineHelp.setText("查看更多在线帮助文档:https://gitee.com/zhoubochina/WePush/wikis/help"); panel1.add(labelOnlineHelp, new GridConstraints(0, 0, 1, 1, GridConstraints.ANCHOR_WEST, GridConstraints.FILL_NONE, GridConstraints.SIZEPOLICY_FIXED, GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false)); messagePanel = new JSplitPane(); tabbedPane.addTab("编辑消息", messagePanel); diff --git a/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/AboutListener.java b/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/AboutListener.java index 51954a23..f84dec1f 100644 --- a/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/AboutListener.java +++ b/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/AboutListener.java @@ -32,7 +32,7 @@ public void mouseClicked(MouseEvent e) { super.mouseClicked(e); Desktop desktop = Desktop.getDesktop(); try { - desktop.browse(new URI("https://github.com/rememberber/wepush")); + desktop.browse(new URI("https://gitee.com/zhoubochina/WePush")); } catch (IOException e1) { e1.printStackTrace(); } catch (URISyntaxException e1) { diff --git a/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/HelpListener.java b/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/HelpListener.java index 99bd094e..277ed0c3 100644 --- a/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/HelpListener.java +++ b/src/main/java/com/fangxuele/tool/wechat/push/ui/listener/HelpListener.java @@ -24,7 +24,7 @@ public void mouseClicked(MouseEvent e) { super.mouseClicked(e); Desktop desktop = Desktop.getDesktop(); try { - desktop.browse(new URI("https://github.com/rememberber/WePush/wiki")); + desktop.browse(new URI("https://gitee.com/zhoubochina/WePush/wikis/help")); } catch (IOException e1) { e1.printStackTrace(); } catch (URISyntaxException e1) {