information.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. import Img1 from "./images/information/Img1.png";
  2. import Img2 from "./images/information/Img2.png";
  3. import Img3 from "./images/information/Img3.png";
  4. import Img4 from "./images/information/Img4.png";
  5. import Img5 from "./images/information/5.png";
  6. import Img6 from "./images/information/6.png";
  7. import Img7 from "./images/information/7.png";
  8. export const data = [
  9. {
  10. img: Img6,
  11. title: "运动会组委会领导看望工作人员",
  12. date: "2024年11月28日",
  13. url: "https://houseoss.4dkankan.com/project/pdf/index.html?url=https://houseoss.4dkankan.com/project/syjy/resource/B2024-11-2801%E7%89%88.pdf",
  14. },
  15. {
  16. img: Img7,
  17. title: "中华人民国共和国-第十三届少数民族传统体育运动会",
  18. date: "2024年11月27日",
  19. video:
  20. "https://houseoss.4dkankan.com/project/syjy/resource/fe6aa425e0b74e6e0f09767f7c614a6f.mp4",
  21. },
  22. {
  23. img: Img5,
  24. title: "触摸体育文物脉动,感悟中华家园之美",
  25. date: "2024年11月26日",
  26. url: "https://houseoss.4dkankan.com/project/pdf/index.html?url=https://houseoss.4dkankan.com/project/syjy/resource/B2024-11-2403%E7%89%88.pdf",
  27. },
  28. {
  29. img: Img1,
  30. title: "来!带你走进中华体育文化的“千里江山图”",
  31. date: "2024年11月26日",
  32. url: "https://mp.weixin.qq.com/s/Xbt0XFxAkEIugAJ26-ai7w",
  33. },
  34. {
  35. img: Img2,
  36. title: "穿越时空的竞技梦:看到中华体育文化的“奇境家园”",
  37. date: "2024年11月26日",
  38. url: "https://mp.weixin.qq.com/s/_HN78INCZEdgMndRngI0lQ",
  39. },
  40. {
  41. img: Img3,
  42. title: "同心圆 · 三亚夜话 | “家园”展的共同体叙事",
  43. date: "2024年11月25日",
  44. url: "https://mp.weixin.qq.com/s/_-yktbPhysDcJZ_XbuYl0g",
  45. },
  46. {
  47. img: Img4,
  48. title: "三亚湾心语 ③|中华传统体育文化的参天大树",
  49. date: "2024年11月23日",
  50. url: "https://mp.weixin.qq.com/s/mrhSQpIUs7_TFhrxMoAIgw",
  51. },
  52. ];