bixby 必须使用命名的调度短语
bixby must use a named dispatch phrase
我正在定义调度名,但是我的定义提示,抛出错误必须使用命名的调度短语
不知道为什么,我用的语言是中文
capsule-info {
display-name (摇骰子)
description (摇骰子)
developer-name (chunsource)
website-url (https://chunsource.top/)
icon-asset (/images/icons/icon.png)
dispatch-name(摇骰子)
dispatch-aliases {
alias (骰子)
}
search-keywords {
keyword (摇骰子)
}
}
hints {
uncategorized {
hint ("色盅,摇2个")
hint ("摇骰子")
}
}
为提示文件,中文命名调度词为以下之一
- 在 %dispatch-name% 中 ...
- 在 %dispatch-name% 中 ...
- 在 %dispatch-name% 里
...
- 在 %dispatch-name% 里...
在你的情况下,就像
hints {
uncategorized {
hint ("在摇骰子里摇2个")
// add two more similar for marketplace requirement
}
}
请详细阅读中文保留语句https://bixbydevelopers.com/dev/docs/reference/ref-topics/meta-commands.zh-cn
我正在定义调度名,但是我的定义提示,抛出错误必须使用命名的调度短语 不知道为什么,我用的语言是中文
capsule-info {
display-name (摇骰子)
description (摇骰子)
developer-name (chunsource)
website-url (https://chunsource.top/)
icon-asset (/images/icons/icon.png)
dispatch-name(摇骰子)
dispatch-aliases {
alias (骰子)
}
search-keywords {
keyword (摇骰子)
}
}
hints {
uncategorized {
hint ("色盅,摇2个")
hint ("摇骰子")
}
}
为提示文件,中文命名调度词为以下之一
- 在 %dispatch-name% 中 ...
- 在 %dispatch-name% 中 ...
- 在 %dispatch-name% 里 ...
- 在 %dispatch-name% 里...
在你的情况下,就像
hints {
uncategorized {
hint ("在摇骰子里摇2个")
// add two more similar for marketplace requirement
}
}
请详细阅读中文保留语句https://bixbydevelopers.com/dev/docs/reference/ref-topics/meta-commands.zh-cn