-
+
{getFixedNumber(view)}
{sm && (
-
+
{getFixedNumber(danmaku)}
)}
diff --git a/src/routers/video/item/videoinfo.tsx b/src/routers/video/item/videoinfo.tsx
index 9e2296a..607fea6 100644
--- a/src/routers/video/item/videoinfo.tsx
+++ b/src/routers/video/item/videoinfo.tsx
@@ -1,12 +1,9 @@
import { Avatar, Link, styled } from "@mui/material";
-import ThumbUpSharpIcon from "@mui/icons-material/ThumbUpSharp";
-import FavoriteSharpIcon from "@mui/icons-material/FavoriteSharp";
import { useScreenMatchSize } from "@utils/hooks/match";
-import getFixedNumber from "@utils/number";
import getrealtiveTime from "@utils/time";
import { FC } from "react";
import { VideoRouterImageCardType } from "../videotype";
-import { BiliIcon, CoinIcon } from "./icon";
+import { UPIcon } from "./icon";
import styles from "./item.module.less";
export const VideoInfo: FC<
Pick
@@ -24,31 +21,12 @@ export const VideoInfo: FC<
{title}
- {matchsmSize ? (
-
- ) : (
-
- )}
+
{name}
{matchsmSize &&
{getrealtiveTime(pubdate * 1000)}}
- {/* {matchsmSize && (
-
-
- {" "}
- {getFixedNumber(like)}
-
-
- {getFixedNumber(coin)}
-
-
- {" "}
- {getFixedNumber(favorite)}
-
-
- )} */}