소스 검색

feat:关键词替换

zhengnaiwen_citu 1 년 전
부모
커밋
424d9360b0

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 # 标题
 # 标题
-VITE_APP_TITLE=芋道管理系统
+VITE_APP_TITLE=门墩儿管理系统
 
 
 # 项目本地运行端口号
 # 项目本地运行端口号
 VITE_PORT=80
 VITE_PORT=80

+ 2 - 2
index.html

@@ -7,11 +7,11 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta
     <meta
       name="keywords"
       name="keywords"
-      content="芋道管理系统 基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!"
+      content="门墩儿管理系统"
     />
     />
     <meta
     <meta
       name="description"
       name="description"
-      content="芋道管理系统 基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!"
+      content="门墩儿管理系统"
     />
     />
     <title>%VITE_APP_TITLE%</title>
     <title>%VITE_APP_TITLE%</title>
   </head>
   </head>

+ 1 - 1
src/components/DiyEditor/components/mobile/UserCard/index.vue

@@ -5,7 +5,7 @@
         <el-avatar :size="60">
         <el-avatar :size="60">
           <Icon icon="ep:avatar" :size="60" />
           <Icon icon="ep:avatar" :size="60" />
         </el-avatar>
         </el-avatar>
-        <span class="text-18px font-bold">芋道源码</span>
+        <span class="text-18px font-bold">源码</span>
       </div>
       </div>
       <Icon icon="tdesign:qrcode" :size="20" />
       <Icon icon="tdesign:qrcode" :size="20" />
     </div>
     </div>

+ 1 - 1
src/components/bpmnProcessDesigner/package/designer/ProcessDesigner.vue

@@ -664,7 +664,7 @@ const previewProcessJson = () => {
     previewModelVisible.value = true
     previewModelVisible.value = true
   })
   })
 }
 }
-/* ------------------------------------------------ 芋道源码 methods ------------------------------------------------------ */
+/* ------------------------------------------------ methods ------------------------------------------------------ */
 const processSave = async () => {
 const processSave = async () => {
   // console.log(bpmnModeler, 'bpmnModelerbpmnModelerbpmnModelerbpmnModeler')
   // console.log(bpmnModeler, 'bpmnModelerbpmnModelerbpmnModelerbpmnModeler')
   const { err, xml } = await bpmnModeler.saveXML()
   const { err, xml } = await bpmnModeler.saveXML()

+ 1 - 1
src/utils/constants.ts

@@ -1,5 +1,5 @@
 /**
 /**
- * Created by 芋道源码
+ * Created by 
  *
  *
  * 枚举类
  * 枚举类
  */
  */

+ 1 - 1
src/views/Login/SocialLogin.vue

@@ -196,7 +196,7 @@ const loginData = reactive({
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE !== 'false',
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE !== 'false',
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false',
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE !== 'false',
   loginForm: {
   loginForm: {
-    tenantName: '芋道源码',
+    tenantName: '源码',
     username: 'admin',
     username: 'admin',
     password: 'admin123',
     password: 'admin123',
     captchaVerification: '',
     captchaVerification: '',

+ 1 - 1
src/views/Login/components/LoginForm.vue

@@ -184,7 +184,7 @@ const loginData = reactive({
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
   captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
   tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
   loginForm: {
   loginForm: {
-    tenantName: '芋道源码',
+    tenantName: '源码',
     username: 'admin',
     username: 'admin',
     password: 'admin123',
     password: 'admin123',
     captchaVerification: '',
     captchaVerification: '',

+ 1 - 1
src/views/Login/components/MobileForm.vue

@@ -133,7 +133,7 @@ const loginData = reactive({
   },
   },
   loginForm: {
   loginForm: {
     uuid: '',
     uuid: '',
-    tenantName: '芋道源码',
+    tenantName: '源码',
     mobileNumber: '',
     mobileNumber: '',
     code: ''
     code: ''
   }
   }

+ 1 - 6
src/views/mp/components/wx-material-select/main.vue

@@ -1,9 +1,4 @@
-<!--
-  - Copyright (C) 2018-2019
-  - All rights reserved, Designed By www.joolun.com
-  芋道源码:
-  ① 移除 avue 组件,使用 ElementUI 原生组件
--->
+
 <template>
 <template>
   <div class="pb-30px">
   <div class="pb-30px">
     <!-- 类型:image -->
     <!-- 类型:image -->

+ 1 - 7
src/views/mp/components/wx-msg/main.vue

@@ -1,10 +1,4 @@
-<!--
-  - Copyright (C) 2018-2019
-  - All rights reserved, Designed By www.joolun.com
-  芋道源码:
-  ① 移除暂时用不到的 websocket
-  ② 代码优化,补充注释,提升阅读性
--->
+
 <template>
 <template>
   <ContentWrap>
   <ContentWrap>
     <div class="msg-div" ref="msgDivRef">
     <div class="msg-div" ref="msgDivRef">

+ 1 - 7
src/views/mp/components/wx-news/main.vue

@@ -1,10 +1,4 @@
-<!--
-  - Copyright (C) 2018-2019
-  - All rights reserved, Designed By www.joolun.com
-  【微信消息 - 图文】
-  芋道源码:
-  ① 代码优化,补充注释,提升阅读性
--->
+
 <template>
 <template>
   <div class="news-home">
   <div class="news-home">
     <div v-for="(article, index) in articles" :key="index" class="news-div">
     <div v-for="(article, index) in articles" :key="index" class="news-div">

+ 1 - 9
src/views/mp/components/wx-reply/main.vue

@@ -1,12 +1,4 @@
-<!--
-  - Copyright (C) 2018-2019
-  - All rights reserved, Designed By www.joolun.com
-  芋道源码:
-  ① 移除多余的 rep 为前缀的变量,让 message 消息更简单
-  ② 代码优化,补充注释,提升阅读性
-  ③ 优化消息的临时缓存策略,发送消息时,只清理被发送消息的 tab,不会强制切回到 text 输入
-  ④ 支持发送【视频】消息时,支持新建视频
--->
+
 <template>
 <template>
   <el-tabs type="border-card" v-model="currentTab">
   <el-tabs type="border-card" v-model="currentTab">
     <!-- 类型 1:文本 -->
     <!-- 类型 1:文本 -->

+ 1 - 4
src/views/mp/components/wx-video-play/main.vue

@@ -1,10 +1,7 @@
 <!--
 <!--
   - Copyright (C) 2018-2019
   - Copyright (C) 2018-2019
-  - All rights reserved, Designed By www.joolun.com
-  【微信消息 - 视频】
-  芋道源码:
   ① bug 修复:
   ① bug 修复:
-    1)joolun 的做法:使用 mediaId 从微信公众号,下载对应的 mp4 素材,从而播放内容;
+    1)使用 mediaId 从微信公众号,下载对应的 mp4 素材,从而播放内容;
       存在的问题:mediaId 有效期是 3 天,超过时间后无法播放
       存在的问题:mediaId 有效期是 3 天,超过时间后无法播放
     2)重构后的做法:后端接收到微信公众号的视频消息后,将视频消息的 media_id 的文件内容保存到文件服务器中,这样前端可以直接使用 URL 播放。
     2)重构后的做法:后端接收到微信公众号的视频消息后,将视频消息的 media_id 的文件内容保存到文件服务器中,这样前端可以直接使用 URL 播放。
   ② 体验优化:弹窗关闭后,自动暂停视频的播放
   ② 体验优化:弹窗关闭后,自动暂停视频的播放

+ 2 - 3
src/views/mp/components/wx-voice-play/main.vue

@@ -1,10 +1,9 @@
 <!--
 <!--
   - Copyright (C) 2018-2019
   - Copyright (C) 2018-2019
-  - All rights reserved, Designed By www.joolun.com
   【微信消息 - 语音】
   【微信消息 - 语音】
-   芋道源码:
+
   ① bug 修复:
   ① bug 修复:
-    1)joolun 的做法:使用 mediaId 从微信公众号,下载对应的 mp4 素材,从而播放内容;
+    1)使用 mediaId 从微信公众号,下载对应的 mp4 素材,从而播放内容;
       存在的问题:mediaId 有效期是 3 天,超过时间后无法播放
       存在的问题:mediaId 有效期是 3 天,超过时间后无法播放
     2)重构后的做法:后端接收到微信公众号的视频消息后,将视频消息的 media_id 的文件内容保存到文件服务器中,这样前端可以直接使用 URL 播放。
     2)重构后的做法:后端接收到微信公众号的视频消息后,将视频消息的 media_id 的文件内容保存到文件服务器中,这样前端可以直接使用 URL 播放。
   ② 代码优化:将 props 中的 reply 调成为 data 中对应的属性,并补充相关注释
   ② 代码优化:将 props 中的 reply 调成为 data 中对应的属性,并补充相关注释

+ 1 - 1
src/views/mp/material/components/ImageTable.vue

@@ -63,7 +63,7 @@ const emit = defineEmits<{
   column-count: 5;
   column-count: 5;
   margin-top: 10px;
   margin-top: 10px;
 
 
-  /* 芋道源码:增加 10px,避免顶着上面 */
+  /* 增加 10px,避免顶着上面 */
 }
 }
 
 
 .waterfall-item {
 .waterfall-item {