From 8e78bd781d71328c419490f3c257d429663c165f Mon Sep 17 00:00:00 2001 From: honjow Date: Wed, 10 Apr 2024 02:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9A=E9=A2=84?= =?UTF-8?q?=E8=AE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/config.py b/backend/config.py index ed44098..d900d5e 100755 --- a/backend/config.py +++ b/backend/config.py @@ -79,7 +79,12 @@ "Z1 Extreme":40, "7840HS": 65, "7840U": 40, + "7640U": 30, "7840": 45, + "8840U": 40, + "8840": 45, + "8850U": 40, + "8850": 45, } except Exception as e: logging.error(f"TDP配置异常|{e}")