@readue/block-base_info

downloads-month

基础信息块,用于最简短地描述项目。

安装

pnpm add @readue/block-base_info

使用

该插件开箱即用,无任何配置。

// readue.config.ts
module.exports = {
	blocks: {
		type: 'custom',  // 只有 type 为 custom 时,list 中的块插件才会生效
		list: [
			"@readue/block-base_info",
		]
	}
}