{{ label }}
++ {{ value }} +
+
+
Redirecting...
+ + diff --git a/antdv-next-admin/public/logo.png b/antdv-next-admin/public/logo.png new file mode 100644 index 0000000..3420482 Binary files /dev/null and b/antdv-next-admin/public/logo.png differ diff --git a/antdv-next-admin/public/logo.svg b/antdv-next-admin/public/logo.svg new file mode 100644 index 0000000..9ded453 --- /dev/null +++ b/antdv-next-admin/public/logo.svg @@ -0,0 +1,10 @@ + diff --git a/antdv-next-admin/src/App.vue b/antdv-next-admin/src/App.vue new file mode 100644 index 0000000..9997d70 --- /dev/null +++ b/antdv-next-admin/src/App.vue @@ -0,0 +1,63 @@ + +{{ subTitle }}
+{{ label }}
++ {{ value }} +
+
+
{{ buttonText || $t("proUpload.dragHint") }}
+{{ hint }}
+
+
{{ $t('dashboard.subtitle') }}
+ + +{{ item.action }}
+{{ item.time }}
++ {{ $t('error.noPermission') }} +
++ {{ $t('error.pageNotFound') }} +
++ {{ $t('error.serverError') }} +
+{{ t('exampleCaptcha.description') }}
++ {{ $t("examples.codeEditor.description") }} +
+ +{{ jsonContent }}
+ {{ $t('exampleColorPicker.description') }}
+ +{{ $t('exampleColorPicker.currentColor') }}: {{ presetColor }}
+{{ $t('exampleColorPicker.currentColor') }}: {{ alphaColor }}
+{{ $t('exampleColorPicker.currentColor') }}: {{ noAlphaColor }}
++ {{ t('exampleEditor.description') }} +
+ +{{ content1 || t('exampleEditor.noContent') }}
+ {{ $t("exampleForm.description") }}
+ ++ {{ $t('examples.i18nInput.description') }} +
+ +{{ JSON.stringify(formState, null, 2) }}
+ {{ JSON.stringify(formState.productName) }}
+ {{ formState.productName }}
+ {{ $t('exampleIcon.subtitle') }}
+{{ $t('exampleIcon.capabilities') }}
+{{ $t('exampleIcon.renderSubtitle') }}
+{{ $t('exampleIcon.guidesSubtitle') }}
+{{ svgGuideCode }}
+ {{ iconifyGuideCode }}
+ {{ $t('exampleIcon.pickerSubtitle') }}
++ {{ $t("examples.jsonInput.description") }} +
+ +{{ JSON.stringify(formState, null, 2) }}
+ 支持实时预览的 Markdown 编辑器,基于 ProseMirror 构建
+{{ content1 }}
+ 支持设置默认内容,自动渲染为可编辑的富文本
+支持只读模式,用于展示 Markdown 内容
+{{ $t('exampleModal.description') }}
+ +{{ $t('exampleModal.contentDescription') }}
+ +{{ $t('exampleQRCode.description') }}
+ +{{ $t('exampleQRCode.logoHint') }}
+{{ $t('examples.scaffold.advancedFilter.description') }}
+ ++ {{ $t("examples.scaffold.complexForm.description") }} +
+ +{{ $t('examples.scaffold.importExport.description') }}
+ +{{ $t('examples.scaffold.masterDetail.description') }}
+ ++ {{ $t("examples.scaffold.observability.description") }} +
+ ++ {{ $t("examples.scaffold.rbac.description") }} +
++ {{ $t("examples.scaffold.requestAuth.description") }} +
+ +{{
+ accessToken || $t("examples.scaffold.requestAuth.empty")
+ }}
+ {{
+ refreshToken || $t("examples.scaffold.requestAuth.empty")
+ }}
+ + {{ $t('examples.scaffold.stateCache.description') }} +
+{{ $t('examples.scaffold.testing.description') }}
+ +{{ unitCode }}
+ {{ e2eCode }}
+ + {{ $t("examples.scaffold.uploadSystem.description") }} +
+ ++ {{ $t("examples.scaffold.uploadSystem.dragText") }} +
++ {{ $t("examples.scaffold.uploadSystem.dragHint") }} +
+{{ $t('examples.scaffold.virtualTable.description') }}
+ +{{ $t('exampleSegmented.description') }}
+ +{{ $t('exampleSegmented.currentValue') }}: {{ basicValue }}
+{{ $t('exampleSegmented.currentValue') }}: {{ iconValue }}
+{{ $t('exampleSegmented.filterResult') }}: {{ filterValue }}
+{{ $t('exampleSpin.description') }}
+{{ $t('exampleSplitter.description') }}
+ +import {{ '{' }} createApp {{ '}' }} from 'vue'
+import App from './App.vue'
+import router from './router'
+
+const app = createApp(App)
+app.use(router)
+app.mount('#app')
+ {{ $t('exampleTour.description') }}
+ +{{ $t('exampleWatermark.description') }}
+ +Antdv Next Admin
+Secure workspace entrance
+
+ {{ $t("login.username") }}
+ admin / user
+
+ {{ $t("login.password") }}
+ 123456
+
{{ $t('notificationCenter.kicker') }}
+{{ $t('notificationCenter.subtitle') }}
++ {{ $t('notificationCenter.listSubtitle', { count: filteredNotifications.length }) }} +
++ {{ formatAbsoluteTime(selectedNotification.timestamp) }} + · + {{ formatRelativeTime(selectedNotification.timestamp) }} +
+{{ $t('notificationCenter.placeholder.desc') }}
+@{{ authStore.user?.username }}
+