-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test env tag and introduction (#95)
Co-authored-by: AceDataCloud <[email protected]>
- Loading branch information
Showing
39 changed files
with
668 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@acedatacloud-nexior-5a59a0d4-3b75-40b8-8864-184c62ae73cf.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "add test env tag", | ||
"packageName": "@acedatacloud/nexior", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,35 @@ | ||
<template> | ||
<el-config-provider :locale="locale"> | ||
<router-view /> | ||
<el-tag v-if="isTest" size="large" class="tag" type="warning">{{ $t('index.button.testEnv') }}</el-tag> | ||
</el-config-provider> | ||
</template> | ||
|
||
<script lang="ts"> | ||
import { defineComponent } from 'vue'; | ||
import { ElConfigProvider } from 'element-plus'; | ||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'; | ||
import { ElConfigProvider, ElTag } from 'element-plus'; | ||
import locale from 'element-plus/dist/locale/zh-cn.mjs'; | ||
import { isTest } from '@/constants/endpoint'; | ||
export default defineComponent({ | ||
components: { | ||
ElConfigProvider | ||
ElConfigProvider, | ||
ElTag | ||
}, | ||
data() { | ||
return { | ||
locale: zhCn | ||
isTest, | ||
locale | ||
}; | ||
} | ||
}); | ||
</script> | ||
|
||
<style lang="scss"> | ||
.tag { | ||
position: fixed; | ||
bottom: 10px; | ||
right: 10px; | ||
z-index: 10000; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,98 @@ | ||
{ | ||
"title.chat": { | ||
"message": "الذكاء الاصطناعي للأسئلة والأجوبة", | ||
"description": "عنوان فصل الذكاء الاصطناعي للأسئلة والأجوبة" | ||
"message": "أسئلة وأجوبة الذكاء الاصطناعي", | ||
"description": "AI 问答章节标题" | ||
}, | ||
"title.midjourney": { | ||
"message": "الذكاء الاصطناعي في الرسم", | ||
"description": "عنوان فصل الذكاء الاصطناعي في الرسم" | ||
"message": "رسم الذكاء الاصطناعي", | ||
"description": "AI绘画章节标题" | ||
}, | ||
"title.qrart": { | ||
"message": "الذكاء الاصطناعي في فن الرموز الثنائية", | ||
"description": "عنوان فصل الذكاء الاصطناعي في فن الرموز الثنائية" | ||
"message": "رموز QR الفنية للذكاء الاصطناعي", | ||
"description": "AI 艺术二维码章节标题" | ||
}, | ||
"title.suno": { | ||
"message": "الذكاء الاصطناعي في الموسيقى", | ||
"description": "عنوان فصل الذكاء الاصطناعي في الموسيقى" | ||
"message": "موسيقى الذكاء الاصطناعي", | ||
"description": "AI 音乐章节标题" | ||
}, | ||
"title.comments": { | ||
"message": "تقييم العملاء", | ||
"description": "عنوان فصل تقييم العملاء" | ||
"message": "تقييمات العملاء", | ||
"description": "客户评价章节标题" | ||
}, | ||
"title.introduction": { | ||
"message": "خدماتنا", | ||
"description": "مقدمة الموقع" | ||
"description": "站点简介" | ||
}, | ||
"subtitle.banner": { | ||
"message": "الذكاء الاصطناعي يعزز بشكل كامل إنتاجيتك.", | ||
"description": "العنوان الفرعي للموقع" | ||
"message": "تمكين الذكاء الاصطناعي، وتعزيز إنتاجيتك بشكل شامل.", | ||
"description": "站点副标题" | ||
}, | ||
"subtitle.chat": { | ||
"message": "يدعم مجموعة متنوعة من نماذج الأسئلة والأجوبة، ويحتوي على وظيفة الاتصال بالإنترنت، ويمكنه التعرف على الصور والملفات ومقاطع الفيديو وغيرها من المحتويات.", | ||
"description": "عنوان فصل الذكاء الاصطناعي للأسئلة والأجوبة" | ||
"message": "يدعم نماذج متعددة للإجابة على الأسئلة، ويوفر الاتصال بالشبكة، ويمكنه التعرف على الصور والملفات ومحتويات الفيديو المختلفة.", | ||
"description": "AI 问答章节标题" | ||
}, | ||
"subtitle.midjourney": { | ||
"message": "يتوافق مع أحدث نموذج Midjourney، ويمكنه إنشاء صور بأنماط مختلفة وضبط مستمر بنقرة واحدة.", | ||
"description": "عنوان فصل الذكاء الاصطناعي في الرسم" | ||
"message": "التكامل مع أحدث نماذج Midjourney، وإنشاء صور بأنماط متنوعة بنقرة واحدة وضبط مستمر.", | ||
"description": "AI绘画章节标题" | ||
}, | ||
"subtitle.qrart": { | ||
"message": "يدعم مجموعة متنوعة من أنماط فن الرموز الثنائية، ويسمح بتحميل رموز ثنائية موجودة بالفعل، ويجعلها فنية بسهولة لخلق تأثير بصري فريد.", | ||
"description": "عنوان فصل الذكاء الاصطناعي في فن الرموز الثنائية" | ||
"message": "يدعم أنماط متعددة من الرموز الفنية QR، ويسمح برفع الرموز الموجودة، وتحويلها بسهولة إلى تصميم فني، لإنشاء تأثير بصري فريد.", | ||
"description": "AI 艺术二维码章节标题" | ||
}, | ||
"subtitle.suno": { | ||
"message": "يدعم مجموعة متنوعة من أنماط الموسيقى، ويمكن بسهولة إنشاء الموسيقى التي ترغب فيها، ويدعم خيارات تمديد الطول المرنة.", | ||
"description": "عنوان فصل الذكاء الاصطناعي في الموسيقى" | ||
"message": "يدعم أنماط موسيقية متعددة، ويتيح لك إنشاء الموسيقى التي ترغب فيها بسهولة، ويقدم خيارات مرنة لتوسيع الطول.", | ||
"description": "AI 音乐章节标题" | ||
}, | ||
"subtitle.comments": { | ||
"message": "نحن سعداء لمساعدة هؤلاء العملاء، لقد أعطوا تقييمًا عاليًا لخدماتنا.", | ||
"description": "عنوان فصل تقييم العملاء" | ||
"message": "نحن سعداء بتقديم المساعدة لهؤلاء العملاء، وقد قدموا تقديرات عالية لخدماتنا.", | ||
"description": "客户评价章节标题" | ||
}, | ||
"subtitle.introduction": { | ||
"message": "نحن نقدم خدمة AI شاملة، بما في ذلك الأسئلة والأجوبة والرسم والرموز الثنائية والموسيقى وغيرها من الوظائف لتلبية احتياجاتك المتنوعة.", | ||
"description": "مقدمة الموقع" | ||
"message": "نقدم خدمات الذكاء الاصطناعي المتكاملة، بما في ذلك الأسئلة والأجوبة والرسم والرموز QR والموسيقى، لتلبية احتياجاتك المتنوعة.", | ||
"description": "站点简介" | ||
}, | ||
"button.try": { | ||
"message": "ابدأ مجانًا", | ||
"description": "محتوى النص" | ||
"description": "文字里面的内容" | ||
}, | ||
"button.testEnv": { | ||
"message": "بيئة الاختبار", | ||
"description": "测试环境按钮" | ||
}, | ||
"customers.name1": { | ||
"message": "فرانك", | ||
"description": "اسم العميل" | ||
"description": "客户的姓名" | ||
}, | ||
"customers.job1": { | ||
"message": "مهندس برمجيات", | ||
"description": "وظيفة العميل" | ||
"description": "客户的职位" | ||
}, | ||
"customers.comment1": { | ||
"message": "هذه الخدمة المتكاملة حقًا مريحة للغاية، يمكنني استخدام مجموعة متنوعة من أدوات الذكاء الاصطناعي في منصة واحدة، رائعة بالفعل!", | ||
"description": "تعليق العميل" | ||
"message": "هذه الخدمة المتكاملة مريحة للغاية، يمكنني استخدام مجموعة متنوعة من أدوات الذكاء الاصطناعي على منصة واحدة، ممتاز!", | ||
"description": "客户的评论" | ||
}, | ||
"customers.name2": { | ||
"message": "جايكوب", | ||
"description": "اسم العميل" | ||
"message": "جاكوب", | ||
"description": "客户的姓名" | ||
}, | ||
"customers.job2": { | ||
"message": "مدير منتج", | ||
"description": "وظيفة العميل" | ||
"message": "مدير المنتج", | ||
"description": "客户的职位" | ||
}, | ||
"customers.comment2": { | ||
"message": "المنصة سهلة الاستخدام للغاية، وجودة الخدمة ممتازة، وفي الوقت نفسه تحررت إنتاجيتي بشكل كبير.", | ||
"description": "تعليق العميل" | ||
"message": "المنصة سهلة الاستخدام للغاية، وجودة الخدمة ممتازة، كما أنها أطلقت إنتاجيتي بشكل كبير.", | ||
"description": "客户的评论" | ||
}, | ||
"customers.name3": { | ||
"message": "لاري", | ||
"description": "اسم العميل" | ||
"description": "客户的姓名" | ||
}, | ||
"customers.job3": { | ||
"message": "مصمم", | ||
"description": "وظيفة العميل" | ||
"description": "客户的职位" | ||
}, | ||
"customers.comment3": { | ||
"message": "هناك الكثير من منصات الذكاء الاصطناعي، ولكن هذه حقًا سهلة الاستخدام وبسعر معقول، نأمل أن تصبح أفضل!", | ||
"description": "تعليق العميل" | ||
"message": "توجد العديد من منصات الذكاء الاصطناعي، لكن هذه سهلة الاستخدام وسعرها معقول، آمل أن تتحسن أكثر!", | ||
"description": "客户的评论" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,98 @@ | ||
{ | ||
"title.chat": { | ||
"message": "AI Chat", | ||
"description": "Chapter title for AI Chat" | ||
"message": "KI-Fragen und -Antworten", | ||
"description": "AI 问答章节标题" | ||
}, | ||
"title.midjourney": { | ||
"message": "AI Drawing", | ||
"description": "Chapter title for AI Drawing" | ||
"message": "KI-Zeichnungen", | ||
"description": "AI绘画章节标题" | ||
}, | ||
"title.qrart": { | ||
"message": "AI QRArt", | ||
"description": "Chapter title for AI QRArt" | ||
"message": "KI-Kunst QR-Code", | ||
"description": "AI 艺术二维码章节标题" | ||
}, | ||
"title.suno": { | ||
"message": "AI Music", | ||
"description": "Chapter title for AI Music" | ||
"message": "KI-Musik", | ||
"description": "AI 音乐章节标题" | ||
}, | ||
"title.comments": { | ||
"message": "Customer Reviews", | ||
"description": "Chapter title for Customer Reviews" | ||
"message": "Kundenbewertungen", | ||
"description": "客户评价章节标题" | ||
}, | ||
"title.introduction": { | ||
"message": "Our Services", | ||
"description": "Site introduction" | ||
"message": "Unsere Dienstleistungen", | ||
"description": "站点简介" | ||
}, | ||
"subtitle.banner": { | ||
"message": "AI empowers, greatly enhances your productivity.", | ||
"description": "Site subtitle" | ||
"message": "KI-Potenzial, um Ihre Produktivität umfassend zu steigern.", | ||
"description": "站点副标题" | ||
}, | ||
"subtitle.chat": { | ||
"message": "Supports multiple Chat models, with networking capabilities, able to recognize images, files, videos, and other content.", | ||
"description": "Subtitle for AI Chat chapter" | ||
"message": "Unterstützt verschiedene Frage-Antwort-Modelle; verfügt über Netzwerkfunktionen und kann Bilder, Dateien und Videos erkennen.", | ||
"description": "AI 问答章节标题" | ||
}, | ||
"subtitle.midjourney": { | ||
"message": "Integrates the latest Midjourney model, easily generates various styles of images and continuous fine-tuning.", | ||
"description": "Subtitle for AI Drawing chapter" | ||
"message": "Anschluss an das neueste Midjourney-Modell zur einfachen Generierung von Bildern in verschiedenen Stilen und zur kontinuierlichen Feinabstimmung.", | ||
"description": "AI绘画章节标题" | ||
}, | ||
"subtitle.qrart": { | ||
"message": "Supports multiple QRArt styles, allows uploading existing QR codes, easily turns them into art, creating unique effects.", | ||
"description": "Subtitle for AI QRArt chapter" | ||
"message": "Unterstützt verschiedene Kunst-QR-Code-Stile, ermöglicht das Hochladen vorhandener QR-Codes und verwandelt sie in einzigartig visuelle Kunstwerke.", | ||
"description": "AI 艺术二维码章节标题" | ||
}, | ||
"subtitle.suno": { | ||
"message": "Supports multiple music styles, easily generates the music you want, and supports flexible length extension options.", | ||
"description": "Subtitle for AI Music chapter" | ||
"message": "Unterstützt verschiedene Musikstile; generiert mühelos die Musik, die Sie möchten, und bietet flexible Optionen zur Längenanpassung.", | ||
"description": "AI 音乐章节标题" | ||
}, | ||
"subtitle.comments": { | ||
"message": "We are happy to help these customers, they have given us very high praise for our services.", | ||
"description": "Subtitle for Customer Reviews chapter" | ||
"message": "Wir freuen uns, diesen Kunden helfen zu können, die unsere Dienstleistungen sehr positiv bewertet haben.", | ||
"description": "客户评价章节标题" | ||
}, | ||
"subtitle.introduction": { | ||
"message": "We provide a one-stop AI service, including Chat, drawing, QR code, music, and other functions, to meet your diverse needs.", | ||
"description": "Site introduction" | ||
"message": "Wir bieten einen One-Stop-KI-Service, einschließlich Fragen und Antworten, Zeichnungen, QR-Codes, Musik und mehr, um Ihren vielfältigen Bedürfnissen gerecht zu werden.", | ||
"description": "站点简介" | ||
}, | ||
"button.try": { | ||
"message": "Get Started for Free", | ||
"description": "Text inside the button" | ||
"message": "Kostenlos starten", | ||
"description": "文字里面的内容" | ||
}, | ||
"button.testEnv": { | ||
"message": "Testumgebung", | ||
"description": "测试环境按钮" | ||
}, | ||
"customers.name1": { | ||
"message": "Frank", | ||
"description": "Customer's name" | ||
"description": "客户的姓名" | ||
}, | ||
"customers.job1": { | ||
"message": "Software Engineer", | ||
"description": "Customer's job title" | ||
"message": "Software-Ingenieur", | ||
"description": "客户的职位" | ||
}, | ||
"customers.comment1": { | ||
"message": "This integrated service is so convenient, I can use a variety of AI tools on one platform, it's amazing!", | ||
"description": "Customer's comment" | ||
"message": "Dieser integrierte Service ist einfach großartig! Ich kann auf einer Plattform verschiedene KI-Tools verwenden, einfach fantastisch!", | ||
"description": "客户的评论" | ||
}, | ||
"customers.name2": { | ||
"message": "Jacob", | ||
"description": "Customer's name" | ||
"description": "客户的姓名" | ||
}, | ||
"customers.job2": { | ||
"message": "Product Manager", | ||
"description": "Customer's job title" | ||
"message": "Produktmanager", | ||
"description": "客户的职位" | ||
}, | ||
"customers.comment2": { | ||
"message": "The platform is very easy to use, the service quality is very good, and it greatly liberates my productivity.", | ||
"description": "Customer's comment" | ||
"message": "Die Plattform ist sehr benutzerfreundlich, die Servicequalität ist hervorragend und hat meine Produktivität enorm gesteigert.", | ||
"description": "客户的评论" | ||
}, | ||
"customers.name3": { | ||
"message": "Larry", | ||
"description": "Customer's name" | ||
"description": "客户的姓名" | ||
}, | ||
"customers.job3": { | ||
"message": "Designer", | ||
"description": "Customer's job title" | ||
"description": "客户的职位" | ||
}, | ||
"customers.comment3": { | ||
"message": "There are too many AI platforms, but this one is really easy to use, reasonably priced, I hope it can get even better!", | ||
"description": "Customer's comment" | ||
"message": "Es gibt viele KI-Plattformen, aber diese ist wirklich einfach zu bedienen und preislich angemessen. Ich hoffe, sie wird noch besser!", | ||
"description": "客户的评论" | ||
} | ||
} | ||
} |
Oops, something went wrong.