CaptainOfPhB

Results 4 comments of CaptainOfPhB

> 最新版本已支持excludeAssetFilter,使用方式 > > ```js > import microApp from '@micro-zoe/micro-app' > > microApp.start({ > excludeAssetFilter (assetUrl) { > if (assetUrl === 'xxx') { > return true // 返回true则micro-app不会劫持处理当前文件 > }...

`sudo npm install -g nrm@latest` can fix it.

可以放到 [Vercel](https://vercel.com/) 上,配置还是写在 registries.json 中,但是通过打接口拿配置,以后添加 registry 就可以只用 push 到 master 不用发版了,接口拿到的 json 自动就是最新的。

As mentioned in the documentation([customizing-css section](https://vitepress.vuejs.org/guide/theme-introduction#customizing-css)), we can override the css var to work around this temporarily. ```css /* .vitepress/theme/custom.css */ html:not(.dark) { --vp-c-text-dark-3: #ccc; --vp-code-block-bg: rgba(238, 238, 238, 0.5);...