- Created a new README.md file detailing CLI commands for synchronization and usage. - Added a section discussing the potential of real-time voice commands in daily life. - Introduced a new slides.md file for a presentation on "超级桌面生活指令" (Super Desktop Life Commands). - Included background and theme settings for the presentation slides.
11 lines
382 B
YAML
11 lines
382 B
YAML
# .cnb/web_trigger.yml
|
|
branch:
|
|
# 如下按钮在分支名以 release 开头的分支详情页面显示
|
|
- reg: "^main"
|
|
buttons:
|
|
- name: 同步代码到gitea
|
|
desc: 同步代码到gitea
|
|
event: web_trigger_sync_to_gitea
|
|
- name: 同步gitea代码到当前仓库
|
|
desc: 同步gitea代码到当前仓库
|
|
event: web_trigger_sync_from_gitea |