From b8fb7a6b5b4c1fa1cc80c3a33cee365958fb1f3f Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 12 Jul 2025 17:03:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E5=9C=A8=E6=89=80=E6=9C=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BB=9F=E4=B8=80logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为增强品牌一致性,在所有页面的导航栏左侧添加了统一的logo图标,并应用统一的圆角样式。同时在全局样式中添加了圆角变量定义。 --- admin/addapp.php | 1 + admin/index.php | 1 + admin/login.php | 1 + admin/manage_developers.php | 1 + admin/review_apps.php | 1 + admin/system_info.php | 1 + app.php | 1 + developer/login.php | 1 + developer/register.php | 1 + developer/upload_app.php | 1 + developer/verify_email.php | 1 + developer/version_control.php | 1 + developer_apps.php | 1 + docs/app_review_standards.php | 1 + docs/privacy_policy.php | 3 ++- index.php | 1 + router.php | 1 + styles.css | 4 ++++ tags.php | 1 + version_list.php | 1 + 20 files changed, 24 insertions(+), 1 deletion(-) diff --git a/admin/addapp.php b/admin/addapp.php index e0e4799..29e27e8 100644 --- a/admin/addapp.php +++ b/admin/addapp.php @@ -123,6 +123,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['add_app'])) {
+

隐私政策

引言

diff --git a/index.php b/index.php index 31aee3a..9cec3bf 100644 --- a/index.php +++ b/index.php @@ -44,6 +44,7 @@ if (!isset($conn) || !$conn instanceof mysqli) {