From 1f58ac547693813abbdbf085a40958b615124394 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 30 Mar 2023 16:48:08 +0800 Subject: [PATCH] fix: remove test --- utils/face.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/face.js b/utils/face.js index 607d48e..76d5b45 100644 --- a/utils/face.js +++ b/utils/face.js @@ -1,5 +1,5 @@ import _ from 'lodash' -import {segment} from "oicq"; +// import {segment} from "oicq"; export const faceMap = { 0: '惊讶', 1: '撇嘴', @@ -541,4 +541,4 @@ export function testConvertFaces () { }) } -testConvertFaces() +// testConvertFaces()