Skip to content

Commit

Permalink
Merge pull request #54 from rememberber/develop
Browse files Browse the repository at this point in the history
调整项目相关链接
  • Loading branch information
rememberber authored May 9, 2018
2 parents 5be003d + f26a38a commit 7632b94
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</constraints>
<properties>
<font name="Microsoft YaHei UI"/>
<text value="&lt;html&gt;Fork me on GitHub: &lt;a href='https://github.com/rememberber/wepush'&gt;https://github.com/rememberber/wepush&lt;/a&gt;&lt;/html&gt;"/>
<text value="&lt;html&gt;Fork me on Gitee: &lt;a href='https://github.com/rememberber/wepush'&gt;https://gitee.com/zhoubochina/WePush&lt;/a&gt;&lt;/html&gt;"/>
</properties>
</component>
<component id="beefe" class="javax.swing.JLabel" binding="checkUpdateLabel">
Expand Down Expand Up @@ -134,7 +134,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="&lt;html&gt;查看更多在线帮助文档:&lt;a href='https://github.com/rememberber/WePush/wiki'&gt;https://github.com/rememberber/WePush/wiki&lt;/a&gt;&lt;/html&gt;"/>
<text value="&lt;html&gt;查看更多在线帮助文档:&lt;a href='https://github.com/rememberber/WePush/wiki'&gt;https://gitee.com/zhoubochina/WePush/wikis/help&lt;/a&gt;&lt;/html&gt;"/>
</properties>
</component>
</children>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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("<html>Fork me on GitHub: <a href='https://github.com/rememberber/wepush'>https://github.com/rememberber/wepush</a></html>");
companyLabel.setText("<html>Fork me on Gitee: <a href='https://github.com/rememberber/wepush'>https://gitee.com/zhoubochina/WePush</a></html>");
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());
Expand All @@ -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("<html>查看更多在线帮助文档:<a href='https://github.com/rememberber/WePush/wiki'>https://github.com/rememberber/WePush/wiki</a></html>");
labelOnlineHelp.setText("<html>查看更多在线帮助文档:<a href='https://github.com/rememberber/WePush/wiki'>https://gitee.com/zhoubochina/WePush/wikis/help</a></html>");
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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7632b94

Please sign in to comment.