diff --git a/web/src/component/Manage.js b/web/src/component/Manage.js
index bfdf33c..2ff9d80 100644
--- a/web/src/component/Manage.js
+++ b/web/src/component/Manage.js
@@ -84,6 +84,15 @@ function Manage(props) {
+
+
+ {Tr("View source code on Github")}
+
+
);
}
diff --git a/web/src/translate/zh_CN.js b/web/src/translate/zh_CN.js
index 2a6d920..605e34e 100644
--- a/web/src/translate/zh_CN.js
+++ b/web/src/translate/zh_CN.js
@@ -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;