categories.ts 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. // TODO: maybe use faker.js to randomize the data
  2. export const mockApps = {
  3. recommended_apps: [
  4. {
  5. app: {
  6. id: 'b82da4c0-2887-48cc-a7d6-7edc0bdd6002',
  7. name: 'AI 前端面试官',
  8. mode: 'chat',
  9. icon: '🤖',
  10. icon_background: null,
  11. },
  12. app_id: 'b82da4c0-2887-48cc-a7d6-7edc0bdd6002',
  13. description:
  14. '一个模拟的前端面试官,通过提问的方式对前端开发的技能水平进行检验。',
  15. copyright: null,
  16. privacy_policy: null,
  17. category: 'HR',
  18. position: 20,
  19. is_listed: true,
  20. install_count: 0,
  21. installed: false,
  22. editable: true,
  23. is_agent: false,
  24. },
  25. {
  26. app: {
  27. id: '1fa25f89-2883-41ac-877e-c372274020a4',
  28. name: '扁平风插画生成',
  29. mode: 'chat',
  30. icon: '🖼️',
  31. icon_background: '#D5F5F6',
  32. },
  33. app_id: '1fa25f89-2883-41ac-877e-c372274020a4',
  34. description: '输入相关元素,为你生成扁平插画风格的封面图片',
  35. copyright: null,
  36. privacy_policy: null,
  37. category: '绘画',
  38. position: 10,
  39. is_listed: true,
  40. install_count: 0,
  41. installed: false,
  42. editable: true,
  43. is_agent: true,
  44. },
  45. {
  46. app: {
  47. id: '94b509ad-4225-4924-8b50-5c25c2bd7e3c',
  48. name: '文章翻译助理 ',
  49. mode: 'completion',
  50. icon: '🤖',
  51. icon_background: null,
  52. },
  53. app_id: '94b509ad-4225-4924-8b50-5c25c2bd7e3c',
  54. description:
  55. '一个多语言翻译器,提供多种语言翻译能力,输入你需要翻译的文本,选择目标语言即可。提示词来自宝玉。',
  56. copyright: null,
  57. privacy_policy: null,
  58. category: 'Assistant',
  59. position: 10,
  60. is_listed: true,
  61. install_count: 0,
  62. installed: false,
  63. editable: true,
  64. is_agent: false,
  65. },
  66. {
  67. app: {
  68. id: 'c8003ab3-9bb7-4693-9249-e603d48e58a6',
  69. name: 'SQL 生成器',
  70. mode: 'completion',
  71. icon: '🤖',
  72. icon_background: null,
  73. },
  74. app_id: 'c8003ab3-9bb7-4693-9249-e603d48e58a6',
  75. description:
  76. '我将帮助你把自然语言转化成指定的数据库查询 SQL 语句,请在下方输入你需要查询的条件,并选择目标数据库类型。',
  77. copyright: null,
  78. privacy_policy: null,
  79. category: 'Programming',
  80. position: 12,
  81. is_listed: true,
  82. install_count: 3142,
  83. installed: false,
  84. editable: true,
  85. is_agent: false,
  86. },
  87. {
  88. app: {
  89. id: 'dad6a1e0-0fe9-47e1-91a9-e16de48f1276',
  90. name: '代码解释器',
  91. mode: 'chat',
  92. icon: 'eye-in-speech-bubble',
  93. icon_background: '#FFEAD5',
  94. },
  95. app_id: 'dad6a1e0-0fe9-47e1-91a9-e16de48f1276',
  96. description: '阐明代码的语法和语义。',
  97. copyright: 'Copyright 2023 Dify',
  98. privacy_policy: 'https://dify.ai',
  99. category: 'Programming',
  100. position: 2,
  101. is_listed: true,
  102. install_count: 2344,
  103. installed: false,
  104. editable: true,
  105. is_agent: false,
  106. },
  107. {
  108. app: {
  109. id: 'fae3e7ac-8ccc-4d43-8986-7c61d2bdde4f',
  110. name: '赛博朋克插画生成',
  111. mode: 'chat',
  112. icon: '🖼️',
  113. icon_background: '#FFEAD5',
  114. },
  115. app_id: 'fae3e7ac-8ccc-4d43-8986-7c61d2bdde4f',
  116. description: '输入相关元素,为你生成赛博朋克风格的插画',
  117. copyright: null,
  118. privacy_policy: null,
  119. category: '绘画',
  120. position: 10,
  121. is_listed: true,
  122. install_count: 0,
  123. installed: false,
  124. editable: true,
  125. is_agent: true,
  126. },
  127. {
  128. app: {
  129. id: '4e57bc83-ab95-4f8a-a955-70796b4804a0',
  130. name: 'SEO 文章生成专家',
  131. mode: 'completion',
  132. icon: '🤖',
  133. icon_background: '#FFEAD5',
  134. },
  135. app_id: '4e57bc83-ab95-4f8a-a955-70796b4804a0',
  136. description:
  137. '我是一名SEO专家,可以根据您提供的标题、关键词、相关信息来批量生成SEO文章。',
  138. copyright: null,
  139. privacy_policy: null,
  140. category: 'Assistant',
  141. position: 10,
  142. is_listed: true,
  143. install_count: 0,
  144. installed: false,
  145. editable: true,
  146. is_agent: false,
  147. },
  148. {
  149. app: {
  150. id: '6786ce62-fa85-4ea7-a4d1-5dbe3e3ff59f',
  151. name: '会议纪要',
  152. mode: 'chat',
  153. icon: 'clipboard',
  154. icon_background: '#D1E0FF',
  155. },
  156. app_id: '6786ce62-fa85-4ea7-a4d1-5dbe3e3ff59f',
  157. description: '帮你重新组织和输出混乱复杂的会议纪要。',
  158. copyright: 'Copyright 2023 Dify',
  159. privacy_policy: 'https://dify.ai',
  160. category: 'Writing',
  161. position: 6,
  162. is_listed: true,
  163. install_count: 1542,
  164. installed: false,
  165. editable: true,
  166. is_agent: false,
  167. },
  168. {
  169. app: {
  170. id: '73dd96bb-49b7-4791-acbd-9ef2ef506900',
  171. name: '美股投资分析助手',
  172. mode: 'chat',
  173. icon: '🤑',
  174. icon_background: '#E4FBCC',
  175. },
  176. app_id: '73dd96bb-49b7-4791-acbd-9ef2ef506900',
  177. description:
  178. '欢迎使用您的个性化美股投资分析助手,在这里我们深入的进行股票分析,为您提供全面的洞察。',
  179. copyright: 'Dify.AI',
  180. privacy_policy: null,
  181. category: '智能助理',
  182. position: 0,
  183. is_listed: true,
  184. install_count: 2,
  185. installed: false,
  186. editable: true,
  187. is_agent: true,
  188. },
  189. {
  190. app: {
  191. id: '93ca3c2c-3a47-4658-b230-d5a6cc61ff01',
  192. name: 'SVG Logo 设计',
  193. mode: 'chat',
  194. icon: '🎨',
  195. icon_background: '#E4FBCC',
  196. },
  197. app_id: '93ca3c2c-3a47-4658-b230-d5a6cc61ff01',
  198. description:
  199. '您好,我是您的创意伙伴,将帮助您将想法生动地实现!我可以协助您利用DALL·E 3的能力创造出令人惊叹的设计。',
  200. copyright: 'Dify.AI',
  201. privacy_policy: null,
  202. category: '智能助理',
  203. position: 4,
  204. is_listed: true,
  205. install_count: 6,
  206. installed: false,
  207. editable: true,
  208. is_agent: true,
  209. },
  210. {
  211. app: {
  212. id: '59924f26-963f-4b4b-90cf-978bbfcddc49',
  213. name: '中英文互译',
  214. mode: 'chat',
  215. icon: 'speaking_head_in_silhouette',
  216. icon_background: '#FBE8FF',
  217. },
  218. app_id: '59924f26-963f-4b4b-90cf-978bbfcddc49',
  219. description: '翻译专家:提供中英文互译',
  220. copyright: 'Copyright 2023 Dify',
  221. privacy_policy: 'https://dify.ai',
  222. category: 'Translate',
  223. position: 4,
  224. is_listed: true,
  225. install_count: 1662,
  226. installed: false,
  227. editable: true,
  228. is_agent: false,
  229. },
  230. {
  231. app: {
  232. id: '89ad1e65-6711-4c80-b469-a71a434e2dbd',
  233. name: '个人学习导师',
  234. mode: 'chat',
  235. icon: '🤖',
  236. icon_background: '#FFEAD5',
  237. },
  238. app_id: '89ad1e65-6711-4c80-b469-a71a434e2dbd',
  239. description: '您的私人学习导师,帮您制定学习计划并辅导',
  240. copyright: 'Copyright 2023 Dify',
  241. privacy_policy: 'https://dify.ai',
  242. category: 'Assistant',
  243. position: 26,
  244. is_listed: true,
  245. install_count: 1441,
  246. installed: true,
  247. editable: true,
  248. is_agent: false,
  249. },
  250. {
  251. app: {
  252. id: 'ff551444-a3ff-4fd8-b297-f38581c98b4a',
  253. name: '文献综述写作',
  254. mode: 'completion',
  255. icon: 'female-student',
  256. icon_background: '#FBE8FF',
  257. },
  258. app_id: 'ff551444-a3ff-4fd8-b297-f38581c98b4a',
  259. description: '帮你撰写论文文献综述',
  260. copyright: 'Copyright 2023 Dify',
  261. privacy_policy: 'https://dify.ai',
  262. category: 'Writing',
  263. position: 7,
  264. is_listed: true,
  265. install_count: 1651,
  266. installed: false,
  267. editable: true,
  268. is_agent: false,
  269. },
  270. {
  271. app: {
  272. id: '79227a52-11f1-4cf9-8c49-0bd86f9be813',
  273. name: 'Youtube 频道数据分析',
  274. mode: 'chat',
  275. icon: '🔢',
  276. icon_background: '#E4FBCC',
  277. },
  278. app_id: '79227a52-11f1-4cf9-8c49-0bd86f9be813',
  279. description:
  280. '你好,告诉我您想分析的 YouTube 频道,我将为您整理一份完整的数据分析报告。',
  281. copyright: null,
  282. privacy_policy: null,
  283. category: '智能助理',
  284. position: 0,
  285. is_listed: true,
  286. install_count: 2,
  287. installed: false,
  288. editable: true,
  289. is_agent: true,
  290. },
  291. {
  292. app: {
  293. id: '609f4a7f-36f7-4791-96a7-4ccbe6f8dfbb',
  294. name: '旅行规划助手',
  295. mode: 'chat',
  296. icon: '✈️',
  297. icon_background: '#E4FBCC',
  298. },
  299. app_id: '609f4a7f-36f7-4791-96a7-4ccbe6f8dfbb',
  300. description:
  301. '欢迎使用您的个性化旅行服务顾问!🌍✈️ 准备好踏上一段充满冒险与放松的旅程了吗?让我们一起深入打造您难忘的旅行体验吧。',
  302. copyright: null,
  303. privacy_policy: null,
  304. category: '智能助理',
  305. position: 0,
  306. is_listed: true,
  307. install_count: 3,
  308. installed: false,
  309. editable: true,
  310. is_agent: true,
  311. },
  312. ],
  313. categories: [
  314. '绘画',
  315. 'HR',
  316. 'Programming',
  317. 'Translate',
  318. 'Assistant',
  319. 'Writing',
  320. '智能助理',
  321. ],
  322. }