Skip to content

Commit

Permalink
feat: 增加数据条目
Browse files Browse the repository at this point in the history
  • Loading branch information
yukapril committed Dec 7, 2024
1 parent b2f6ec3 commit 8af5f69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/data/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,15 @@ const data: Data = [
desc: '国内人写的油猴开发教程,非常好',
url: 'https://learn.scriptcat.org',
tags: ['油猴', '教程']
},
{
id: 100,
name: 'BYLO AI',
desc: '一个功能强大的 AI 图像生成网站,可以将用户的文本描述转换为高质量的图像。支持描述如负面提示等。',
url: 'https://bylo.ai',
tags: ['AI', '图片']
}

]

export default data

0 comments on commit 8af5f69

Please # to comment.