mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 11:11:30 +08:00
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.
27 lines
611 B
JSON
Executable file
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
|
|
}
|
|
}
|