From 5f0f13791f569f5b3ef211b0cf758a6cbc298f18 Mon Sep 17 00:00:00 2001 From: SevicheCC <91365763+Sevichecc@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:32:42 +0800 Subject: [PATCH] update project --- src/lib/config/projects.ts | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/lib/config/projects.ts b/src/lib/config/projects.ts index d4670ced..3b5a26d4 100644 --- a/src/lib/config/projects.ts +++ b/src/lib/config/projects.ts @@ -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',