From 18aceb4ddf01e964d0b81a4e926e42b72c64e355 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Thu, 26 Mar 2026 09:05:44 +0800 Subject: refactor(ui): rewrite particle background --- .changes/particle-background.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/particle-background.md (limited to '.changes/particle-background.md') diff --git a/.changes/particle-background.md b/.changes/particle-background.md new file mode 100644 index 0000000..ca8bdf5 --- /dev/null +++ b/.changes/particle-background.md @@ -0,0 +1,5 @@ +--- +"@dropout/ui": "patch:refactor" +--- + +Rewrite `ParticleBackground` to morden component design instead of global `window` api call. -- cgit v1.2.3-70-g09d2 From 9e7ea78c6b601087d7fed6b091eb4533a5fbc6d6 Mon Sep 17 00:00:00 2001 From: 苏向夜 <46275354+fu050409@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:20:05 +0800 Subject: Update .changes/particle-background.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .changes/particle-background.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.changes/particle-background.md') diff --git a/.changes/particle-background.md b/.changes/particle-background.md index ca8bdf5..96b9402 100644 --- a/.changes/particle-background.md +++ b/.changes/particle-background.md @@ -2,4 +2,4 @@ "@dropout/ui": "patch:refactor" --- -Rewrite `ParticleBackground` to morden component design instead of global `window` api call. +Rewrite `ParticleBackground` to modern component design instead of global `window` api call. -- cgit v1.2.3-70-g09d2