add websocket

This commit is contained in:
lb
2023-05-11 10:40:00 +08:00
parent 678a29b37e
commit 1bcd216487
5 changed files with 87 additions and 4 deletions

View File

@@ -8,3 +8,8 @@
@function w($width) {
@return $width * ($actual_width / $design_width);
}
@function adjust($v) {
// 所有单位乘以 2
@return $v * 2;
}