Преглед на файлове

feat:消除功能开发一点

100Years преди 1 месец
родител
ревизия
8fd8d1c4c0

+ 2 - 2
TSLiveWallpaper.xcodeproj/project.pbxproj

@@ -1519,7 +1519,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.6.7;
+				MARKETING_VERSION = 3.6.8;
 				PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1559,7 +1559,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.6.7;
+				MARKETING_VERSION = 3.6.8;
 				PRODUCT_BUNDLE_IDENTIFIER = musicplayer.offline.com;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";

+ 22 - 0
TSLiveWallpaper/Assets.xcassets/AIList/aiList_Remove.imageset/Contents.json

@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "filename" : "aiList_Remove@2x.png",
+      "idiom" : "universal",
+      "scale" : "2x"
+    },
+    {
+      "filename" : "aiList_Remove@3x.png",
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "author" : "xcode",
+    "version" : 1
+  }
+}

BIN
TSLiveWallpaper/Assets.xcassets/AIList/aiList_Remove.imageset/aiList_Remove@2x.png


BIN
TSLiveWallpaper/Assets.xcassets/AIList/aiList_Remove.imageset/aiList_Remove@3x.png


+ 3 - 1
TSLiveWallpaper/Business/TSAIListVC/TSAIList+Enmu.swift

@@ -13,7 +13,7 @@ enum TSGeneratorImageStyle:String {
     case enlighten = "enlighten"   //调整光线
     case recreate = "recreate"   //修复和上色老照片
     case creatVideo = "creatVideo"   //修复和上色老照片
-
+    case remove = "remove"      //删除图片的东西
     case ptp = "ptp"
     
     var imageMaxKb:Int{
@@ -80,6 +80,8 @@ enum TSGeneratorImageStyle:String {
             return "Recreate Photo".localized
         case .creatVideo:
             return "Animated Photo".localized
+        case .remove:
+            return "Remove".localized
         default:
             return "Photo".localized
         }