Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: format
Browse files Browse the repository at this point in the history
MaikoTan committed Aug 14, 2024
1 parent 2796300 commit d1e4e69
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions packages/konachan/src/index.ts
Original file line number Diff line number Diff line change
@@ -75,10 +75,9 @@ namespace KonachanImageSource {
export const Config: Schema<Config> = Schema.intersect([
ImageSource.createSchema({ label: 'konachan' }),
Schema.object({
endpoint: Schema.union([
Schema.const('https://konachan.com/'),
Schema.const('https://konachan.net/'),
]).default('https://konachan.com/'),
endpoint: Schema.union([Schema.const('https://konachan.com/'), Schema.const('https://konachan.net/')]).default(
'https://konachan.com/',
),
keyPairs: Schema.array(
Schema.object({
login: Schema.string().required(),
6 changes: 3 additions & 3 deletions packages/pixiv/src/locales/zh-CN.schema.yml
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ $inner:
rank:
$description: 年龄分级
$inner:
- 全年龄
- R18
- R18G
- 全年龄
- R18
- R18G
ai:
$description: 是否允许搜索AI作品
$inner:

0 comments on commit d1e4e69

Please sign in to comment.