feat: opt page style

This commit is contained in:
engigu
2025-12-25 10:03:05 +08:00
parent 49f8a4db6c
commit cc3a09c1c2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ baihu
# Data & Logs
data/
envs/
.kiro/
# logs/
# scripts/
configs/config.ini
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, onMounted, onUnmounted, watch } from 'vue'
import { ref, onMounted, onUnmounted } from 'vue'
import { Terminal } from '@xterm/xterm'
import { FitAddon } from '@xterm/addon-fit'
import '@xterm/xterm/css/xterm.css'