Browse Source

名称修改

sunlupeng 1 year ago
parent
commit
9b027ba4a0
7 changed files with 11 additions and 11 deletions
  1. 1 1
      LICENSE
  2. 1 1
      README.md
  3. 1 1
      manifest.json
  4. 1 1
      pages.json
  5. 1 1
      pages/login.vue
  6. 1 1
      pages/mine/about/index.vue
  7. 5 5
      pages/mine/help/index.vue

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2022 芋道
+Copyright (c) 2022 智企云
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
README.md

@@ -17,7 +17,7 @@
 
 ## 🐯 平台简介
 
-**芋道**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。
+**智企云**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。
 
 ![](/.image/admin-uniapp/02.png)
 

+ 1 - 1
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "芋道移动端",
+    "name" : "智企云",
     "appid" : "__UNI__25A9D80",
     "description" : "",
     "versionName" : "1.0.0",

+ 1 - 1
pages.json

@@ -2,7 +2,7 @@
   "pages": [{
     "path": "pages/index",
     "style": {
-      "navigationBarTitleText": "芋道移动端框架",
+      "navigationBarTitleText": "智企云",
       "navigationStyle": "custom"
     }
   }, {

+ 1 - 1
pages/login.vue

@@ -3,7 +3,7 @@
 		<view class="logo-content align-center justify-center flex">
 			<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
 			</image>
-			<text class="title">芋道移动端登录</text>
+			<text class="title">智企云</text>
 		</view>
 		<view class="login-form-content">
 			<view class="input-item flex align-center">

+ 1 - 1
pages/mine/about/index.vue

@@ -3,7 +3,7 @@
     <view class="header-section text-center">
       <image style="width: 150rpx;height: 150rpx;" src="/static/logo200.png" mode="widthFix">
       </image>
-      <uni-title type="h2" title="芋道移动端"></uni-title>
+      <uni-title type="h2" title="智企云"></uni-title>
     </view>
 
     <view class="content-section">

+ 5 - 5
pages/mine/help/index.vue

@@ -21,18 +21,18 @@
       return {
         list: [{
             icon: 'iconfont icon-github',
-            title: '芋道问题',
+            title: '智企云问题',
             childList: [{
-              title: '芋道开源吗?',
+              title: '智企云开源吗?',
               content: '开源'
             }, {
-              title: '芋道可以商用吗?',
+              title: '智企云可以商用吗?',
               content: '可以'
             }, {
-              title: '芋道官网地址多少?',
+              title: '智企云官网地址多少?',
               content: 'https://www.iocoder.cn'
             }, {
-              title: '芋道文档地址多少?',
+              title: '智企云文档地址多少?',
               content: 'https://doc.iocoder.cn'
             }]
           },