We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84792ea commit cbc3c1bCopy full SHA for cbc3c1b
translate/utils.go
@@ -2,7 +2,7 @@
2
* @Author: Vincent Young
3
* @Date: 2024-09-16 11:59:24
4
* @LastEditors: Vincent Yang
5
- * @LastEditTime: 2024-11-01 00:39:32
+ * @LastEditTime: 2025-04-08 14:27:21
6
* @FilePath: /DeepLX/translate/utils.go
7
* @Telegram: https://t.me/missuo
8
* @GitHub: https://github.com/missuo
@@ -55,8 +55,3 @@ func formatPostString(postData *PostData) string {
55
56
return postStr
57
}
58
-
59
-// isRichText checks if text contains HTML-like tags
60
-func isRichText(text string) bool {
61
- return strings.Contains(text, "<") && strings.Contains(text, ">")
62
-}
0 commit comments