From be58a241424ae73f443beaeebdce318dfec27b51 Mon Sep 17 00:00:00 2001 From: andywang425 <56548456+andywang425@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:00:17 +0800 Subject: [PATCH] Trigger github action --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 53416da..4b05c2b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -55,3 +55,5 @@ if (isTargetFrame()) { document.body.append(div) app.mount(div) } + +// trigger github action \ No newline at end of file