Add Live Preview (#29)
parent
9852fff6c2
commit
59c57fe976
|
@ -7,4 +7,6 @@ on:
|
|||
jobs:
|
||||
update:
|
||||
uses: sy-records/.github/.github/workflows/wordpress-plugin-asset-update.yaml@main
|
||||
with:
|
||||
skip_assets: false
|
||||
secrets: inherit
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"landingPage": "/wp-admin/admin.php?page=oss-aliyun%2Faliyun-oss-wordpress.php",
|
||||
"preferredVersions": {
|
||||
"php": "latest",
|
||||
"wp": "latest"
|
||||
},
|
||||
"phpExtensionBundles": [
|
||||
"kitchen-sink"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"step": "login",
|
||||
"username": "admin",
|
||||
"password": "password"
|
||||
},
|
||||
{
|
||||
"step": "installPlugin",
|
||||
"pluginZipFile": {
|
||||
"resource": "wordpress.org/plugins",
|
||||
"slug": "oss-aliyun"
|
||||
},
|
||||
"options": {
|
||||
"activate": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 385 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
@ -10,6 +10,8 @@
|
|||
[![plugin installs](https://img.shields.io/wordpress/plugin/installs/oss-aliyun)](https://wordpress.org/plugins/oss-aliyun/)
|
||||
[![Deploy to WordPress.org](https://github.com/sy-records/aliyun-oss-wordpress/actions/workflows/deploy.yml/badge.svg)](https://github.com/sy-records/aliyun-oss-wordpress/actions/workflows/deploy.yml)
|
||||
|
||||
> 使用 WordPress Playground 在线预览 [OSS Aliyun](https://wordpress.org/plugins/oss-aliyun/?preview=1) 插件
|
||||
|
||||
## 插件特色
|
||||
|
||||
- [x] 可配置是否上传缩略图和是否保留本地备份
|
||||
|
@ -54,6 +56,6 @@ GitHub 下载节点:[https://github.com/sy-records/aliyun-oss-wordpress/releas
|
|||
|
||||
## 插件截图
|
||||
|
||||
![设置页面](screenshot-1.png)
|
||||
![设置页面](.wordpress-org/screenshot-1.png)
|
||||
|
||||
![update-wordpress-posts-photos.png](screenshot-2.png)
|
||||
![update-wordpress-posts-photos.png](.wordpress-org/screenshot-2.png)
|
||||
|
|
Loading…
Reference in New Issue