wenpai 提供的版本号有误,实际 release 为 v0.11.3, zip 文件名为 wpmind-0.11.3.zip(无 v 前缀)。 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
15 lines
730 B
JSON
15 lines
730 B
JSON
{
|
|
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
|
|
"landingPage": "/wp-admin/admin.php?page=wpmind",
|
|
"preferredVersions": {
|
|
"php": "8.3",
|
|
"wp": "latest"
|
|
},
|
|
"steps": [
|
|
{ "step": "setSiteLanguage", "language": "zh_CN" },
|
|
{ "step": "setSiteOptions", "options": { "blogname": "WPMind 体验站", "timezone_string": "Asia/Shanghai", "date_format": "Y-m-d", "time_format": "H:i" } },
|
|
{ "step": "installPlugin", "pluginData": { "resource": "url", "url": "https://feicode.com/WenPai-org/wpmind/releases/download/v0.11.3/wpmind-0.11.3.zip" } },
|
|
{ "step": "activatePlugin", "pluginPath": "wpmind/wpmind.php" },
|
|
{ "step": "login", "username": "admin", "password": "password" }
|
|
]
|
|
}
|