mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 08:49:31 +08:00
update project
This commit is contained in:
parent
558c43f2ae
commit
869e284255
1 changed files with 21 additions and 2 deletions
|
@ -19,10 +19,29 @@ export const projects: Project[] = [
|
|||
// img: 'https://usc1.contabostorage.com/cc0b816231a841b1b0232d5ef0c6deb1:image/2022/06/d4d2489936e4f647c25df6982c6ef924.png',
|
||||
// link: 'https://haibian.seviche.cc'
|
||||
// },
|
||||
{
|
||||
id: 'Raycast-NeoDB',
|
||||
name: 'Raycast - NeoDB',
|
||||
tags: ['React', 'React Hooks', 'Fediverse', 'TypeScript'],
|
||||
description: 'Search NeoDB items and view item details',
|
||||
feature: 'React',
|
||||
img: 'https://github.com/raycast/extensions/raw/f7cf284a8c14e38aee758adb00120de827a144fb/extensions/neodb//metadata/neodb-1.png',
|
||||
link: 'https://www.raycast.com/SevicheCC/neodb'
|
||||
},
|
||||
{
|
||||
id: 'Raycast-Mastodon',
|
||||
name: 'Raycast - Mastodon',
|
||||
tags: ['React', 'React Hooks', 'Fediverse', 'TypeScript'],
|
||||
description: 'Publish status from Raycast to Mastodon, and view your bookmarked status',
|
||||
feature: 'React',
|
||||
img: 'https://github.com/raycast/extensions/raw/1824339d4b3b404efb53e4fb09ac79d190437773/extensions/mastodon//media/command.png',
|
||||
link: 'https://www.raycast.com/SevicheCC/mastodon'
|
||||
},
|
||||
|
||||
{
|
||||
id: 'Raycast-miniflux',
|
||||
name: 'Raycast - Miniflux',
|
||||
tags: ['React', 'React Hooks', 'Miniflux', 'TypeScript'],
|
||||
tags: ['React', 'React Hooks', 'Fediverse', 'TypeScript'],
|
||||
description: 'Search RSS entries from Raycast, and more features',
|
||||
feature: 'React',
|
||||
img: 'https://github.com/raycast/extensions/raw/3fdad375dd06b7f390b629235c6a10c37d05fc79/extensions/miniflux//media/commands.png',
|
||||
|
@ -31,7 +50,7 @@ export const projects: Project[] = [
|
|||
{
|
||||
id: 'Raycast-Akkoma',
|
||||
name: 'Raycast - Akkoma',
|
||||
tags: ['React', 'React Hooks', 'Akkoma', 'TypeScript'],
|
||||
tags: ['React', 'React Hooks', 'Fediverse', 'TypeScript'],
|
||||
description: 'Publish status from Raycast to Akkoma or Pleroma, and view your bookmarked status',
|
||||
feature: 'React',
|
||||
img: 'https://github.com/raycast/extensions/raw/42e765bc6bf970054fd69abfdc6ab3dd2ea4942d/extensions/akkoma//media/command.png',
|
||||
|
|
Loading…
Reference in a new issue