Skip to content

Commit

Permalink
Merge pull request latentcat#49 from aiyoudiao/main
Browse files Browse the repository at this point in the history
docs: add programming to awesome-ai-products
  • Loading branch information
CPunisher authored Apr 25, 2024
2 parents ac85114 + 929ec17 commit 0e683fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
"voice": "Voice",
"digital-human": "Digital Human",
"3d": "3D",
"design": "Design"
"design": "Design",
"programming": "Programming"
},
"digital-art-tools": {
"title": "Awesome Digital Art Tools",
Expand Down
3 changes: 2 additions & 1 deletion messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
"voice": "语音",
"digital-human": "数字人",
"3d": "3D",
"design": "设计"
"design": "设计",
"programming": "编程"
},
"digital-art-tools": {
"title": "数字艺术工具大全",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/app/[locale]/(docs)/awesome-ai-products/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@ export const data: dataType = [
{ id: "canva", name: "Canva", url: "https://www.canva.com/" },
],
},
{
category: "programming",
items: [
{ id: "cursor", name: "Cursor", url: "https://cursor.sh/" },
],
},
];

export default data;

0 comments on commit 0e683fd

Please sign in to comment.