import type { PopsPanelContentConfig } from "@whitesev/pops/dist/types/src/components/panel/types/index.js"; import { UISwitch } from "@components/setting/components/ui-switch"; export const Component_Guide: PopsPanelContentConfig = { id: "component-guide", title: "导读", views: [ { type: "container", text: "", views: [UISwitch("页面美化", "mt-guide-beautifyPage", true, void 0, "美化样式")], }, ], };