Проверка шаблона шины для iOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
313B

  1. version: 2
  2. model:
  3. finishLoading: [Bool, false]
  4. isLoading: [Bool, false]
  5. join: [Bool, false]
  6. textUI: [String, ""]
  7. service:
  8. actions:
  9. busModel
  10. pipes:
  11. finishLoading: [toggle, K.finishLoading]
  12. isLoading: [recent, K.isLoading]
  13. join: [toggle, K.join]
  14. textUI: [recent, K.textUI]
  15. world: