mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 17:18:25 +08:00
change style
This commit is contained in:
@@ -152,17 +152,17 @@ function Actions({ handleShare }: { handleShare: (text: string) => void }) {
|
||||
|
||||
function Warning() {
|
||||
return (
|
||||
<div className="flex justify-center w-full p-4 rounded-md bg-yellow-50">
|
||||
<div className="flex justify-center w-full p-4 rounded-md bg-red-50">
|
||||
<div className="flex">
|
||||
<div className="flex-shrink-0">
|
||||
<ExclamationTriangleIcon
|
||||
className="w-5 h-5 text-red-400"
|
||||
className="w-5 h-5 text-red-700"
|
||||
aria-hidden="true"
|
||||
/>
|
||||
</div>
|
||||
<div className="ml-3">
|
||||
<h3 className="text-sm font-medium text-yellow-800">注意!!</h3>
|
||||
<div className="mt-2 text-sm text-yellow-700">
|
||||
<h3 className="text-sm font-medium text-red-700">注意!!</h3>
|
||||
<div className="mt-2 text-sm text-red-700">
|
||||
<p>泄露本页面就等于泄露你的设置。</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -8,8 +8,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<script type="module" crossorigin src="/assets/index.7cb573a1.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.66da34c3.css">
|
||||
<script type="module" crossorigin src="/assets/index.3b8161d2.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.a5b2a360.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user