From 69e2bcb9289195866fc00e4fecbef1fac43bd2b2 Mon Sep 17 00:00:00 2001 From: Riceneeder <86492950+Riceneeder@users.noreply.github.com> Date: Thu, 1 Sep 2022 21:05:47 +0800 Subject: [PATCH] change repo url --- main.js | 8 ++++---- package.json | 2 +- src/js/pages/Footer/Settings.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main.js b/main.js index 62ba394..a3090fb 100644 --- a/main.js +++ b/main.js @@ -244,13 +244,13 @@ let mainMenu = [ { label: '反馈(不一定解决)', click() { - shell.openExternal('https://github.com/Riceneeder/weweChat/issues'); + shell.openExternal('https://gitee.com/spark-community-works-collections/wewechat-plus-plus/issues'); } }, { label: 'Fork me on Github', click() { - shell.openExternal('https://github.com/Riceneeder/weweChat'); + shell.openExternal('https://gitee.com/spark-community-works-collections/wewechat-plus-plus'); } }, ] @@ -285,7 +285,7 @@ let trayMenu = [ { label: 'Fork me on Github', click() { - shell.openExternal('https://github.com/Riceneeder/weweChat'); + shell.openExternal('https://gitee.com/spark-community-works-collections/wewechat-plus-plus'); } }, { @@ -688,7 +688,7 @@ const createMainWindow = () => { app.setAboutPanelOptions({ applicationName: pkg.name, applicationVersion: pkg.version, - copyright: 'Made with 💖 by trazyn. \n https://github.com/trazyn/weweChat \nRevise By Riceneeder \n https://github.com/Riceneeder/weweChat', + copyright: 'Made with 💖 by trazyn. \n https://github.com/trazyn/weweChat \nRevise By Riceneeder \n https://gitee.com/spark-community-works-collections/wewechat-plus-plus', credits: `With the invaluable help of: \n web.wechat.com`, version: pkg.version }); diff --git a/package.json b/package.json index 3daae25..df3ba27 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Riceneeder/weweChat" + "url": "https://gitee.com/spark-community-works-collections/wewechat-plus-plus" }, "license": "MIT", "build": { diff --git a/src/js/pages/Footer/Settings.js b/src/js/pages/Footer/Settings.js index 4621638..e07ed1a 100644 --- a/src/js/pages/Footer/Settings.js +++ b/src/js/pages/Footer/Settings.js @@ -17,7 +17,7 @@ export default class Placeholder extends Component { Fork on Github