From 8e411c4c97496fca995d82a495b8f864da91789b Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 17 Apr 2026 14:21:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(base):=20=E6=B7=BB=E5=8A=A0=20Adobe=20?= =?UTF-8?q?=E6=80=9D=E6=BA=90=E9=BB=91=E4=BD=93=E5=92=8C=E5=AE=8B=E4=BD=93?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/base.py b/modules/base.py index b45ceb3..e9bc8bc 100644 --- a/modules/base.py +++ b/modules/base.py @@ -34,6 +34,8 @@ class BaseModule(Module): def pacman_packages(self) -> set[str]: return { "7zip", + "adobe-source-han-sans-cn-fonts", + "adobe-source-han-serif-cn-fonts", "atuin", "base-devel", "base",