From 3da706402d3e74503e3134f781bc5d30b8293bf6 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Tue, 7 Apr 2026 11:17:14 +0800 Subject: [PATCH] feat: enhance modification display with copy functionality and improved styling --- src/page/mod-codes/index.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/page/mod-codes/index.tsx b/src/page/mod-codes/index.tsx index eede54b..b40a867 100644 --- a/src/page/mod-codes/index.tsx +++ b/src/page/mod-codes/index.tsx @@ -59,10 +59,19 @@ export default function ModCodesPage() { }} >
- - 改枪码: - {modification.code} - +
+ + 改枪码: + {modification.code} + + +
作者: