操控平台后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.5 KiB

4 months ago
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"CaptchaOptions": {
"CaptchaType": 10, // 01234567891011
"CodeLength": 1, // , CaptchaType , 2
"ExpirySeconds": 60, //
"IgnoreCase": true, //
"StoreageKeyPrefix": "", //
"ImageOption": {
"Animation": true, //
"FontSize": 36, //
"Width": 150, //
"Height": 50, //
"BubbleMinRadius": 5, //
"BubbleMaxRadius": 10, //
"BubbleCount": 3, //
"BubbleThickness": 1.0, // 沿
"InterferenceLineCount": 3, // 线
"FontFamily": "kaiti", // actionj,epilog,fresnel,headache,lexo,prefix,progbot,ransom,robot,scandal,kaiti
"FrameDelay": 300, // ,Animation=true, 300
"BackgroundColor": "#ffffff", // : rgb, rgba, rrggbb, or rrggbbaa format to match web syntax, #fff
"ForegroundColors": "", // BackgroundColor,使
"Quality": 100, // gif
"TextBold": true //
}
}
}