Skip to content

Commit

Permalink
1. 将软件中有关GitHub的地址变更为当前仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
stark81 committed Jun 6, 2023
1 parent 2a40a82 commit a49780f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class Background {
.then(result => {
if (result.response === 0) {
shell.openExternal(
'https://github.com/stark81/my_yesplaymusic/releases/'
'https://github.com/stark81/YesPlayMusic/releases/'
);
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/electron/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export function createMenu(win, store) {
click: async () => {
const { shell } = require('electron');
await shell.openExternal(
'https://github.com/stark81/my_yesplaymusic/'
'https://github.com/stark81/YesPlayMusic/'
);
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
loginWithPhone: 'Login with Phone',
notice: `YesPlayMusic promises not to save any of your account information to the cloud.<br />
Your password will be MD5 encrypted locally and then transmitted to NetEase Music API.<br />
YesPlayMusic is not the official website of NetEase Music, please consider carefully before entering account information. You can also go to <a href="https://github.com/stark81/my_yesplaymusic/">YesPlayMusic's GitHub repository</a> to build and use the self-hosted NetEase Music API.`,
YesPlayMusic is not the official website of NetEase Music, please consider carefully before entering account information. You can also go to <a href="https://github.com/stark81/YesPlayMusic/">YesPlayMusic's GitHub repository</a> to build and use the self-hosted NetEase Music API.`,
noticeElectron: `Your password will be MD5 encrypted locally and then transmitted to NetEase Music API.<br />
YesPlayMusic promises not to save any of your account information to the cloud.<br />`,
},
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lang/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
loginWithPhone: 'Phone ile giriş yap',
notice: `YesPlayMusic hesabınızın hiçbir bilgisini kaydetmeyeceğine dair söz veriyor<br />
Şifren MD5 şifreleme ile yerel olarak şifrelenir ve daha sonra NetEase Müzik API'sine gönderilir<br />
YesPlayMusic, NetEase Music'in resmi websitesi değildir, lütfen hesap bilgilerinizi girmeden önce dikkatlice düşününüz. Aynı zamanda, Kendi NetEase Musix API'nızı host etmek için <a href="https://github.com/stark81/my_yesplaymusic">YesPlayMusic'in GitHub Repo'suna</a> gidebilirsiniz.`,
YesPlayMusic, NetEase Music'in resmi websitesi değildir, lütfen hesap bilgilerinizi girmeden önce dikkatlice düşününüz. Aynı zamanda, Kendi NetEase Musix API'nızı host etmek için <a href="https://github.com/stark81/YesPlayMusic">YesPlayMusic'in GitHub Repo'suna</a> gidebilirsiniz.`,
noticeElectron: `YesPlayMusic hesabınızın hiçbir bilgisini kaydetmeyeceğine dair söz veriyor<br />
Şifren MD5 şifreleme ile yerel olarak şifrelenir ve daha sonra NetEase Müzik API'sine gönderilir<br />`,
},
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
notice: `YesPlayMusic 承诺不会保存你的任何账号信息到云端。<br />
你的密码会在本地进行 MD5 加密后再传输到网易云 API。<br />
YesPlayMusic 并非网易云官方网站,输入账号信息前请慎重考虑。 你也可以前往
<a href="https://github.com/stark81/my_yesplaymusic/"
<a href="https://github.com/stark81/YesPlayMusic/"
>YesPlayMusic 的 GitHub 源代码仓库</a
>
自行构建并使用自托管的网易云 API。`,
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lang/zh-TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
notice: `YesPlayMusic 承諾不會保存您的任何帳戶資訊到雲端。<br />
您的密碼會在本地進行 MD5 加密後再傳輸到網易雲 API。<br />
YesPlayMusic 並非網易雲官方網站,輸入帳戶資訊前請慎重考慮。 您也可以前往
<a href="https://github.com/stark81/my_yesplaymusic"
<a href="https://github.com/stark81/YesPlayMusic"
>YesPlayMusic 的 GitHub 原始碼 Repo</a
>
自行編譯並使用自託管的網易雲 API。`,
Expand Down

0 comments on commit a49780f

Please sign in to comment.