From d988b465e1072337d00c82f32c2d3c329c38db69 Mon Sep 17 00:00:00 2001 From: LogCreative Date: Thu, 15 Aug 2024 20:46:06 +0800 Subject: [PATCH] feat: add video links --- README.md | 2 +- index.html | 1 + lang/chs.js | 2 ++ lang/en.js | 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5e03c..4b03304 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## PGFPlotsEdt - Faster to PGFPlot in LaTeX ### A PGFPlots Statistic Graph Interactive Editor. -[Online website](https://logcreative.github.io/PGFPlotsEdt/index.html) | [Documentation](https://logcreative.github.io/PGFPlotsEdt-doc/pgfplotsedt.pdf) | [Video](https://youtu.be/SRZqbhqBcZY?si=WJ45pQyk3LWNgkU-) | [网站(简体中文)](https://logcreative.tech/PGFPlotsEdt/index.html?lang=chs) | [文档(简体中文)](https://logcreative.tech/PGFPlotsEdt-doc/pgfplotsedt_chs.pdf) | [视频(简体中文)](https://www.bilibili.com/video/BV1f5ebeREet) +[Online website](https://logcreative.github.io/PGFPlotsEdt/index.html) | [Documentation](https://logcreative.github.io/PGFPlotsEdt-doc/pgfplotsedt.pdf) | [Video](https://www.youtube.com/watch?v=SRZqbhqBcZY&list=PLLu4lSdFKgjXGxlWuPDG-g1sfzzidUrrV) | [网站(简体中文)](https://logcreative.tech/PGFPlotsEdt/index.html?lang=chs) | [文档(简体中文)](https://logcreative.tech/PGFPlotsEdt-doc/pgfplotsedt_chs.pdf) | [视频(简体中文)](https://www.bilibili.com/video/BV1f5ebeREet) #### Introduction diff --git a/index.html b/index.html index 7e88be4..ddff7d8 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,7 @@
+
{{$t('copyright.fast-compiler-not-use')}}
diff --git a/lang/chs.js b/lang/chs.js index 5408eb3..ffc3760 100644 --- a/lang/chs.js +++ b/lang/chs.js @@ -5,6 +5,8 @@ const chs = { "repo": "PGFPlots GitHub 仓库", "start": "开始使用", "documentation": "帮助文档", + "video": "演示视频", + "videoLink": "https://www.bilibili.com/video/BV1f5ebeREet", "docSuffix": "_chs", "copyright": { "line": "版权所有 © 2020–2024 Log Creative", diff --git a/lang/en.js b/lang/en.js index 3d09bb9..4ad3c59 100644 --- a/lang/en.js +++ b/lang/en.js @@ -5,6 +5,8 @@ const en = { "repo": "PGFPlots GitHub Repository", "start": "Start", "documentation": "Docs", + "video": "Video", + "videoLink": "https://www.youtube.com/watch?v=SRZqbhqBcZY&list=PLLu4lSdFKgjXGxlWuPDG-g1sfzzidUrrV", "docSuffix": "", "copyright": { "line": "Copyright © 2020–2024 Log Creative",