Skip to content

Commit

Permalink
Redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Aug 18, 2024
1 parent 7ce9b4d commit fe705ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1181,9 +1181,6 @@ export class Process {
if (this.DenyEdit()) {
return new Result(false, "你被禁止修改标签");
}
if (Data["Content"] === "") {
return new Result(false, "标签内容不能为空");
}
if (Data["Content"].length > 20) {
return new Result(false, "标签内容过长");
}
Expand Down

0 comments on commit fe705ca

Please sign in to comment.