Skip to content

Commit

Permalink
更新 download.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bighu630 authored Dec 8, 2024
1 parent f9c2364 commit 38b8222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func convertOgaToOggOpus(inputFile, outputFile string) error {

func EscapeMarkdownChars(input string) string {
// 定义需要转义的特殊字符
specialChars := "_*[]()~`>#+-=|{}.!"
specialChars := "_[]()~>#+-=|{}.!"
// 创建一个 Builder 来高效拼接字符串
var builder strings.Builder
for _, char := range input {
Expand Down

0 comments on commit 38b8222

Please sign in to comment.