Update meta.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-11-19 13:26:48 +09:00 committed by GitHub
parent 23b64794a4
commit be77bf00b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ export type IMeta = {
cacheRemoteFiles?: boolean;
proxyAccount?: string;
playerAvailableDomains?: string[];
enableRecaptcha?: boolean;
recaptchaSiteKey?: string;