play.wenpai.net/blueprints/wpmind.json
elementary-qa 475aa37b17 修复 WPMind Blueprint 下载 URL(v0.11.3,非 v3.11.3)
wenpai 提供的版本号有误,实际 release 为 v0.11.3,
zip 文件名为 wpmind-0.11.3.zip(无 v 前缀)。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-20 16:40:54 +08:00

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" }
]
}