From 099cd85c325a605e0d6606817174bf99ea88c351 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 19 May 2026 16:57:08 +0800
Subject: [PATCH] Refresh SmartStart defaults for 7.3.5 build 744
---
Apptag/SmartCategorization/SmartCategory.swift | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/Apptag/SmartCategorization/SmartCategory.swift b/Apptag/SmartCategorization/SmartCategory.swift
index afa8522..a91925c 100644
--- a/Apptag/SmartCategorization/SmartCategory.swift
+++ b/Apptag/SmartCategorization/SmartCategory.swift
@@ -100,43 +100,43 @@
case .browser:
return 4
case .communication:
- return 3
+ return 4
case .productivity:
return 2
case .fileManagement:
- return 5
- case .transfer:
- return 2
- case .development:
return 4
- case .design:
+ case .transfer:
+ return 4
+ case .development:
return 3
+ case .design:
+ return 7
case .writing:
- return 1
+ return 2
case .media:
return 7
case .video:
return 7
case .audio:
- return 3
+ return 7
case .picturePhoto:
- return 4
+ return 7
case .utilities:
return 5
case .system:
return 0
case .systemEnhancement:
- return 6
+ return 0
case .entertainment:
- return 6
+ return 7
case .game:
return 6
case .finance:
return 2
case .education:
- return 5
+ return 2
case .aiTools:
- return 6
+ return 3
case .security:
return 1
case .other:
--
Gitblit v1.9.3