Files
2023-02-04 17:59:03 +08:00

19 lines
418 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 'ServerChan · Server酱通知'
description: 'Send wechat notice via serverchan'
author: 'EasyChen'
icon: 'message-square'
color: 'blue'
inputs:
sendkey:
required: true
description: 'SendKey 可在 sct.ftqq.com 免费申请'
title:
required: true
description: '消息标题'
desp:
description: '消息详细说明支持markdown'
runs:
using: 'node16'
main: 'dist/index.js'