From 6f470b7e8922556b2e8e9eeb731dfcfe4fe32090 Mon Sep 17 00:00:00 2001 From: Chen Peng Date: Tue, 15 Aug 2023 16:52:29 +0800 Subject: [PATCH] =?UTF-8?q?qwik=E7=9A=84=E5=87=BD=E6=95=B0=E6=8F=90?= =?UTF-8?q?=E5=8F=96=E9=9C=80=E8=A6=81=20$()=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spaces/music_note/src/routes/index.tsx | 5 +---- spaces/music_note/src/routes/layout.tsx | 2 +- spaces/music_note/src/routes/music/index.tsx | 4 ++-- .../src/routes/web_audio_api/index.tsx | 21 +++++++++---------- 4 files changed, 14 insertions(+), 18 deletions(-) diff --git a/spaces/music_note/src/routes/index.tsx b/spaces/music_note/src/routes/index.tsx index 1a5f98c0..73b0acce 100644 --- a/spaces/music_note/src/routes/index.tsx +++ b/spaces/music_note/src/routes/index.tsx @@ -5,15 +5,12 @@ import { Link } from '@builder.io/qwik-city'; export default component$(() => { return ( <> -

Hi 👋

+

Home 👋

Can't wait to see what you build with qwik!
Happy coding.

- -

webaudio

-

web audio api

); }); diff --git a/spaces/music_note/src/routes/layout.tsx b/spaces/music_note/src/routes/layout.tsx index 680500cb..c6da3ab6 100644 --- a/spaces/music_note/src/routes/layout.tsx +++ b/spaces/music_note/src/routes/layout.tsx @@ -16,7 +16,7 @@ export default component$(() => { return <>
diff --git a/spaces/music_note/src/routes/music/index.tsx b/spaces/music_note/src/routes/music/index.tsx index 11270abc..0fbd0c76 100644 --- a/spaces/music_note/src/routes/music/index.tsx +++ b/spaces/music_note/src/routes/music/index.tsx @@ -6,8 +6,8 @@ export default component$(() => { const playState = useSignal(false); return
-

tonejs

-

example 1

+

music

+

example: 播放音符

play: + play
; });