From d7c6f1f7151cf2d0db06c61538f4c4377814bb8a Mon Sep 17 00:00:00 2001 From: Shule Hsiung Date: Mon, 20 Nov 2023 23:00:42 +0800 Subject: [PATCH 1/2] docs: Added a slide "Diablo Health Orb Shader" to showcases --- .vitepress/showcases.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.vitepress/showcases.ts b/.vitepress/showcases.ts index 3d84e0d6..3da1f333 100644 --- a/.vitepress/showcases.ts +++ b/.vitepress/showcases.ts @@ -132,7 +132,19 @@ export const showcases: ShowCaseInfo[] = [ at: 'OpenFunction Tutorial Sharing', datetime: '2022-05-08', }, - { + { + title: 'Diablo Health Orb Shader', + author: { + name: 'SuneBear', + link: 'https://github.com/sunebear', + }, + at: 'rctAI Sessions', + slidesLink: 'https://rct-ai.github.io/frontend-slides/diablo-health-orb-shader/', + sourceLink: 'https://github.com/rct-ai/frontend-slides', + cover: 'https://github-production-user-asset-6210df.s3.amazonaws.com/7693264/284304324-db973b4c-a043-4644-932c-826169a1b4d8.gif', + datetime: '2022-09-01', + }, + { title: 'Is it Okay to Pursue Functional Programming on Frontend?', author: { name: 'Minsu Kim , Changhui Lee', From 0a598fac20147e4462133b90cc24b7434b4aa004 Mon Sep 17 00:00:00 2001 From: Shule Hsiung Date: Mon, 20 Nov 2023 23:37:15 +0800 Subject: [PATCH 2/2] Update showcases.ts --- .vitepress/showcases.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.vitepress/showcases.ts b/.vitepress/showcases.ts index 3da1f333..74006cb2 100644 --- a/.vitepress/showcases.ts +++ b/.vitepress/showcases.ts @@ -132,18 +132,6 @@ export const showcases: ShowCaseInfo[] = [ at: 'OpenFunction Tutorial Sharing', datetime: '2022-05-08', }, - { - title: 'Diablo Health Orb Shader', - author: { - name: 'SuneBear', - link: 'https://github.com/sunebear', - }, - at: 'rctAI Sessions', - slidesLink: 'https://rct-ai.github.io/frontend-slides/diablo-health-orb-shader/', - sourceLink: 'https://github.com/rct-ai/frontend-slides', - cover: 'https://github-production-user-asset-6210df.s3.amazonaws.com/7693264/284304324-db973b4c-a043-4644-932c-826169a1b4d8.gif', - datetime: '2022-09-01', - }, { title: 'Is it Okay to Pursue Functional Programming on Frontend?', author: { @@ -202,6 +190,18 @@ export const showcases: ShowCaseInfo[] = [ at: 'Presentation on Social Engineering in Computers in Society class', datetime: '2023-10-20', }, + { + title: 'Diablo Health Orb Shader', + author: { + name: 'SuneBear', + link: 'https://github.com/sunebear', + }, + at: 'rctAI Sessions', + slidesLink: 'https://rct-ai.github.io/frontend-slides/diablo-health-orb-shader/', + sourceLink: 'https://github.com/rct-ai/frontend-slides', + cover: 'https://github-production-user-asset-6210df.s3.amazonaws.com/7693264/284304324-db973b4c-a043-4644-932c-826169a1b4d8.gif', + datetime: '2022-09-01', + }, // Add yours here! { title: 'Yours?',