Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlb0224 committed Apr 10, 2024
1 parent 63e1e45 commit d7c74b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/preferenceScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,4 @@ function strToFixedTagColor(str: string = "") {
?.map((a) => a.match(/[\s,;]*(.*?)[\s,;]*(#[0-9a-fA-F]{6})/))
.map((a) => ({ tag: a?.[1], color: a?.[2] }));
}
strToFixedTagColor();
strToFixedTagColor();

0 comments on commit d7c74b6

Please sign in to comment.