Add Live Preview
parent
9852fff6c2
commit
ca1c7ee1b4
|
@ -7,4 +7,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
uses: sy-records/.github/.github/workflows/wordpress-plugin-asset-update.yaml@main
|
uses: sy-records/.github/.github/workflows/wordpress-plugin-asset-update.yaml@main
|
||||||
|
with:
|
||||||
|
skip_assets: false
|
||||||
secrets: inherit
|
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 @@
|
||||||
[](https://wordpress.org/plugins/oss-aliyun/)
|
[](https://wordpress.org/plugins/oss-aliyun/)
|
||||||
[](https://github.com/sy-records/aliyun-oss-wordpress/actions/workflows/deploy.yml)
|
[](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] 可配置是否上传缩略图和是否保留本地备份
|
- [x] 可配置是否上传缩略图和是否保留本地备份
|
||||||
|
@ -54,6 +56,6 @@ GitHub 下载节点:[https://github.com/sy-records/aliyun-oss-wordpress/releas
|
||||||
|
|
||||||
## 插件截图
|
## 插件截图
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in New Issue