Appearance
动态注入 JS 或 CSS 资源。
import { useExternal } from '@base-web-kits/base-tools-react'; const status = useExternal('/path/to/script.js', { js: { async: true }, });
ahooks