|
1 | 1 | export const appInfo = {
|
2 |
| - name: 'API CHECK', // 应用名称 |
3 |
| - description: { |
4 |
| - zh: [ |
5 |
| - '✨ 适用:支持one-api、new-api 等中转 OpenAI 格式的 API 检测', |
6 |
| - '🔐 安全:纯前端版本,无需担心网关超时,数据安全有保障', |
7 |
| - '🔎 直观:测试数据完整,响应时间、模型一致性直观', |
8 |
| - '☁️ 便捷:支持快速图片分享和云端数据保存', |
9 |
| - ], |
10 |
| - en: [ |
11 |
| - '✨ Suitable for testing API proxies like one-api, new-api supporting OpenAI format', |
12 |
| - '🔐 Secure: Pure front-end version, no gateway timeout concerns, data security assured', |
13 |
| - '🔎 Intuitive: Complete testing data, intuitive response times and model consistency', |
14 |
| - '☁️ Convenient: Supports quick image sharing and cloud data saving', |
15 |
| - ], |
| 2 | + name: "API CHECK", // 应用名称 |
| 3 | + description: { |
| 4 | + zh: [ |
| 5 | + "✨ 适用:支持one-api、new-api 等中转 OpenAI 格式的 API 检测", |
| 6 | + "🔐 安全:纯前端版本,无需担心网关超时,数据安全有保障", |
| 7 | + "🔎 直观:测试数据完整,响应时间、模型一致性直观", |
| 8 | + "☁️ 便捷:支持快速图片分享和云端数据保存", |
| 9 | + ], |
| 10 | + en: [ |
| 11 | + "✨ Suitable for testing API proxies like one-api, new-api supporting OpenAI format", |
| 12 | + "🔐 Secure: Pure front-end version, no gateway timeout concerns, data security assured", |
| 13 | + "🔎 Intuitive: Complete testing data, intuitive response times and model consistency", |
| 14 | + "☁️ Convenient: Supports quick image sharing and cloud data saving", |
| 15 | + ], |
| 16 | + }, |
| 17 | + subtitle: "纯前端 OpenAI API 检测工具", |
| 18 | + version: "2.0.0", // 版本号 |
| 19 | + author: { |
| 20 | + name: "RICK", |
| 21 | + url: "https://blog.rick.icu", |
| 22 | + }, |
| 23 | + coauthor: { |
| 24 | + name: "MEGASOFT", |
| 25 | + url: "https://linux.do/u/zhong_little", |
| 26 | + }, |
| 27 | + sponsors: [ |
| 28 | + { |
| 29 | + name: "VME50", |
| 30 | + |
| 31 | + desc: "虚位以待", |
16 | 32 | },
|
17 |
| - subtitle: '纯前端 OpenAI API 检测工具', |
18 |
| - version: '2.0.0', // 版本号 |
19 |
| - author: { |
20 |
| - name: "RICK", |
21 |
| - url: "https://blog.rick.icu" |
| 33 | + { |
| 34 | + name: "黄花机场", |
| 35 | + url: "https://www.hunanairport.cn", |
| 36 | + desc: "最好的机场", |
22 | 37 | },
|
23 |
| - coauthor: { |
24 |
| - name: "MEGASOFT", |
25 |
| - url: "https://linux.do/u/zhong_little" |
| 38 | + ], |
| 39 | + updateLogUrl: "https://github.com/october-coder/api-check/releases", |
| 40 | + contributors: [ |
| 41 | + { |
| 42 | + name: "rick", |
| 43 | + url: "https://linux.do/u/rick", |
| 44 | + avatar: "https://linux.do/user_avatar/linux.do/rick/288/254826_2.png", |
26 | 45 | },
|
27 |
| - sponsors: [ |
28 |
| - { |
29 |
| - name: 'VME50', |
30 |
| - |
31 |
| - desc: '虚位以待' |
32 |
| - }, |
33 |
| - { |
34 |
| - name: '黄花机场', |
35 |
| - url: 'https://www.hunanairport.cn', |
36 |
| - desc: '最好的机场' |
37 |
| - } |
38 |
| - ], |
39 |
| - updateLogUrl: 'https://github.com/october-coder/api-check/releases', |
40 |
| - contributors: [ |
41 |
| - { |
42 |
| - name: 'rick', |
43 |
| - url: 'https://linux.do/u/rick', |
44 |
| - avatar: 'https://linux.do/user_avatar/linux.do/rick/288/254826_2.png', |
45 |
| - }, { |
46 |
| - name: 'megasoft', |
47 |
| - url: 'https://linux.do/u/zhong_little', |
48 |
| - avatar: 'https://linux.do/user_avatar/linux.do/zhong_little/288/104887_2.png', |
49 |
| - }, { |
50 |
| - name: 'fangyuan', |
51 |
| - url: 'https://linux.do/u/fangyuan99', |
52 |
| - avatar: 'https://linux.do/letter_avatar_proxy/v4/letter/f/b3f665/144.png', |
53 |
| - }, { |
54 |
| - name: 'juzeon', |
55 |
| - url: 'https://github.com/juzeon', |
56 |
| - avatar: 'https://avatars.githubusercontent.com/u/12206799?s=60&v=4', |
57 |
| - } |
58 |
| - ], |
59 |
| - company: 'rick & megasoft', // 公司名称 |
60 |
| - year: '2024', // 年份 |
61 |
| - website: 'check.crond.dev', |
62 |
| - officialUrl: 'https://check.crond.dev', |
63 |
| - license: 'Apache', // 许可证, |
64 |
| - changelogUrl: 'https://github.com/october-coder/api-check/releases', |
65 |
| - githubUrl: 'https://github.com/october-coder/api-check', |
66 |
| - owner: 'october-coder', |
67 |
| - repo: 'api-check', |
| 46 | + { |
| 47 | + name: "megasoft", |
| 48 | + url: "https://linux.do/u/zhong_little", |
| 49 | + avatar: |
| 50 | + "https://linux.do/user_avatar/linux.do/zhong_little/288/104887_2.png", |
| 51 | + }, |
| 52 | + { |
| 53 | + name: "fangyuan", |
| 54 | + url: "https://linux.do/u/fangyuan99", |
| 55 | + avatar: |
| 56 | + "https://linux.do/user_avatar/linux.do/fangyuan99/288/203598_2.png", |
| 57 | + }, |
| 58 | + { |
| 59 | + name: "juzeon", |
| 60 | + url: "https://github.com/juzeon", |
| 61 | + avatar: "https://avatars.githubusercontent.com/u/12206799?s=60&v=4", |
| 62 | + }, |
| 63 | + ], |
| 64 | + company: "rick & megasoft", // 公司名称 |
| 65 | + year: "2024", // 年份 |
| 66 | + website: "check.crond.dev", |
| 67 | + officialUrl: "https://check.crond.dev", |
| 68 | + license: "Apache", // 许可证, |
| 69 | + changelogUrl: "https://github.com/october-coder/api-check/releases", |
| 70 | + githubUrl: "https://github.com/october-coder/api-check", |
| 71 | + owner: "october-coder", |
| 72 | + repo: "api-check", |
68 | 73 | };
|
69 | 74 |
|
70 | 75 | export const banner = `
|
|
0 commit comments