wkw 1 maand geleden
bovenliggende
commit
f23a47909d

+ 1 - 0
README.md

@@ -70,6 +70,7 @@ apply plugin: 'com.android.application'
 ```
 
 ```
+android\variables.gradle
 ext {
     minSdkVersion = 26
     compileSdkVersion = 35

+ 0 - 32
android/app/capacitor.build.gradle

@@ -1,32 +0,0 @@
-// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
-
-android {
-  compileOptions {
-      sourceCompatibility JavaVersion.VERSION_21
-      targetCompatibility JavaVersion.VERSION_21
-  }
-}
-
-apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
-dependencies {
-    implementation project(':aparajita-capacitor-biometric-auth')
-    implementation project(':capacitor-app')
-    implementation project(':capacitor-app-launcher')
-    implementation project(':capacitor-barcode-scanner')
-    implementation project(':capacitor-browser')
-    implementation project(':capacitor-device')
-    implementation project(':capacitor-inappbrowser')
-    implementation project(':capacitor-keyboard')
-    implementation project(':capacitor-local-notifications')
-    implementation project(':capacitor-push-notifications')
-    implementation project(':capacitor-status-bar')
-    implementation project(':capacitor-toast')
-    implementation project(':capgo-capacitor-updater')
-    implementation project(':capacitor-plugin-safe-area')
-
-}
-
-
-if (hasProperty('postBuildExtras')) {
-  postBuildExtras()
-}

+ 1 - 1
src/stores/modules/webSocketStore.js

@@ -722,7 +722,7 @@ export const useWebSocketStore = defineStore("webSocketStore", {
     },
     // 监控群系统消息
     listenGroupSystemMessage(message, msg = null) { 
-      // console.log('群系统消息', message, msg);
+      console.log('群系统消息', message, msg);
       // 解散群/提出群/退群
       if (message.messageType == MsgType.DELETE_GROUP || message.messageType == MsgType.REMOVE_GROUP || message.messageType == MsgType.EXIT_GROUP) {
         // 如果存在于users中(被提出或退出的人)或者解散群

+ 3 - 3
src/updater/update.json

@@ -1,7 +1,7 @@
 {
-  "version": "2.0.32",
-  "releaseDate": "2025-09-05 02:59:37",
-  "checksum": "53c9677c09788b49c7801fea2c7cfc6544156ebc16b23219a9192f6316764c31",
+  "version": "2.0.35",
+  "releaseDate": "2025-09-05 09:21:50",
+  "checksum": "5e0da2489fc67f7abbafc3294907a905e490dad419ecf029e780e9dec8efc794",
   "minBinaryVersion": "2.0.0",
   "mandatory": false,
   "upDataDescription": "✨修正一些錯誤。。。。!!!"

+ 1 - 1
src/views/im/detail/qrcode/index.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="container">
         <div class="content">
-            <groupAvatar class="img-icon" :users='wsStore.toUserInfo.avatar'></groupAvatar>
+            <groupAvatar class="img-icon" :users='wsStore.toUserInfo.avatars'></groupAvatar>
             <div class="title">群聊:{{wsStore.toUserInfo.nickname}}</div>
             <qrcode-vue
                 :value="qrtext"