1
This commit is contained in:
@@ -445,7 +445,7 @@ def create_app() -> FastAPI:
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>数据解密工具122</title>
|
||||
<title>数据解密工具</title>
|
||||
<style>
|
||||
body { font-family: system-ui, -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; }
|
||||
h1 { color: #1a1a2e; }
|
||||
@@ -458,7 +458,7 @@ def create_app() -> FastAPI:
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>数据解密工具</h1>
|
||||
<h1>数据解密工具111</h1>
|
||||
<p>用于解密日志中的加密数据</p>
|
||||
<textarea id="encryptedInput" placeholder="请输入加密的数据..."></textarea>
|
||||
<br><br>
|
||||
|
||||
Reference in New Issue
Block a user