hotfix.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [
  2. {
  3. "toolKey": "qr-code",
  4. "icon": "📱",
  5. "title": "二维码工具",
  6. "desc": "快速生成和识别二维码,支持自定义样式",
  7. "tag": "必装",
  8. "tagClass": "must-tag",
  9. "isAd": false
  10. },
  11. {
  12. "toolKey": "chart-maker",
  13. "icon": "📊",
  14. "title": "图表制作工具",
  15. "desc": "支持多种数据可视化图表,快速生成专业图表",
  16. "tag": "最新",
  17. "tagClass": "new-tag",
  18. "isAd": false
  19. },
  20. {
  21. "toolKey": "poster-maker",
  22. "icon": "🖼️",
  23. "title": "海报快速生成",
  24. "desc": "快速生成和识别二维码,支持自定义样式",
  25. "tag": "推荐",
  26. "tagClass": "recommend-tag",
  27. "isAd": false
  28. },
  29. {
  30. "icon": "🔔",
  31. "title": "推广位",
  32. "desc": "广告位招租,欢迎流量主联系,开放合作,流量主请到github联系",
  33. "tag": "广告",
  34. "tagClass": "ad-tag",
  35. "isAd": true,
  36. "url": "https://github.com/zxlie/FeHelper/issues/412"
  37. }
  38. ]