From 3c4b851a7b5f199c745a4796e6560466aabcc2c2 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 03 十一月 2025 10:56:57 +0800
Subject: [PATCH] 点击确认上片后弹出自定义弹窗,并设置定时关闭功能
---
UI-Project/index.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/UI-Project/index.html b/UI-Project/index.html
index 5008a8e..b394478 100644
--- a/UI-Project/index.html
+++ b/UI-Project/index.html
@@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<!-- <link rel="icon" href="/favicon.ico"> -->
+ <link rel="stylesheet" type="text/css" media="print" href="/print-lock.css">
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>鍖楃幓</title>
</head>
--
Gitblit v1.8.0