From 93c73833e09ffc46a66421d75d26c49d4ef5c7bf Mon Sep 17 00:00:00 2001 From: eatmoreapple Date: Sun, 8 Jan 2023 23:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A5=BD=E5=8F=8B=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/global.go b/global.go index a2198ad..4dc5e71 100644 --- a/global.go +++ b/global.go @@ -143,11 +143,7 @@ var imageType = map[string]struct{}{ "jpg": {}, } -var videoType = "mp4" - -// ZombieText 检测僵尸好友字符串 -// 发送该字符给好友,能正常发送不报错的为正常好友,否则为僵尸好友 -const ZombieText = "وُحfخe ̷̴̐nخg ̷̴̐cخh ̷̴̐aخo امارتيخ ̷̴̐خ\n" +const videoType = "mp4" // FileHelper 文件传输助手 const FileHelper = "filehelper"