Search Docs
Readue 技术栈块插件,用于展示项目所使用的技术栈信息。
pnpm add @readue/block-techstack
该插件开箱即用,无任何配置。
// readue.config.ts module.exports = { blocks: { type: 'custom', // 只有 type 为 custom 时,list 中的块插件才会生效 list: [ "@readue/block-techstack", ] } }