mirror of
https://github.com/WenPai-org/bulk-plugin-installer.git
synced 2025-08-04 11:56:04 +08:00
dev 添加远程合集功能
This commit is contained in:
parent
7f12edb6ae
commit
93d19b6da0
9 changed files with 3884 additions and 170 deletions
44
data/collections.json
Normal file
44
data/collections.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"version": "1.0",
|
||||
"last_updated": "2025-05-17",
|
||||
"collections": {
|
||||
"business": {
|
||||
"name": "Business Website",
|
||||
"slug": "business",
|
||||
"description": "Essential plugins for a professional business website.",
|
||||
"icon": "dashicons-building",
|
||||
"category": "business",
|
||||
"level": "beginner",
|
||||
"plugins": {
|
||||
"repository": [
|
||||
{
|
||||
"slug": "wordpress-seo",
|
||||
"name": "Yoast SEO",
|
||||
"description": "The leading SEO plugin for WordPress",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"slug": "contact-form-7",
|
||||
"name": "Contact Form 7",
|
||||
"description": "Simple but flexible contact form plugin",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"wenpai": [],
|
||||
"url": []
|
||||
},
|
||||
"themes": {
|
||||
"repository": [
|
||||
{
|
||||
"slug": "astra",
|
||||
"name": "Astra",
|
||||
"description": "Fast, lightweight theme for business websites",
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"wenpai": [],
|
||||
"url": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue