feat: migrate insight UI to standalone workbench and update about page
This commit is contained in:
parent
2f34589a54
commit
465978e96f
@ -55,7 +55,7 @@ export default function AboutPage() {
|
||||
<h3 className="font-semibold text-warning-foreground">
|
||||
Disclaimer
|
||||
</h3>
|
||||
<p className="text-sm leading-relaxed text-warning-foreground/80">
|
||||
<p className="text-sm leading-relaxed text-warning-foreground/80 whitespace-pre-wrap">
|
||||
{t.disclaimer}
|
||||
</p>
|
||||
</div>
|
||||
@ -65,7 +65,7 @@ export default function AboutPage() {
|
||||
{/* Acknowledgments */}
|
||||
<div className="space-y-8 rounded-3xl border border-surface-border bg-surface p-8 lg:p-12 shadow-2xl backdrop-blur-sm">
|
||||
<div className="space-y-6">
|
||||
<p className="text-lg leading-relaxed text-text-muted">
|
||||
<p className="text-lg leading-relaxed text-text-muted whitespace-pre-wrap">
|
||||
{t.acknowledgments}
|
||||
</p>
|
||||
|
||||
@ -112,7 +112,7 @@ export default function AboutPage() {
|
||||
>
|
||||
<path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z" />
|
||||
</svg>
|
||||
<p className="font-medium">{t.opensource}</p>
|
||||
<p className="font-medium whitespace-pre-wrap">{t.opensource}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1306,22 +1306,23 @@ export const translations: Record<'en' | 'zh', Translation> = {
|
||||
},
|
||||
},
|
||||
about: {
|
||||
title: 'About This Demo',
|
||||
subtitle: 'This website is a personal demonstration (Demo) project maintained by an individual.',
|
||||
disclaimer: 'Some AI capabilities on this site are powered by third-party AI services, including NVIDIA APIs and Alibaba Cloud Qwen. Only selected features are currently available for technical exploration and demonstration, and the site is not intended for production use or as a commercial system. Please do not enter any personal data, sensitive information, or confidential content in this Demo. All user inputs and generated outputs may be processed by third-party AI platforms.',
|
||||
acknowledgments: 'Special thanks to GitHub, ChatGPT, Google AI, NVIDIA AI, and other tools and platforms, which enable individual developers to build AI application prototypes approaching professional SaaS standards at a relatively low cost.',
|
||||
title: 'About the Project',
|
||||
subtitle: 'This platform is a comprehensive AI service integration system maintained by independent developers. We are dedicated to providing a stable, high-performance AI interaction experience through cutting-edge observability technologies and highly efficient architectural design.',
|
||||
disclaimer: 'Service Sources: This site integrates premium third-party AI capabilities, including NVIDIA API, Alibaba Cloud Tongyi Qianwen, OpenAI, and Google Gemini.\n\nData Security: We prioritize user privacy. While data is processed via third-party AI platforms, we implement strict encryption protocols across our entire transmission pipeline. Nonetheless, we advise users against inputting highly sensitive or confidential information.\n\nNon-Official Endorsement: All platform names mentioned (e.g., NVIDIA, Google, OpenAI) are used solely for technical acknowledgement to describe our underlying technology stack. These mentions do not imply any official partnership or endorsement.',
|
||||
acknowledgments: 'Progress is built upon the shoulders of giants. We would like to thank the following platforms for providing the essential infrastructure and computational power that drives this project: Models & Computing: ChatGPT (OpenAI), Google AI (Gemini), NVIDIA NIM. Infrastructure: GitHub, Cloudflare, Vercel. Backend Support: Google Cloud Run, VictoriaMetrics (Observability Architecture).',
|
||||
toolsTitle: 'Acknowledged tools and platforms used (in no particular order):',
|
||||
toolsNote: '(The platform names above are listed for technical acknowledgment only and do not imply any official partnership or endorsement.)',
|
||||
tools: [
|
||||
{ label: 'ChatGPT (OpenAI)', url: 'https://openai.com' },
|
||||
{ label: 'Google Gemini', url: 'https://gemini.google.com' },
|
||||
{ label: 'NVIDIA NIM', url: 'https://build.nvidia.com' },
|
||||
{ label: 'GitHub', url: 'https://github.com/cloud-neutral-toolkit' },
|
||||
{ label: 'Cloudflare', url: 'https://www.cloudflare.com' },
|
||||
{ label: 'ChatGPT (OpenAI)', url: 'https://chatgpt.com/codex' },
|
||||
{ label: 'Google AI Suite', url: 'https://google.com' },
|
||||
{ label: 'NVIDIA AI Platform', url: 'https://build.nvidia.com/' },
|
||||
{ label: 'Vercel', url: 'https://vercel.com/svc-designs-projects' },
|
||||
{ label: 'Google Cloud Run', url: 'https://cloud.google.com/' },
|
||||
{ label: 'Vercel', url: 'https://vercel.com' },
|
||||
{ label: 'Google Cloud Run', url: 'https://cloud.google.com' },
|
||||
{ label: 'VictoriaMetrics', url: 'https://victoriametrics.com' },
|
||||
],
|
||||
opensource: 'We embrace open source. Human progress is made possible through continuous sharing and collaboration.',
|
||||
opensource: 'We believe in the power of Open Source. The advancement of human civilization relies on continuous knowledge sharing and technical collaboration. This project remains committed to embracing the open-source ecosystem and growing together with the developer community.',
|
||||
},
|
||||
askAI: {
|
||||
title: 'AI Assistant',
|
||||
@ -1891,21 +1892,22 @@ export const translations: Record<'en' | 'zh', Translation> = {
|
||||
},
|
||||
about: {
|
||||
title: '关于本项目',
|
||||
subtitle: '本网站是一个由个人维护的 Demo 项目。',
|
||||
disclaimer: '站点中的部分 AI 能力来自 NVIDIA API、阿里云通义千问等第三方 AI 服务,目前仅开放部分功能用于技术探索与展示,不作为生产环境或商业系统使用。请勿在本 Demo 中输入任何个人信息、敏感数据或机密内容。所有用户输入及生成结果均可能经过第三方 AI 平台处理。',
|
||||
acknowledgments: '感谢 GitHub、ChatGPT、Google AI、NVIDIA AI 等工具与服务平台,让个人开发者也能够以相对较低的成本,构建出接近专业 SaaS 水准的 AI 应用原型。',
|
||||
subtitle: '本平台是由独立开发者维护的综合性 AI 服务集成系统。我们致力于通过前沿的观测技术与高效的架构设计,为用户提供稳定、流畅的 AI 交互体验。',
|
||||
disclaimer: '服务来源:本站集成了包括 NVIDIA API、阿里云通义千问、OpenAI 及 Google Gemini 在内的多种顶级第三方 AI 能力。\n\n数据安全:我们高度重视用户隐私。虽然数据会经过第三方 AI 平台处理,但我们承诺在传输链路中采取严格的加密措施。即便如此,仍建议用户避免输入极其敏感的机密信息。\n\n非官方背书:本站提及的所有平台名称(如 NVIDIA, Google 等)仅用于技术致谢,说明系统底层所采用的技术栈,不代表官方合作或背书。',
|
||||
acknowledgments: '技术的进步源于巨人的肩膀。感谢以下平台为本项目提供的基础设施与算力支持: 模型与算力:ChatGPT (OpenAI), Google AI (Gemini), NVIDIA NIM. 基础设施:GitHub, Cloudflare, Vercel. 后端支撑:Google Cloud Run, VictoriaMetrics (可观测性架构)。',
|
||||
toolsTitle: '致谢与使用的工具与平台(不分先后):',
|
||||
toolsNote: '以上平台名称仅用于技术致谢,不代表任何官方合作或背书!',
|
||||
tools: [
|
||||
{ label: 'ChatGPT (OpenAI)', url: 'https://chatgpt.com/codex' },
|
||||
{ label: 'Google AI Suite', url: 'https://google.com' },
|
||||
{ label: 'NVIDIA AI Platform', url: 'https://build.nvidia.com/' },
|
||||
{ label: 'ChatGPT (OpenAI)', url: 'https://openai.com' },
|
||||
{ label: 'Google Gemini', url: 'https://gemini.google.com' },
|
||||
{ label: 'NVIDIA NIM', url: 'https://build.nvidia.com' },
|
||||
{ label: 'GitHub', url: 'https://github.com/cloud-neutral-toolkit' },
|
||||
{ label: 'Cloudflare', url: 'https://www.cloudflare.com' },
|
||||
{ label: 'Vercel', url: 'https://vercel.com/svc-designs-projects' },
|
||||
{ label: 'Google Cloud Run', url: 'https://cloud.google.com/' },
|
||||
{ label: 'Vercel', url: 'https://vercel.com' },
|
||||
{ label: 'Google Cloud Run', url: 'https://cloud.google.com' },
|
||||
{ label: 'VictoriaMetrics', url: 'https://victoriametrics.com' },
|
||||
],
|
||||
opensource: '我们拥抱开源。人类正是因为持续的共享与协作,才得以彼此成就。',
|
||||
opensource: '我们坚信开源的力量。 人类文明的进步离不开持续的知识共享与技术协作,本项目也将持续拥抱开源生态,与开发者共同成长。',
|
||||
},
|
||||
askAI: {
|
||||
title: 'AI 助手',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user