From 9e0f9c6b23ce59c464b08ef34463ed75a0f5dd0f Mon Sep 17 00:00:00 2001 From: Developer27149 <564151947@qq.com> Date: Sat, 27 Jul 2024 07:35:24 +0800 Subject: [PATCH] feat: update youtube video url --- .github/workflows/v-next.yml | 2 +- apps/v-next/components/Description.tsx | 2 +- apps/v-next/src/app/layout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/v-next.yml b/.github/workflows/v-next.yml index 935cb95..8431c60 100644 --- a/.github/workflows/v-next.yml +++ b/.github/workflows/v-next.yml @@ -28,4 +28,4 @@ jobs: run: pm2 restart v-next - name: Nofity to ntfy if: always() - run: curl -d "v-next project restart success!!!" ntfy.sh/aaron-conlon + run: curl -d "🚀 v-next project restart success!!!" ntfy.sh/aaron-conlon diff --git a/apps/v-next/components/Description.tsx b/apps/v-next/components/Description.tsx index 2a9b0a7..0416378 100644 --- a/apps/v-next/components/Description.tsx +++ b/apps/v-next/components/Description.tsx @@ -14,7 +14,7 @@ export default function Description() { className="max-w-full mx-auto" width="690" height="315" - src="https://www.youtube.com/embed/tgbNymZ7vqY" + src="https://www.youtube.com/embed/LJG-CJ00xrU" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" diff --git a/apps/v-next/src/app/layout.tsx b/apps/v-next/src/app/layout.tsx index ea8d42e..98a4702 100644 --- a/apps/v-next/src/app/layout.tsx +++ b/apps/v-next/src/app/layout.tsx @@ -77,7 +77,7 @@ export default function RootLayout({
- Created by {PROJECT.author.name} + Created by @{PROJECT.author.name}

Quick and easy to use.Source code licensed under MIT.