support multiple delete users, update database sql file

This commit is contained in:
RockYang
2024-09-10 10:56:04 +08:00
parent 05161f48fd
commit 54e8d72b10
14 changed files with 129 additions and 65 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1725863856362') format('woff2'),
url('iconfont.woff?t=1725863856362') format('woff'),
url('iconfont.ttf?t=1725863856362') format('truetype');
src: url('iconfont.woff2?t=1725929120246') format('woff2'),
url('iconfont.woff?t=1725929120246') format('woff'),
url('iconfont.ttf?t=1725929120246') format('truetype');
}
.iconfont {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-luma:before {
content: "\e704";
}
.icon-exchange:before {
content: "\e6f5";
}