notices.json 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. [
  2. {
  3. "id": "000000001",
  4. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png",
  5. "title": "你的申诉【贾凤涛】已处理",
  6. "datetime": "2017-08-09",
  7. "type": "notification"
  8. },
  9. {
  10. "id": "000000002",
  11. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/OKJXDXrmkNshAMvwtvhu.png",
  12. "title":"The Qu Nini you recommended has passed the third round of interview",
  13. "datetime": "2017-08-08",
  14. "type": "notification"
  15. },
  16. {
  17. "id": "000000003",
  18. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/kISTdvpyTAhtGxpovNWd.png",
  19. "title": "This template can distinguish multiple notification types",
  20. "datetime": "2017-08-07",
  21. "read": true,
  22. "type": "notification"
  23. },
  24. {
  25. "id": "000000004",
  26. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/GvqBnKhFgObvnSGkDsje.png",
  27. "title": "The icon on the left is used to distinguish different types",
  28. "datetime": "2017-08-07",
  29. "type": "notification"
  30. },
  31. {
  32. "id": "000000005",
  33. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/ThXAXghbEsBCCSDihZxY.png",
  34. "title": "The content should not exceed two lines, and it will be automatically truncated when exceeded",
  35. "datetime": "2017-08-07",
  36. "type": "notification"
  37. },
  38. {
  39. "id": "000000006",
  40. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/fcHMVNCjPOsbUGdEduuv.jpeg",
  41. "title": "Qu Lili commented on you",
  42. "description": "Description information description information description information",
  43. "datetime": "2017-08-07",
  44. "type": "message",
  45. "clickClose": true
  46. },
  47. {
  48. "id": "000000007",
  49. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/fcHMVNCjPOsbUGdEduuv.jpeg",
  50. "title": "Zhu Fangyou replied to you",
  51. "description": "This template is used to remind who has interacted with you, put the avatar of 'who' on the left",
  52. "datetime": "2017-08-07",
  53. "type": "message",
  54. "clickClose": true
  55. },
  56. {
  57. "id": "000000008",
  58. "avatar": "https://gw.alipayobjects.com/zos/rmsportal/fcHMVNCjPOsbUGdEduuv.jpeg",
  59. "title": "Title",
  60. "description": "This template is used to remind who has interacted with you, put the avatar of 'who' on the left",
  61. "datetime": "2017-08-07",
  62. "type": "message",
  63. "clickClose": true
  64. },
  65. {
  66. "id": "000000009",
  67. "title": "Task Name",
  68. "description": "The task needs to be started before 20:00 on 2017-01-12",
  69. "extra": "has not started",
  70. "status": "todo",
  71. "type": "event"
  72. },
  73. {
  74. "id": "000000010",
  75. "title": "Emergency third-party code changes",
  76. "description": "Guan Lin is submitted to 2017-01-06, you need to complete the code change task before 2017-01-07",
  77. "extra": "Expiring soon",
  78. "status": "urgent",
  79. "type": "event"
  80. },
  81. {
  82. "id": "000000011",
  83. "title": "Information Security Exam",
  84. "description": "Assign Zhuer to complete the update and release before 2017-01-09",
  85. "extra": "It took 8 days",
  86. "status": "doing",
  87. "type": "event"
  88. },
  89. {
  90. "id": "000000012",
  91. "title": "ABCD Version release",
  92. "description": "Guanlin submitted on 2017-01-06, the code change task must be completed before 2017-01-07",
  93. "extra": "processing",
  94. "status": "processing",
  95. "type": "event"
  96. }
  97. ]