Skip to content

Commit

Permalink
reg: update
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Nov 27, 2023
1 parent 84908c4 commit 6bb1f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ function titleFormat(title) {
function format_sub_title(raw, multiSpace = '') {
let res = raw
res = res.replace(/[\[\]()+*.\\/\-—–?${}@!&\n\r~`|=#…%;;::'"<>。,,《》【】「」、!¥()~]/g, ' ')
res = res.replace(/\d+月\d+日?会员(资源)?/g, ' ')
// res = res.replace(/\d+月\d+日?会员(资源)?/g, ' ')
res = res.replace(/福利(姬)?/g, ' ')
res = res.replace(/COS(ER)?/ig, ' ')
// res = res.replace(/COS(ER)?/ig, ' ')
res = res.replace(/写真(集|套图)/g, ' ')
res = res.replace(/标题:?/g, ' ')
res = res.replace(/(网红|套图)/g, ' ')
Expand Down

0 comments on commit 6bb1f69

Please sign in to comment.