From 95ea3c0f5d15db522f89914d4bb053ca6d753d87 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 05 十一月 2025 20:44:49 +0800
Subject: [PATCH] 临时盘点功能优化

---
 App.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
index cf72960..8d00500 100644
--- a/App.vue
+++ b/App.vue
@@ -140,6 +140,11 @@
 		src: url('static/family/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
 		
 	}
+	@font-face {
+		font-family: a4;
+		src: url('static/family/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
+		
+	}
 	.nav-list {
 		display: flex;
 		flex-wrap: wrap;

--
Gitblit v1.9.1