feat: 学小乐修改为灵犀学等其他
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CI / CI OK (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
This commit is contained in:
parent
08eb7248ec
commit
5169a8c50d
@ -1,6 +1,6 @@
|
||||
export default defineEventHandler(() => {
|
||||
return `
|
||||
<h1>Hello 学小乐AI平台</h1>
|
||||
<h1>Hello 灵犀学AI平台</h1>
|
||||
<h2>Mock service is starting</h2>
|
||||
<ul>
|
||||
<li><a href="/api/user">/api/user/info</a></li>
|
||||
|
||||
@ -44,7 +44,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) {
|
||||
nitroMockOptions: {},
|
||||
print: !isBuild,
|
||||
printInfoMap: {
|
||||
'学小乐AI平台 Docs': 'https://doc.vben.pro',
|
||||
'灵犀学AI平台 Docs': 'https://doc.vben.pro',
|
||||
},
|
||||
pwa: true,
|
||||
pwaOptions: getDefaultPwaOptions(appTitle),
|
||||
|
||||
@ -7,7 +7,7 @@ const isDevelopment = process.env.NODE_ENV === 'development'
|
||||
const getDefaultPwaOptions = (name: string): Partial<PwaPluginOptions> => ({
|
||||
manifest: {
|
||||
description:
|
||||
'学小乐AI平台 is a modern admin dashboard template based on Vue 3. ',
|
||||
'灵犀学AI平台 is a modern admin dashboard template based on Vue 3. ',
|
||||
icons: [
|
||||
{
|
||||
sizes: '192x192',
|
||||
|
||||
@ -26,7 +26,7 @@ async function viteLicensePlugin(
|
||||
handler: (_options: NormalizedOutputOptions, bundle: OutputBundle) => {
|
||||
const date = dateUtil().format('YYYY-MM-DD ')
|
||||
const copyrightText = `/*!
|
||||
* 学小乐AI平台
|
||||
* 灵犀学AI平台
|
||||
* Version: ${version}
|
||||
* Author: vben
|
||||
* Copyright (C) 2024 Vben
|
||||
|
||||
@ -93,7 +93,7 @@ async function loadAndConvertEnv(
|
||||
.filter((item) => item === 'brotli' || item === 'gzip')
|
||||
|
||||
return {
|
||||
appTitle: getString(VITE_APP_TITLE, '学小乐AI平台'),
|
||||
appTitle: getString(VITE_APP_TITLE, '灵犀学AI平台'),
|
||||
archiver: getBoolean(VITE_ARCHIVER),
|
||||
base: getString(VITE_BASE, '/'),
|
||||
compress: compressTypes.length > 0,
|
||||
|
||||
@ -3,14 +3,14 @@
|
||||
"version": "5.5.7",
|
||||
"private": true,
|
||||
"keywords": [
|
||||
"学小乐AI平台"
|
||||
"灵犀学AI平台"
|
||||
],
|
||||
"homepage": "https://xuexiaole.com",
|
||||
"bugs": "https://xuexiaole.com",
|
||||
"repository": "vbenjs/vue-vben-admin.git",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "学小乐",
|
||||
"name": "灵犀学",
|
||||
"email": "xx@xuexiaole.com",
|
||||
"url": "https://xuexiaole.com"
|
||||
},
|
||||
|
||||
@ -15,7 +15,7 @@ export const VBEN_LOGO_URL =
|
||||
'https://unpkg.com/@vbenjs/static-source@0.1.7/source/logo-v1.webp'
|
||||
|
||||
/**
|
||||
* @zh_CN 学小乐AI平台 首页地址
|
||||
* @zh_CN 灵犀学AI平台 首页地址
|
||||
*/
|
||||
export const VBEN_PREVIEW_URL = 'https://www.vben.pro'
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ exports[`defaultPreferences immutability test > should not modify the config obj
|
||||
"layout": "sidebar-nav",
|
||||
"locale": "zh-CN",
|
||||
"loginExpiredMode": "page",
|
||||
"name": "学小乐AI平台",
|
||||
"name": "灵犀学AI平台",
|
||||
"preferencesButtonPosition": "auto",
|
||||
"watermark": false,
|
||||
"zIndex": 200,
|
||||
|
||||
@ -66,7 +66,7 @@ const defaultPreferences: Preferences = {
|
||||
enable: true,
|
||||
fit: 'contain',
|
||||
source:
|
||||
'https://xxl-1313840333.cos.ap-guangzhou.myqcloud.com/icon/module_xxl.png',
|
||||
'https://lxx-web-1313840333.cos.ap-chengdu.myqcloud.com/urm/mode.png',
|
||||
},
|
||||
navigation: {
|
||||
// 手风琴
|
||||
|
||||
@ -88,8 +88,8 @@ export { BUILT_IN_THEME_PRESETS }
|
||||
export type { BuiltinThemePreset }
|
||||
|
||||
export const SYS_INFO = {
|
||||
title: '学小乐AI平台',
|
||||
loginTitle: '学小乐AI平台',
|
||||
title: '灵犀学AI平台',
|
||||
loginTitle: '灵犀学AI平台',
|
||||
loginSubtitle: 'AI赋能,助力教育',
|
||||
tenantId: '1966113040587837442', // 线上
|
||||
// tenantId: '1966391196339204098',
|
||||
@ -100,11 +100,11 @@ if (url.includes('qzdyai.com')) {
|
||||
SYS_INFO.loginTitle = '勤智&德艺AI内容建设中心'
|
||||
SYS_INFO.tenantId = '1966391196339204098'
|
||||
} else if (url.includes('sp.xuexiaole.com')) {
|
||||
SYS_INFO.title = '学小乐AI服务商平台'
|
||||
SYS_INFO.loginTitle = '学小乐AI服务商平台'
|
||||
SYS_INFO.title = '灵犀学AI服务商平台'
|
||||
SYS_INFO.loginTitle = '灵犀学AI服务商平台'
|
||||
} else if (url.includes('jg.xuexiaole.com')) {
|
||||
SYS_INFO.title = '学小乐AI机构平台'
|
||||
SYS_INFO.loginTitle = '学小乐AI机构平台'
|
||||
SYS_INFO.title = '灵犀学AI机构平台'
|
||||
SYS_INFO.loginTitle = '灵犀学AI机构平台'
|
||||
} else if (url.includes('zazhipu.com')) {
|
||||
SYS_INFO.title = '小志学到AI平台'
|
||||
SYS_INFO.loginTitle = '小志学到AI平台'
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<meta name="renderer" content="webkit" />
|
||||
<meta name="description" content="学小乐AI平台" />
|
||||
<meta name="keywords" content="学小乐AI平台" />
|
||||
<meta name="description" content="灵犀学AI平台" />
|
||||
<meta name="keywords" content="灵犀学AI平台" />
|
||||
<meta name="author" content="xxl" />
|
||||
<meta
|
||||
name="viewport"
|
||||
@ -16,7 +16,7 @@
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/svg+xml"
|
||||
href="https://xxl-1313840333.cos.ap-guangzhou.myqcloud.com/urm/logo.png"
|
||||
href="https://lxx-web-1313840333.cos.ap-chengdu.myqcloud.com/urm/logoNew.png"
|
||||
/>
|
||||
<script>
|
||||
// 生产环境下注入百度统计
|
||||
|
||||
@ -36,7 +36,7 @@ export const platform_xzxd = '1966358228128296962'
|
||||
export const platform_qzdyai = '1966391196339204098'
|
||||
export const platform_options = [
|
||||
{
|
||||
label: '学小乐',
|
||||
label: '灵犀学',
|
||||
value: platform_xxl,
|
||||
},
|
||||
{
|
||||
|
||||
@ -478,7 +478,7 @@ onBeforeUnmount(() => {
|
||||
</div>
|
||||
<p class="text-foreground mt-5 text-sm font-medium">请使用微信扫码登录</p>
|
||||
<p class="text-muted-foreground mt-2 text-center text-xs">
|
||||
扫码后按提示完成授权,即可进入学小乐AI平台
|
||||
扫码后按提示完成授权,即可进入灵犀学AI平台
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user