From 96becb0363be53723c8226a39a6e16cb45dd540b Mon Sep 17 00:00:00 2001 From: "ethan.chen" Date: Fri, 23 May 2025 17:43:30 +0800 Subject: [PATCH] refactor: replace writable stores with reactive variables, update media category labels to Chinese, and streamline event handling --- src/App.svelte | 118 +++++++++++++++++++++++++------------------------ 1 file changed, 61 insertions(+), 57 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 31af51f..8ef0542 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,7 +1,5 @@