1

capsule-info.bxb文件中,有两个名为actionFgColorand的键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?
}
4

1 回答 1

0

actionFgColor 和 actionBgColor 的用法

这是在确认按钮上呈现的 (actionFgColor) 和背景 (actionBgColor) 颜色的屏幕截图。您可以使用它将您的品牌颜色添加到您的胶囊中。

以下是有关文档中这些键的一些附加信息:

https://bixbydevelopers.com/dev/docs/dev-guide/release-notes/bixby-studio.2018-Q2-Bixby-Studio-Release-Notes

https://bixbydevelopers.com/dev/docs/reference/type/description.actionBgColor

于 2019-04-26T21:06:37.290 回答