From 3dece4fcdbfe964fd430700270a18bf7e15c3478 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Tue, 29 Aug 2023 01:35:09 +0800 Subject: [PATCH] add version tag to loading page --- src/views/Options/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Options/index.js b/src/views/Options/index.js index b1fece5..02a5a5a 100644 --- a/src/views/Options/index.js +++ b/src/views/Options/index.js @@ -62,6 +62,7 @@ export default function Options() { if (isGm && !ready) { return (
+

{`KISS Translator v${process.env.REACT_APP_VERSION}`}

);