From 772f329407db6b98af9272ce92cd93f9b24c6703 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sat, 23 Nov 2024 21:55:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=83=E7=94=A8=E5=85=94=E5=B0=8F?= =?UTF-8?q?=E5=B7=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common/conf/url_conf.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/common/conf/url_conf.dart b/lib/common/conf/url_conf.dart index 3b0ffb5..f10b570 100644 --- a/lib/common/conf/url_conf.dart +++ b/lib/common/conf/url_conf.dart @@ -37,9 +37,8 @@ class URLConf { static const String googleTranslateApiUrl = "https://translate-g-proxy.xkeyc.com"; - static const feedbackUrl = "https://txc.qq.com/products/614843"; - static const feedbackFAQUrl = - "https://support.qq.com/products/410309/faqs-more/?id=160084"; + static const feedbackUrl = "https://support.citizenwiki.cn/all"; + static const feedbackFAQUrl = "https://support.citizenwiki.cn/t/sc-toolbox"; static String get devReleaseUrl => "$gitApiHome/SCToolBox/Release/releases";