tools.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "remark":"tool菜单",
  3. "modelist": [
  4. {
  5. "name": "Market News",
  6. "detail": "View market news",
  7. "icon": "mode_news",
  8. "type": "market_news"
  9. },
  10. {
  11. "name": "Announcements",
  12. "detail": "Public statement by Apex Group",
  13. "icon": "mode_announcement",
  14. "type": "announcements"
  15. },
  16. {
  17. "name": "Apex History",
  18. "detail": "Learn history of Apex Group",
  19. "icon": "mode_history",
  20. "type": "history"
  21. },
  22. {
  23. "name": "Service Location",
  24. "detail": "Find local Apex office",
  25. "icon": "mode_service_location",
  26. "type": "service_location"
  27. },
  28. {
  29. "name": "Clear Login Info",
  30. "detail": "Clear your login account and password",
  31. "icon": "mode_clear_login",
  32. "type": "clear_login"
  33. },
  34. {
  35. "name": "Check Update",
  36. "detail": "check a new version for update",
  37. "icon": "mode_check_update",
  38. "type": "check_update"
  39. },
  40. {
  41. "name": "About",
  42. "detail": "About this app",
  43. "icon": "mode_about",
  44. "type": "about"
  45. }
  46. ],
  47. "title": "Tools",
  48. "icon":"tab_tools"
  49. }