wp-china-yes/composer.json
feibisi 64748fe6ff Add new service modules and enhance initialization
Added new service classes: Maintenance, Acceleration, Adblock, Avatar, Database, Fonts, Performance, and related templates and assets. Updated Service/Base.php to conditionally instantiate service classes only if they exist. Improved Service/Memory.php and Service/Monitor.php with better settings handling and update logic. Enhanced Service/Setting.php to simplify framework title usage. These changes modularize features and improve plugin extensibility and reliability.
2025-07-29 17:58:24 +08:00

27 lines
611 B
JSON
Executable file

{
"name": "wenpai-org/wp-china-yes",
"description": "WordPress Optimized Plugin for Mainland China",
"type": "project",
"require": {
"yahnis-elsts/plugin-update-checker": "^5.2"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"WenPai\\ChinaYes\\": "./"
},
"files": [
"helpers.php",
"framework/classes/setup.class.php"
]
},
"authors": [
{
"name": "耗子",
"email": "i@haozi.net"
}
],
"config": {
"optimize-autoloader": true
}
}