add Github repo link
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user