在capsule-info.bxb
文件中,有两个名为actionFgColor
and的键actionBgColor
,我不确定它们的作用。如果有交互元素或动作,这是否在应用程序内部使用?还是与 Bixby Marketplace 中胶囊的出现有关?
示例代码
description {
displayName (Example)
companyName (Example, Inc.)
iconUrl (/images/icons/example.png)
description (Example allows you to see examples of things.)
websiteUrl (https://www.example.com)
termsUrl (https://www.example.com/TOS.html)
privacy-policy-url (https://www.example.com/privacy.html)
search-keywords{
keywords (Example)
}
dispatch-name (Example)
dispatch-aliases {
alias (Example Site)
}
actionBgColor (#BF2519) // what does this do?
actionFgColor (#FFFFFF) // what about this?
}