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: '反馈(不一定解决)', label: '反馈(不一定解决)',
click() { 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', label: 'Fork me on Github',
click() { 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', label: 'Fork me on Github',
click() { 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({ app.setAboutPanelOptions({
applicationName: pkg.name, applicationName: pkg.name,
applicationVersion: pkg.version, 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`, credits: `With the invaluable help of: \n web.wechat.com`,
version: pkg.version version: pkg.version
}); });

View File

@ -25,7 +25,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Riceneeder/weweChat" "url": "https://gitee.com/spark-community-works-collections/wewechat-plus-plus"
}, },
"license": "MIT", "license": "MIT",
"build": { "build": {

View File

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