wuheng 1 年之前
父节点
当前提交
2b74b32dda
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      build/plugins/pwa.ts
  2. 1 1
      src/locales/lang/zh-cn.ts

+ 2 - 2
build/plugins/pwa.ts

@@ -5,8 +5,8 @@ export default function setupVitePwa() {
     registerType: 'autoUpdate',
     includeAssets: ['favicon.ico'],
     manifest: {
-      name: 'SoybeanAdmin',
-      short_name: 'SoybeanAdmin',
+      name: '爱扣钉教务系统',
+      short_name: '爱扣钉教务系统',
       theme_color: '#fff',
       icons: [
         {

+ 1 - 1
src/locales/lang/zh-cn.ts

@@ -3,7 +3,7 @@ import type { LocaleMessages } from 'vue-i18n';
 const locale: LocaleMessages<I18nType.Schema> = {
   message: {
     system: {
-      title: 'Soybean管理系统'
+      title: '爱扣钉教务系统'
     },
     routes: {
       dashboard: {