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