主页

索引

模块索引

搜索页面

插件

ImgBot

cat .imgbotconfig:

This configuration is optional and is only required if you want less frequent pull requests

{
    "schedule": "daily", // daily|weekly|monthly
    "ignoredFiles": [
        "*.jpg",                   // ignore by extension
        "image1.png",              // ignore by filename
        "public/special_images/*", // ignore by folderpath
    ],
    "aggressiveCompression": "true", // true|false
    "compressWiki": "true", // true|false
    "minKBReduced": 500, // delay new prs until size reduction meets this threshold (default to 10)
    "prTitle" : "Your own pr title",
    "prBody" : " Text before optimization ratio {optimization_ratio} Text after optimization ratio
                 Text before optimization details {optimization_details} Text after optimization details",
}

参考

主页

索引

模块索引

搜索页面