diff --git a/app/app.vue b/app/app.vue index f309eee..a5db2f8 100644 --- a/app/app.vue +++ b/app/app.vue @@ -6,13 +6,26 @@ - - -
-

🐾 虛擬寵物系統 - Console 互動版

- -
-

📖 使用說明

-

1. 打開瀏覽器的開發者工具(F12 或 Cmd+Option+I)

-

2. 切換到 Console 標籤

-

3. 系統會自動初始化,然後你可以在 console 中輸入命令

-

4. 輸入 help() 查看所有可用命令

-

5. 輸入 start() 開始遊戲循環

-
- -
- ⚠️ 注意:此版本使用 Mock API(資料儲存在 localStorage),未來可切換到真實 API。 -
- -
-

📊 系統狀態

-

正在載入...

-
- -
-

🎮 快速命令參考

- -
- -
-
✅ 系統載入中...
-
-
- - - - - diff --git a/public/fonts/cubicll.ttf b/public/fonts/cubicll.ttf new file mode 100644 index 0000000..e1da198 --- /dev/null +++ b/public/fonts/cubicll.ttf @@ -0,0 +1,2152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Page not found · GitHub · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ Skip to content + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + + + + +
+ + + + + + + + + +
+
+ + + +
+
+ +
+
+ 404 “This is not the web page you are looking for” + + + + + + + + + + + + +
+
+ +
+
+ +
+ + +
+
+ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + diff --git a/public/hud-frame.png b/public/hud-frame.png deleted file mode 100644 index f4a9aa9..0000000 Binary files a/public/hud-frame.png and /dev/null differ diff --git a/tailwind.config.ts b/tailwind.config.ts index a248afd..3fb449d 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -15,6 +15,10 @@ export default { ], theme: { extend: { + fontFamily: { + sans: ['Cubic 11', 'ui-sans-serif', 'system-ui'], + mono: ['Cubic 11', 'ui-monospace', 'monospace'], + }, colors: { // Pixel Dungeon Palette pixel: {