fix(schedule): reconcile latest master contracts
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write examples/web-schedule/README.md
|
||||
README.md: 98ba3c78cfff2c6db62487db727f08825077f150
|
||||
README.zh.md: e36b12acc97313d7feaa3af55e5dc46294d7e8da
|
||||
README.md: 4071bdb4f52ccd75359a91ad8269d1bc18bae521
|
||||
README.zh.md: 10db04f9ec494d86c93141ace4f6f56fa79deaca
|
||||
|
||||
@@ -5,7 +5,7 @@ English | [中文](README.zh.md)
|
||||
This overlay opts one `dsh web` process into durable Schedule reminders without changing the shipped default Web composition:
|
||||
|
||||
```sh
|
||||
dsh web --config examples/web-schedule/cordis.yml
|
||||
dsh web --patch examples/web-schedule/cordis.yml
|
||||
```
|
||||
|
||||
The current overlay supports one-shot reminders created with a positive whole-number `after_seconds`. The model manages them through `schedule_create`, `schedule_list`, and `schedule_delete`; every result identifies the delivery mode as `session-local`.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
此 overlay 让一个 `dsh web` 进程显式启用持久 Schedule 提醒,同时不改变交付的默认 Web 组合:
|
||||
|
||||
```sh
|
||||
dsh web --config examples/web-schedule/cordis.yml
|
||||
dsh web --patch examples/web-schedule/cordis.yml
|
||||
```
|
||||
|
||||
当前 overlay 支持使用正整数 `after_seconds` 创建的一次性提醒。模型通过 `schedule_create`、`schedule_list` 和 `schedule_delete` 管理它们;每个结果都会把交付模式标为 `session-local`。
|
||||
|
||||
Reference in New Issue
Block a user