Skip to content

Commit c520120

Browse files
author
abyyxwang
committed
UGC upate SDK
1 parent 10213e1 commit c520120

File tree

18 files changed

+112
-23
lines changed

18 files changed

+112
-23
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "baixi.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
15.4 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "ziran.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
16.7 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"filename" : "ziran.png",
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
16.7 KB
Loading

iOS/Demo/BeautySettingKit/TCBeautyPanel/Filter/TCFilter.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ NS_ASSUME_NONNULL_BEGIN
77
typedef NSString * TCFilterIdentifier NS_STRING_ENUM;
88

99
extern TCFilterIdentifier const TCFilterIdentifierNone;
10+
extern TCFilterIdentifier const TCFilterIdentifierBaiXi;
1011
extern TCFilterIdentifier const TCFilterIdentifierNormal;
12+
extern TCFilterIdentifier const TCFilterIdentifierZiRan;
1113
extern TCFilterIdentifier const TCFilterIdentifierYinghong;
1214
extern TCFilterIdentifier const TCFilterIdentifierYunshang;
1315
extern TCFilterIdentifier const TCFilterIdentifierChunzhen;

iOS/Demo/BeautySettingKit/TCBeautyPanel/Filter/TCFilter.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
#import "TCFilter.h"
44

55
TCFilterIdentifier const TCFilterIdentifierNone = @"";
6+
TCFilterIdentifier const TCFilterIdentifierBaiXi = @"baixi";
67
TCFilterIdentifier const TCFilterIdentifierNormal = @"normal";
8+
TCFilterIdentifier const TCFilterIdentifierZiRan = @"ziran";
79
TCFilterIdentifier const TCFilterIdentifierYinghong = @"yinghong";
810
TCFilterIdentifier const TCFilterIdentifierYunshang = @"yunshang";
911
TCFilterIdentifier const TCFilterIdentifierChunzhen = @"chunzhen";
@@ -57,7 +59,9 @@ - (instancetype)init
5759
NSFileManager *manager = [[NSFileManager alloc] init];
5860
if ([manager fileExistsAtPath:path]) {
5961
NSArray<TCFilterIdentifier> *availableFilters = @[
62+
TCFilterIdentifierBaiXi,
6063
TCFilterIdentifierNormal,
64+
TCFilterIdentifierZiRan,
6165
TCFilterIdentifierYinghong,
6266
TCFilterIdentifierYunshang,
6367
TCFilterIdentifierChunzhen,

0 commit comments

Comments
 (0)