修复旧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>
<header class="header">
<nav class="nav">
<div class="logo">

View File

@ -764,15 +764,15 @@ async function fetchNoCache(url) {
.Button:hover {
background-color: #45a049; /* 鼠标悬停时的背景色 */
}
.dark .simpleInput, .dark #input {
color: rgb(196,196,197);
}
.dark #preview {
background-color: rgb(29,30,32);
}
.button-container {
display: flex;
justify-content: center; /* 水平居中 */
@ -782,7 +782,7 @@ async function fetchNoCache(url) {
</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>