refactor(modules/web): Mirgrat to typescript; fix bugs

This commit is contained in:
Xwite
2024-10-14 21:46:45 +08:00
parent b95deeb607
commit 7984c45cb9
81 changed files with 6396 additions and 3166 deletions
+9 -7
View File
@@ -1,7 +1,9 @@
code {
border-radius: 4px;
padding: .15rem .5rem;
background-color: var(--el-fill-color-light);
transition: color .25s, background-color .5s;
font-size: 14px;
}
code {
border-radius: 4px;
padding: 0.15rem 0.5rem;
background-color: var(--el-fill-color-light);
transition:
color 0.25s,
background-color 0.5s;
font-size: 14px;
}