import { addStyle } from "@/env"; import blockCSS from "./css/block.css?raw"; export const DouYinNote = { init() { addStyle(blockCSS); }, };