change repo url

This commit is contained in:
Riceneeder 2022-09-01 21:05:47 +08:00
parent 0ecde84844
commit 69e2bcb928
3 changed files with 6 additions and 6 deletions

View File

@ -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
});

View File

@ -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": {

View File

@ -17,7 +17,7 @@ export default class Placeholder extends Component {
<a
className={classes.button}
href="https://github.com/Riceneeder/weweChat"
href="https://gitee.com/spark-community-works-collections/wewechat-plus-plus"
target="_blank">
Fork on Github
<i className="icon-ion-social-github" />