mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
fix README.md
This commit is contained in:
12
README.md
12
README.md
@@ -430,12 +430,12 @@ class EventType(Enum):
|
||||
```json
|
||||
{
|
||||
"component": "VDialogCloseBtn", // 触发事件的元素
|
||||
'events': {
|
||||
'click': { // 点击事件
|
||||
'api': 'plugin/DoubanSync/delete_history', // API的相对路径
|
||||
'method': 'get', // GET/POST
|
||||
'params': { // API上送参数
|
||||
'doubanid': doubanid
|
||||
"events": {
|
||||
"click": { // 点击事件
|
||||
"api": "plugin/DoubanSync/delete_history", // API的相对路径
|
||||
"method": "get", // GET/POST
|
||||
"params": { // API上送参数
|
||||
"doubanid": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user