update 兼容4.1.3;精简文案

This commit is contained in:
gallonyin
2023-05-12 15:10:35 +08:00
parent 11b4fb9651
commit e6f240f0ec
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import com.blankj.utilcode.util.SPUtils
object Constant { object Constant {
val AVAILABLE_VERSION = arrayListOf("4.0.2", "4.0.6", "4.0.8", "4.0.10", "4.0.12", "4.0.16", "4.0.18", "4.0.19", "4.0.20", "4.1.0", "4.1.2") val AVAILABLE_VERSION = arrayListOf("4.0.2", "4.0.6", "4.0.8", "4.0.10", "4.0.12", "4.0.16", "4.0.18", "4.0.19", "4.0.20", "4.1.0", "4.1.2", "4.1.3")
const val PACKAGE_NAMES = "com.tencent.wework" const val PACKAGE_NAMES = "com.tencent.wework"
const val WEWORK_NOTIFY = "wework_notify" const val WEWORK_NOTIFY = "wework_notify"
const val LONG_INTERVAL = 5000L const val LONG_INTERVAL = 5000L

View File

@@ -26,7 +26,7 @@ public class WeworkMessageBean {
* 进入群聊并修改群配置 INTO_GROUP_AND_CONFIG * 进入群聊并修改群配置 INTO_GROUP_AND_CONFIG
* 推送微盘图片 PUSH_MICRO_DISK_IMAGE * 推送微盘图片 PUSH_MICRO_DISK_IMAGE
* 推送微盘文件 PUSH_MICRO_DISK_FILE * 推送微盘文件 PUSH_MICRO_DISK_FILE
* 推送任意小程序 PUSH_MICROPROGRAM * 推送小程序 PUSH_MICROPROGRAM
* 推送腾讯文档 PUSH_OFFICE * 推送腾讯文档 PUSH_OFFICE
* 通过当前所有好友请求 PASS_ALL_FRIEND_REQUEST * 通过当前所有好友请求 PASS_ALL_FRIEND_REQUEST
* 按手机号添加好友 ADD_FRIEND_BY_PHONE * 按手机号添加好友 ADD_FRIEND_BY_PHONE

View File

@@ -97,7 +97,7 @@
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="群聊过长时获取群聊全称(性能降低)" android:text="群聊过长时获取群聊全称(性能降低)"
android:textColor="@color/color_999999" android:textColor="@color/color_999999"
android:textSize="@dimen/setting_end_font_size" /> android:textSize="@dimen/setting_end_font_size" />
@@ -139,7 +139,7 @@
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="更新群信息时回调二维码(性能降低)" android:text="更新群信息时回调二维码(性能降低)"
android:textColor="@color/color_999999" android:textColor="@color/color_999999"
android:textSize="@dimen/setting_end_font_size" /> android:textSize="@dimen/setting_end_font_size" />
@@ -219,14 +219,14 @@
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="消息回调" android:text="设置消息回调"
android:textColor="@color/color_333333" android:textColor="@color/color_333333"
android:textSize="@dimen/setting_start_font_size" /> android:textSize="@dimen/setting_start_font_size" />
<TextView <TextView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="设置回调地址接收处理新消息(详见文档)" android:text="回调地址接收处理新消息(详见文档)"
android:textColor="@color/color_999999" android:textColor="@color/color_999999"
android:textSize="@dimen/setting_end_font_size" /> android:textSize="@dimen/setting_end_font_size" />