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(() => {
|
export default defineEventHandler(() => {
|
||||||
return `
|
return `
|
||||||
<h1>Hello 学小乐AI平台</h1>
|
<h1>Hello 灵犀学AI平台</h1>
|
||||||
<h2>Mock service is starting</h2>
|
<h2>Mock service is starting</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/api/user">/api/user/info</a></li>
|
<li><a href="/api/user">/api/user/info</a></li>
|
||||||
|
|||||||
@ -44,7 +44,7 @@ function defineApplicationConfig(userConfigPromise?: DefineApplicationOptions) {
|
|||||||
nitroMockOptions: {},
|
nitroMockOptions: {},
|
||||||
print: !isBuild,
|
print: !isBuild,
|
||||||
printInfoMap: {
|
printInfoMap: {
|
||||||
'学小乐AI平台 Docs': 'https://doc.vben.pro',
|
'灵犀学AI平台 Docs': 'https://doc.vben.pro',
|
||||||
},
|
},
|
||||||
pwa: true,
|
pwa: true,
|
||||||
pwaOptions: getDefaultPwaOptions(appTitle),
|
pwaOptions: getDefaultPwaOptions(appTitle),
|
||||||
|
|||||||
@ -7,7 +7,7 @@ const isDevelopment = process.env.NODE_ENV === 'development'
|
|||||||
const getDefaultPwaOptions = (name: string): Partial<PwaPluginOptions> => ({
|
const getDefaultPwaOptions = (name: string): Partial<PwaPluginOptions> => ({
|
||||||
manifest: {
|
manifest: {
|
||||||
description:
|
description:
|
||||||
'学小乐AI平台 is a modern admin dashboard template based on Vue 3. ',
|
'灵犀学AI平台 is a modern admin dashboard template based on Vue 3. ',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
sizes: '192x192',
|
sizes: '192x192',
|
||||||
|
|||||||
@ -26,7 +26,7 @@ async function viteLicensePlugin(
|
|||||||
handler: (_options: NormalizedOutputOptions, bundle: OutputBundle) => {
|
handler: (_options: NormalizedOutputOptions, bundle: OutputBundle) => {
|
||||||
const date = dateUtil().format('YYYY-MM-DD ')
|
const date = dateUtil().format('YYYY-MM-DD ')
|
||||||
const copyrightText = `/*!
|
const copyrightText = `/*!
|
||||||
* 学小乐AI平台
|
* 灵犀学AI平台
|
||||||
* Version: ${version}
|
* Version: ${version}
|
||||||
* Author: vben
|
* Author: vben
|
||||||
* Copyright (C) 2024 Vben
|
* Copyright (C) 2024 Vben
|
||||||
|
|||||||
@ -93,7 +93,7 @@ async function loadAndConvertEnv(
|
|||||||
.filter((item) => item === 'brotli' || item === 'gzip')
|
.filter((item) => item === 'brotli' || item === 'gzip')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
appTitle: getString(VITE_APP_TITLE, '学小乐AI平台'),
|
appTitle: getString(VITE_APP_TITLE, '灵犀学AI平台'),
|
||||||
archiver: getBoolean(VITE_ARCHIVER),
|
archiver: getBoolean(VITE_ARCHIVER),
|
||||||
base: getString(VITE_BASE, '/'),
|
base: getString(VITE_BASE, '/'),
|
||||||
compress: compressTypes.length > 0,
|
compress: compressTypes.length > 0,
|
||||||
|
|||||||
@ -3,14 +3,14 @@
|
|||||||
"version": "5.5.7",
|
"version": "5.5.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"学小乐AI平台"
|
"灵犀学AI平台"
|
||||||
],
|
],
|
||||||
"homepage": "https://xuexiaole.com",
|
"homepage": "https://xuexiaole.com",
|
||||||
"bugs": "https://xuexiaole.com",
|
"bugs": "https://xuexiaole.com",
|
||||||
"repository": "vbenjs/vue-vben-admin.git",
|
"repository": "vbenjs/vue-vben-admin.git",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "学小乐",
|
"name": "灵犀学",
|
||||||
"email": "xx@xuexiaole.com",
|
"email": "xx@xuexiaole.com",
|
||||||
"url": "https://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'
|
'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'
|
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",
|
"layout": "sidebar-nav",
|
||||||
"locale": "zh-CN",
|
"locale": "zh-CN",
|
||||||
"loginExpiredMode": "page",
|
"loginExpiredMode": "page",
|
||||||
"name": "学小乐AI平台",
|
"name": "灵犀学AI平台",
|
||||||
"preferencesButtonPosition": "auto",
|
"preferencesButtonPosition": "auto",
|
||||||
"watermark": false,
|
"watermark": false,
|
||||||
"zIndex": 200,
|
"zIndex": 200,
|
||||||
|
|||||||
@ -66,7 +66,7 @@ const defaultPreferences: Preferences = {
|
|||||||
enable: true,
|
enable: true,
|
||||||
fit: 'contain',
|
fit: 'contain',
|
||||||
source:
|
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: {
|
navigation: {
|
||||||
// 手风琴
|
// 手风琴
|
||||||
|
|||||||
@ -88,8 +88,8 @@ export { BUILT_IN_THEME_PRESETS }
|
|||||||
export type { BuiltinThemePreset }
|
export type { BuiltinThemePreset }
|
||||||
|
|
||||||
export const SYS_INFO = {
|
export const SYS_INFO = {
|
||||||
title: '学小乐AI平台',
|
title: '灵犀学AI平台',
|
||||||
loginTitle: '学小乐AI平台',
|
loginTitle: '灵犀学AI平台',
|
||||||
loginSubtitle: 'AI赋能,助力教育',
|
loginSubtitle: 'AI赋能,助力教育',
|
||||||
tenantId: '1966113040587837442', // 线上
|
tenantId: '1966113040587837442', // 线上
|
||||||
// tenantId: '1966391196339204098',
|
// tenantId: '1966391196339204098',
|
||||||
@ -100,11 +100,11 @@ if (url.includes('qzdyai.com')) {
|
|||||||
SYS_INFO.loginTitle = '勤智&德艺AI内容建设中心'
|
SYS_INFO.loginTitle = '勤智&德艺AI内容建设中心'
|
||||||
SYS_INFO.tenantId = '1966391196339204098'
|
SYS_INFO.tenantId = '1966391196339204098'
|
||||||
} else if (url.includes('sp.xuexiaole.com')) {
|
} else if (url.includes('sp.xuexiaole.com')) {
|
||||||
SYS_INFO.title = '学小乐AI服务商平台'
|
SYS_INFO.title = '灵犀学AI服务商平台'
|
||||||
SYS_INFO.loginTitle = '学小乐AI服务商平台'
|
SYS_INFO.loginTitle = '灵犀学AI服务商平台'
|
||||||
} else if (url.includes('jg.xuexiaole.com')) {
|
} else if (url.includes('jg.xuexiaole.com')) {
|
||||||
SYS_INFO.title = '学小乐AI机构平台'
|
SYS_INFO.title = '灵犀学AI机构平台'
|
||||||
SYS_INFO.loginTitle = '学小乐AI机构平台'
|
SYS_INFO.loginTitle = '灵犀学AI机构平台'
|
||||||
} else if (url.includes('zazhipu.com')) {
|
} else if (url.includes('zazhipu.com')) {
|
||||||
SYS_INFO.title = '小志学到AI平台'
|
SYS_INFO.title = '小志学到AI平台'
|
||||||
SYS_INFO.loginTitle = '小志学到AI平台'
|
SYS_INFO.loginTitle = '小志学到AI平台'
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="renderer" content="webkit" />
|
<meta name="renderer" content="webkit" />
|
||||||
<meta name="description" content="学小乐AI平台" />
|
<meta name="description" content="灵犀学AI平台" />
|
||||||
<meta name="keywords" content="学小乐AI平台" />
|
<meta name="keywords" content="灵犀学AI平台" />
|
||||||
<meta name="author" content="xxl" />
|
<meta name="author" content="xxl" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<link
|
<link
|
||||||
rel="icon"
|
rel="icon"
|
||||||
type="image/svg+xml"
|
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>
|
<script>
|
||||||
// 生产环境下注入百度统计
|
// 生产环境下注入百度统计
|
||||||
|
|||||||
@ -36,7 +36,7 @@ export const platform_xzxd = '1966358228128296962'
|
|||||||
export const platform_qzdyai = '1966391196339204098'
|
export const platform_qzdyai = '1966391196339204098'
|
||||||
export const platform_options = [
|
export const platform_options = [
|
||||||
{
|
{
|
||||||
label: '学小乐',
|
label: '灵犀学',
|
||||||
value: platform_xxl,
|
value: platform_xxl,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -478,7 +478,7 @@ onBeforeUnmount(() => {
|
|||||||
</div>
|
</div>
|
||||||
<p class="text-foreground mt-5 text-sm font-medium">请使用微信扫码登录</p>
|
<p class="text-foreground mt-5 text-sm font-medium">请使用微信扫码登录</p>
|
||||||
<p class="text-muted-foreground mt-2 text-center text-xs">
|
<p class="text-muted-foreground mt-2 text-center text-xs">
|
||||||
扫码后按提示完成授权,即可进入学小乐AI平台
|
扫码后按提示完成授权,即可进入灵犀学AI平台
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user