add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/common/ntfy.md Normal file
View File

@@ -0,0 +1,28 @@
# ntfy
> 发送和接收 HTTP POST 通知。
> 更多信息:<https://github.com/binwiederhier/ntfy>。
- 发送消息到 `security` 主题:
`ntfy pub security "{{前门已经打开。}}"`
- 带标题、优先级和标签发送:
`ntfy publish --title="{{有人购买了你的商品}}" --priority={{high}} --tags={{duck}} {{ebay}} "{{有人刚刚购买了你的商品:鸭嘴兽雕塑}}"`
- 在早上 8:30 发送:
`ntfy pub --at=8:30am {{delayed_topic}} "{{该上学了,睡美人...}}"`
- 触发一个 webhook
`ntfy trigger {{my_webhook}}`
- 订阅一个主题 (按 Ctrl-C 停止监听)
`ntfy sub {{home_automation}}`
- 显示帮助:
`ntfy --help`