chore: docker add worker command

This commit is contained in:
jialin
2024-11-28 23:19:31 +08:00
parent 849150c9ab
commit 0cc2a40f26
18 changed files with 549 additions and 434 deletions
+11 -3
View File
@@ -1,9 +1,9 @@
@font-face {
font-family: iconfont; /* Project id 4613488 */
src:
url('iconfont.woff2?t=1732245003614') format('woff2'),
url('iconfont.woff?t=1732245003614') format('woff'),
url('iconfont.ttf?t=1732245003614') format('truetype');
url('iconfont.woff2?t=1732806927800') format('woff2'),
url('iconfont.woff?t=1732806927800') format('woff'),
url('iconfont.ttf?t=1732806927800') format('truetype');
}
.iconfont {
@@ -14,6 +14,14 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-random::before {
content: '\e603';
}
.icon-suijisenlin::before {
content: '\e60e';
}
.icon-stop2::before {
content: '\e8db';
}