Browse Source

Merge branch 'master' of http://git.fmode.cn:3000/13576288855/202226701011

TUSL 2 months ago
parent
commit
d823421e97
3 changed files with 764 additions and 35 deletions
  1. 761 34
      FitMind-app/package-lock.json
  2. 2 0
      FitMind-app/package.json
  3. 1 1
      FitMind-app/src/app/tab1/tab1.page.html

File diff suppressed because it is too large
+ 761 - 34
FitMind-app/package-lock.json


+ 2 - 0
FitMind-app/package.json

@@ -27,8 +27,10 @@
     "@capacitor/keyboard": "6.0.3",
     "@capacitor/status-bar": "6.0.2",
     "@ionic/angular": "^8.0.0",
+    "express": "^4.21.2",
     "fmode-ng": "^0.0.62",
     "ionicons": "^7.2.1",
+    "parse-server": "^7.3.0",
     "rxjs": "~7.8.0",
     "tslib": "^2.3.0",
     "zone.js": "~0.14.2"

+ 1 - 1
FitMind-app/src/app/tab1/tab1.page.html

@@ -8,7 +8,7 @@
   <!-- 标签切换 -->
   <ion-segment [(ngModel)]="selectedTab" color="secondary">
     <ion-segment-button value="recommend">
-      推荐活动
+      推荐活动123
     </ion-segment-button>
     <ion-segment-button value="activities">
       活动

Some files were not shown because too many files changed in this diff