Procházet zdrojové kódy

app换名字Chibii,去掉引导页

100Years před 1 týdnem
rodič
revize
48c5a78932

+ 2 - 2
AIEmoji.xcodeproj/project.pbxproj

@@ -2207,7 +2207,7 @@
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
 				GENERATE_INFOPLIST_FILE = YES;
 				INFOPLIST_FILE = AIEmoji/Info.plist;
 				INFOPLIST_FILE = AIEmoji/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = Chibi;
+				INFOPLIST_KEY_CFBundleDisplayName = Chibii;
 				INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access photos to upload your photos to generate new styles.";
 				INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access photos to upload your photos to generate new styles.";
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
 				INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
 				INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
@@ -2246,7 +2246,7 @@
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				ENABLE_USER_SCRIPT_SANDBOXING = NO;
 				GENERATE_INFOPLIST_FILE = YES;
 				GENERATE_INFOPLIST_FILE = YES;
 				INFOPLIST_FILE = AIEmoji/Info.plist;
 				INFOPLIST_FILE = AIEmoji/Info.plist;
-				INFOPLIST_KEY_CFBundleDisplayName = Chibi;
+				INFOPLIST_KEY_CFBundleDisplayName = Chibii;
 				INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access photos to upload your photos to generate new styles.";
 				INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Allow us to access photos to upload your photos to generate new styles.";
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
 				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
 				INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
 				INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;

+ 5 - 5
AIEmoji/AppDelegate.swift

@@ -45,14 +45,14 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
 
 
     func JudgmentSkipPage() {
     func JudgmentSkipPage() {
         if AppDelegate.isFirstInstallApp() {
         if AppDelegate.isFirstInstallApp() {
-            let bootPageVC  = TSBootPageVC { [weak self]  in
-                guard let self = self else { return }
+//            let bootPageVC  = TSBootPageVC { [weak self]  in
+//                guard let self = self else { return }
                 UserDefaults.standard.set("1", forKey: "isFirstInstallApp")
                 UserDefaults.standard.set("1", forKey: "isFirstInstallApp")
                 UserDefaults.standard.synchronize()
                 UserDefaults.standard.synchronize()
                 goToTab()
                 goToTab()
-            }
-            let navi = TSBaseNavigationC(rootViewController: bootPageVC)
-            window?.rootViewController = navi
+//            }
+//            let navi = TSBaseNavigationC(rootViewController: bootPageVC)
+//            window?.rootViewController = navi
         }else{
         }else{
             goToTab()
             goToTab()
         }
         }

+ 3 - 3
AIEmoji/Common/Purchase/TSPurchaseManager.swift

@@ -143,9 +143,9 @@ public class PurchaseManager: NSObject {
     }
     }
 
 
     @objc public var isVip: Bool {
     @objc public var isVip: Bool {
-        #if DEBUG
-            return true
-        #endif
+//        #if DEBUG
+//            return true
+//        #endif
         guard let expiresDate = expiredDate else {
         guard let expiresDate = expiredDate else {
             return false
             return false
         }
         }

+ 1 - 1
AIEmoji/Common/Tool/TSCommonTool/TSCommonTool.swift

@@ -221,4 +221,4 @@ func kExecuteOnMainThread(_ block: @escaping () -> Void) {
     }
     }
 }
 }
 
 
-let kAppName:String = "Chibi" //Chibi Ghiblii
+let kAppName:String = "Chibii" //Chibi Ghiblii

+ 1 - 1
AIEmoji/Res/photo_to_photo_style.json

@@ -1,7 +1,7 @@
 [
 [
     {
     {
         "imageName": "ptp_style_10",
         "imageName": "ptp_style_10",
-        "imageText": "Ghibli",
+        "imageText": "90s Anime",
         "prompt":"Studio Ghibli-inspired anime aesthetic, Hayao Miyazaki style, vibrant yet soft color palette, detailed hand-painted textures, whimsical dreamlike atmosphere, soft cel-shading, watercolor wash effect, subtle grain texture, preserving original composition. Style strength: 85%",
         "prompt":"Studio Ghibli-inspired anime aesthetic, Hayao Miyazaki style, vibrant yet soft color palette, detailed hand-painted textures, whimsical dreamlike atmosphere, soft cel-shading, watercolor wash effect, subtle grain texture, preserving original composition. Style strength: 85%",
         "specialStyle":1,
         "specialStyle":1,
         "isVip": true
         "isVip": true