Skip to content

@yunyoujun/docs / types / ProjectItem

Interface: ProjectItem

Defined in: types/project.ts:1

Properties

blank?

optional blank: boolean

Defined in: types/project.ts:31

是否新窗口打开

Default

ts
false

color?

optional color: string

Defined in: types/project.ts:17

主题色


description?

optional description: string

Defined in: types/project.ts:9

项目描述


icons?

optional icons: string[]

Defined in: types/project.ts:22

图标

Description

使用到的技术栈


optional link: string

Defined in: types/project.ts:26

项目链接


logo: string

Defined in: types/project.ts:13

项目图标


title

title: string

Defined in: types/project.ts:5

项目名称

v0.1.13