add Github repo link

This commit is contained in:
2022-07-23 09:24:53 +08:00
parent 84cf09e61b
commit cae07f55cd
2 changed files with 10 additions and 0 deletions

View File

@@ -84,6 +84,15 @@ function Manage(props) {
</button>
</div>
<Database />
<p>
<a
href="https://github.com/heimoshuiyu/msw-open-music"
target="_blank"
rel="noreferrer"
>
{Tr("View source code on Github")}
</a>
</p>
</div>
);
}

View File

@@ -101,6 +101,7 @@ const LANG_zh_CN = {
"please select a tag": "请选择一个标签",
"files in folder": "文件夹内",
"preparing...": "转码中...",
"view source code on github": "在 Github 上查看源代码",
};
export default LANG_zh_CN;