Kaynağa Gözat

fix: constants

Lee 1 hafta önce
ebeveyn
işleme
50530b5625
1 değiştirilmiş dosya ile 9 ekleme ve 3 silme
  1. 9 3
      app/constants/index.ts

+ 9 - 3
app/constants/index.ts

@@ -1,7 +1,13 @@
+/*
+ * @Author: LiZhiWei
+ * @Date: 2026-01-13 15:01:49
+ * @LastEditors: LiZhiWei
+ * @LastEditTime: 2026-01-15 14:14:24
+ * @Description:
+ */
 import type { Config } from '~/types/config'
-export const appName = 'Nuxt 4 Template'
-export const appDescription =
-  'Nuxt 4 Template 是一个基于 Nuxt 4 的模板项目,用于快速搭建 Nuxt 4 项目。'
+export const appName = '海南绘家科技有限公司'
+export const appDescription = '海南绘家科技有限公司'
 export const apiBase = import.meta.env.VITE_API_URL
 
 const config: Config = {