fix: issues by pydantic2 upgrade (#5171)

This commit is contained in:
takatost
2024-06-14 02:28:28 +08:00
committed by GitHub
parent f13af5a811
commit 5ec7d85629
16 changed files with 65 additions and 231 deletions

View File

@@ -6,7 +6,7 @@ identity:
zh_Hans: Stack Exchange
description:
en_US: Access questions and answers from the Stack Exchange and its sub-sites.
zh_Hans: 从Stack Exchange和其子论坛获取问题和答案。
zh_Hans: Stack Exchange 和其子论坛获取问题和答案。
icon: icon.svg
tags:
- search

View File

@@ -96,15 +96,15 @@ parameters:
zh_Hans: 是否限制为只有已接受答案的问题。
form: form
options:
- value: true
- value: 'true'
label:
en_US: 'Yes'
zh_Hans:
- value: false
- value: 'false'
label:
en_US: 'No'
zh_Hans:
default: true
default: 'true'
- name: pagesize
type: number
required: true