Merge tag '13.12.2' into merge-upstream

This commit is contained in:
riku6460 2023-05-12 12:58:00 +09:00
commit bc8cc006da
No known key found for this signature in database
GPG key ID: 27414FA27DB94CF6
61 changed files with 1681 additions and 1199 deletions

View file

@ -62,6 +62,7 @@ export type Source = {
port: string;
apiKey: string;
ssl?: boolean;
index: string;
};
proxy?: string;