You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
增加监黄,,二级目录安装
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* 此文件用来存放各种key
|
||||
* 2021-5-8 22:04:55
|
||||
* | 此文件用来存放各种key
|
||||
* | 2021-5-8 22:04:55
|
||||
*/
|
||||
|
||||
$Api_Key = [
|
||||
// 填写 TinyImag Key 申请地址:https://tinypng.com/developers
|
||||
'TinyImag' => '****7pPVQc9P***4Jvd2zH*****'
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
* Token list 请在此填写需要配置Token的用户 前边编号有助于识别上传者ID
|
||||
@@ -20,3 +15,20 @@ $tokenList = array(
|
||||
0 => '8337effca0ddfcd9c5899f3509b23657',
|
||||
1 => '1c17b11693cb5ec63859b091c5b9c1b2',
|
||||
);
|
||||
|
||||
$tinyImag_key = [//Api_Key
|
||||
// 填写 TinyImag Key 申请地址:https://tinypng.com/developers
|
||||
'TinyImag' => ''
|
||||
|
||||
];
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* moderatecontent key
|
||||
* 图片监黄 key 从 https://moderatecontent.com/ 获取key并填入/config/api_key.php的图片检查key
|
||||
*/
|
||||
$moderatecontent = array(
|
||||
'url' => 'https://api.moderatecontent.com/moderate/?key=',
|
||||
'key' => ''
|
||||
);
|
||||
Reference in New Issue
Block a user