修复旧URL

This commit is contained in:
Ember 2024-07-23 00:37:10 +08:00
parent d6731348b3
commit e373aaffd0
2 changed files with 4 additions and 5 deletions

View File

@ -117,7 +117,6 @@
</script> </script>
<header class="header"> <header class="header">
<nav class="nav"> <nav class="nav">
<div class="logo"> <div class="logo">

View File

@ -764,15 +764,15 @@ async function fetchNoCache(url) {
.Button:hover { .Button:hover {
background-color: #45a049; /* 鼠标悬停时的背景色 */ background-color: #45a049; /* 鼠标悬停时的背景色 */
} }
.dark .simpleInput, .dark #input { .dark .simpleInput, .dark #input {
color: rgb(196,196,197); color: rgb(196,196,197);
} }
.dark #preview { .dark #preview {
background-color: rgb(29,30,32); background-color: rgb(29,30,32);
} }
.button-container { .button-container {
display: flex; display: flex;
justify-content: center; /* 水平居中 */ justify-content: center; /* 水平居中 */
@ -782,7 +782,7 @@ async function fetchNoCache(url) {
</style> </style>
<script src="https://download.xn--xhq44jb2fzpc.com/upload/submission.js?v=1.0.1"></script> <script src="https://download.xn--xhq44jb2fzpc.com/upload/submission.js?v=1.0.2"></script>