This commit is contained in:
bluesea 2024-07-23 18:21:31 +08:00
parent 5f2912c88e
commit d9eca7cd1c
4 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ NSString *preposterous_6 = [extremely_0 stringFromDate:[NSDate date]];
UIButton *pracy_btn = [UIButton new];
[self.view addSubview:pracy_btn];
[pracy_btn addTarget:self action:@selector(showUserPravcyLove:) forControlEvents:UIControlEventTouchUpInside];
NSString *privacy = KLS(@"privacy", @"A friendly greeting");
NSString *privacy = KLS(@"Privacy", @"A friendly greeting");
[pracy_btn setTitle:privacy forState:UIControlStateNormal];
[pracy_btn setTitleColor:[UIColor blueColor] forState:UIControlStateNormal];
pracy_btn.titleLabel.font = [UIFont systemFontOfSize:14];

View File

@ -62,7 +62,7 @@ NSString *crimson_0 = [concurrence_0 stringFromDate:[NSDate date]];
WKWebView *webView = [WKWebView new];
[self.view addSubview:webView];
webView.frame = self.view.bounds;
NSURL *url = [NSURL URLWithString:@"https://trendwallpaper.bitbucket.io/privacy.html"];
NSURL *url = [NSURL URLWithString:@"https://artwallpaper.mystrikingly.com/privacy"];
NSURLRequest *request = [NSURLRequest requestWithURL:url];
[webView loadRequest:request];
}

View File

@ -42,12 +42,12 @@
057AF7BD2BF2067E00078C98 /* AWM_wallpaperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 057AF7BC2BF2067E00078C98 /* AWM_wallpaperViewController.m */; };
057AF7C02BF209E100078C98 /* AWM_AllWallpaperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 057AF7BF2BF209E100078C98 /* AWM_AllWallpaperViewController.m */; };
057AF7C32BF20CF700078C98 /* AWM_DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 057AF7C22BF20CF700078C98 /* AWM_DetailViewController.m */; };
05CC6FAC2C464CA40013KB00 /* CustomLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6FAB2C464CA40013FB06 /* CustomLabel.m */; };
75CC6F9D2C4649C20013FB06 /* AWP_Color.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6F9C2C4649C20013FB06 /* AWP_Color.m */; };
75CC6FA02C464ABF0013FB06 /* CircularProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6F9F2C464ABF0013FB06 /* CircularProgressView.m */; };
75CC6FA32C464B310013FB06 /* CustomTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6FA22C464B310013FB06 /* CustomTextView.m */; };
75CC6FA62C464BB10013FB06 /* CustomButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6FA52C464BB10013FB06 /* CustomButton.m */; };
75CC6FA92C464C110013FB06 /* CustomTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6FA82C464C110013FB06 /* CustomTableView.m */; };
75CC6FAC2C464CA40013FB06 /* CustomLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 75CC6FAB2C464CA40013FB06 /* CustomLabel.m */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
@ -398,7 +398,7 @@
057AF7BA2BF1F73700078C98 /* AWM_SearchViewController.m in Sources */,
057AF7B12BF1F13A00078C98 /* AWM_HotViewController.m in Sources */,
75CC6FA02C464ABF0013FB06 /* CircularProgressView.m in Sources */,
75CC6FAC2C464CA40013FB06 /* CustomLabel.m in Sources */,
05CC6FAC2C464CA40013KB00 /* CustomLabel.m in Sources */,
057AF7BD2BF2067E00078C98 /* AWM_wallpaperViewController.m in Sources */,
75CC6FA32C464B310013FB06 /* CustomTextView.m in Sources */,
057AF7952BF1E86F00078C98 /* AppDelegate.m in Sources */,
@ -579,7 +579,7 @@
GCC_PREFIX_HEADER = "$(SRCROOT)/HDwallpaper/PrefixHeader.pch";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = HDwallpaper/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TallPaper;
INFOPLIST_KEY_CFBundleDisplayName = "Art wallpaper";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Save Image To Photo Library";
INFOPLIST_KEY_NSUserTrackingUsageDescription = "我们想使用您的设备的广告追踪权限来为您推荐个性化的广告";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
@ -621,7 +621,7 @@
GCC_PREFIX_HEADER = "$(SRCROOT)/HDwallpaper/PrefixHeader.pch";
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = HDwallpaper/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = TallPaper;
INFOPLIST_KEY_CFBundleDisplayName = "Art wallpaper";
INFOPLIST_KEY_NSPhotoLibraryAddUsageDescription = "Save Image To Photo Library";
INFOPLIST_KEY_NSUserTrackingUsageDescription = "我们想使用您的设备的广告追踪权限来为您推荐个性化的广告";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;