File tree 2 files changed +4
-4
lines changed
apps/core/src/modules/configs 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ export class BaiduSearchOptionsDto {
209
209
}
210
210
211
211
@JSONSchema ( { title : 'Bing推送设定' } )
212
- export class BingSearchOptionDto {
212
+ export class BingSearchOptionsDto {
213
213
@IsOptional ( )
214
214
@IsBoolean ( )
215
215
@JSONSchemaToggleField ( '开启推送' )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
BackupOptionsDto ,
16
16
BaiduSearchOptionsDto ,
17
17
BarkOptionsDto ,
18
- BingSearchOptionDto ,
18
+ BingSearchOptionsDto ,
19
19
CommentOptionsDto ,
20
20
FeatureListDto ,
21
21
FriendLinkOptionsDto ,
@@ -68,8 +68,8 @@ export abstract class IConfig {
68
68
backupOptions : Required < BackupOptionsDto >
69
69
@ConfigField ( ( ) => BaiduSearchOptionsDto )
70
70
baiduSearchOptions : Required < BaiduSearchOptionsDto >
71
- @ConfigField ( ( ) => BingSearchOptionDto )
72
- bingSearchOptions : Required < BingSearchOptionDto >
71
+ @ConfigField ( ( ) => BingSearchOptionsDto )
72
+ bingSearchOptions : Required < BingSearchOptionsDto >
73
73
@ConfigField ( ( ) => AlgoliaSearchOptionsDto )
74
74
algoliaSearchOptions : Required < AlgoliaSearchOptionsDto >
75
75
You can’t perform that action at this time.
0 commit comments