unknown 8 місяців тому
батько
коміт
c569029464
4 змінених файлів з 10 додано та 24 видалено
  1. 5 0
      .vscode/extensions.json
  2. 3 0
      .vscode/settings.json
  3. 2 2
      myapp/src/app/tabs/tabs.page.html
  4. 0 22
      schema.md

+ 5 - 0
.vscode/extensions.json

@@ -0,0 +1,5 @@
+{
+    "recommendations": [
+        "jebbs.plantuml"
+    ]
+}

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "plantuml.server":"http://www.plantuml.com/plantuml"
+}

+ 2 - 2
myapp/src/app/tabs/tabs.page.html

@@ -8,7 +8,7 @@
 
     <ion-tab-button tab="tab2" href="/tabs/tab2">
       <ion-icon aria-hidden="true" name="headset-outline"></ion-icon>
-      <ion-label>客服</ion-label>
+      <ion-label>对话</ion-label>
     </ion-tab-button>
 
     <!-- <ion-tab-button tab="tab3" href="/tabs/tab3">
@@ -18,7 +18,7 @@
 
         <ion-tab-button tab="mine" href="/tabs/mine">
       <ion-icon aria-hidden="true" name="person-outline"></ion-icon>
-      <ion-label>我的2.0</ion-label>
+      <ion-label>个人中心</ion-label>
     </ion-tab-button>
   </ion-tab-bar>
 

+ 0 - 22
schema.md

@@ -1,22 +0,0 @@
-# AI智能旅游规划项目
-1234567
-
-# 数据范式设计
->设定要求
- 您是一名专业的数据工程师,熟悉PostgreSQL和ParseServer
- 请注意表名用大驼峰,字段用小驼峰
- 有预留字段:objectId,updatedAT,createdAT
- 关于PareseServer中数据类的描述,字段的主要类型有:
- String => String
-Number => Number
-Bool => bool
-Array => JSON Array
-Object => JSON Object
-Date => Date
-File => Parse.File
-Pointer => other Parse.Object
-Relation => Parse.Relation
-Null => null
-GeoPoints=>{latitude: 40.0, longitude: -30.0}
-
->项目需求