{{ game.zhName || game.enName }}
+{{ game.enName }}
+ 游玩:{{ game.playtime }} 小时 · 最近:{{ game.lastPlayed }} +From 30be3ca2bf7b9db9e7fc24308f31e975135ec658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=9E=97=E6=95=A3=E4=BA=BA?= <71921416+PageSecOnd@users.noreply.github.com> Date: Thu, 14 May 2026 19:51:44 +0800 Subject: [PATCH] feat: implement fluent-style Steam tracker frontend shell --- index.html | 12 ++++ package.json | 17 +++++ src/App.vue | 171 +++++++++++++++++++++++++++++++++++++++++++++++++ src/main.js | 5 ++ src/styles.css | 35 ++++++++++ vite.config.js | 6 ++ 6 files changed, 246 insertions(+) create mode 100644 index.html create mode 100644 package.json create mode 100644 src/App.vue create mode 100644 src/main.js create mode 100644 src/styles.css create mode 100644 vite.config.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..8572ea6 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + +
+ + +{{ task.stage }}
+{{ game.enName }}
+ 游玩:{{ game.playtime }} 小时 · 最近:{{ game.lastPlayed }} +