Some checks failed
gitleaks 密钥泄露扫描 / gitleaks (push) Has been cancelled
- Add icons and banners URLs for all 19 wenpai plugins with assets
- URLs point to updates.wenpai.net/assets/{slug}/
- Register 16 new plugins in the registry (wp-china-yes, wpavatar,
wpfonts, wpban, wpcaptcha, wpemoji, wpdate, wpicp, wpicp-license,
wp-domain-mapping, wp-chinese-converter, wpmailer, wpnav-links,
wptag, wp-archiver, wenpai-trademark)
- Update 3 existing plugins (wpmind, wpslug, wp-woocommerce-pay)
with icons/banners fields
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
864 B
JSON
28 lines
864 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"slug": "wp-archiver",
|
|
"name": "文派时光机",
|
|
"type": "plugin",
|
|
"repo": "WenPai-org/wp-archiver",
|
|
"main_file": "wp-archiver.php",
|
|
"description": "自动保存网页快照到互联网档案馆",
|
|
"author": "WenPai",
|
|
"license": "GPL-2.0-or-later",
|
|
"requires_wp": "6.0",
|
|
"requires_php": "7.4",
|
|
"tested_wp": "6.7.1",
|
|
"tags": [
|
|
"archive",
|
|
"webarchive"
|
|
],
|
|
"icons": {
|
|
"1x": "https://updates.wenpai.net/assets/wp-archiver/icon-128x128.png",
|
|
"2x": "https://updates.wenpai.net/assets/wp-archiver/icon-256x256.png",
|
|
"svg": "https://updates.wenpai.net/assets/wp-archiver/icon-256x256.svg"
|
|
},
|
|
"banners": {
|
|
"low": "https://updates.wenpai.net/assets/wp-archiver/banner-772x250.png",
|
|
"high": "https://updates.wenpai.net/assets/wp-archiver/banner-1544x500.png"
|
|
},
|
|
"active": true
|
|
}
|