From 117179ce1c39f7548397935eb679c835f39e6d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E5=B0=8F=E5=8C=85=E5=AD=90?= <1601302408@qq.com> Date: Sat, 2 May 2026 03:02:02 +0800 Subject: [PATCH 1/5] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20android/=20?= =?UTF-8?q?=E5=92=8C=20dev-docs/=20=E7=9B=AE=E5=BD=95=E5=88=B0=20.gitignor?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b34e091..bed9411 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ yarn.lock # VSCode settings .vscode/ + +android/ +dev-docs/ \ No newline at end of file From ab4989fadb370c644a531c085cf77446ee77bc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=8F=AA=E5=B0=8F=E5=8C=85=E5=AD=90?= <1601302408@qq.com> Date: Sun, 3 May 2026 00:38:14 +0800 Subject: [PATCH 2/5] =?UTF-8?q?feat:=20popup=20=E6=B7=BB=E5=8A=A0=E8=B7=9F?= =?UTF-8?q?=E9=9A=8F=E7=B3=BB=E7=BB=9F=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 通过 CSS 变量 + prefers-color-scheme: dark 实现明暗主题切换 --- src/popup.html | 142 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 108 insertions(+), 34 deletions(-) diff --git a/src/popup.html b/src/popup.html index 3590b4b..f01c300 100644 --- a/src/popup.html +++ b/src/popup.html @@ -107,12 +107,67 @@