chore: tweak

This commit is contained in:
pengzhanbo 2024-10-22 03:45:03 +08:00
parent ef78eeab7a
commit eadbc76082
2 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,7 @@ const { bulletin, showBulletin, enableBulletin, close } = useBulletinControl()
margin-bottom: 0 !important;
}
.vp-bulletin:where(.preset) .content :where(p,ul,ol,) {
.vp-bulletin:where(.preset) .content :where(p,ul,ol) {
margin: 8px 0;
}

View File

@ -23,6 +23,7 @@ const featuresComposables = fs.readdirSync(
export default defineConfig((cli) => {
const DEFAULT_OPTIONS: Options = {
dts: true,
sourcemap: false,
splitting: false,
watch: cli.watch,