Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pengjinning committed Jan 15, 2025
1 parent 6b1e7f2 commit 94274ad
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 273 deletions.
62 changes: 0 additions & 62 deletions modules/core/src/main/java/com/bytedesk/core/ip/IpEntity.java

This file was deleted.

87 changes: 0 additions & 87 deletions modules/core/src/main/java/com/bytedesk/core/ip/IpInterceptor.java

This file was deleted.

26 changes: 0 additions & 26 deletions modules/core/src/main/java/com/bytedesk/core/ip/IpRepository.java

This file was deleted.

47 changes: 0 additions & 47 deletions modules/core/src/main/java/com/bytedesk/core/ip/IpRequest.java

This file was deleted.

47 changes: 0 additions & 47 deletions modules/core/src/main/java/com/bytedesk/core/ip/IpResponse.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-06-27 11:12:55
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2024-06-27 12:05:48
* @LastEditTime: 2025-01-15 15:15:58
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
Expand All @@ -15,9 +15,7 @@

public enum IpTypeEnum {
WHITELIST,
WHITERANGE,
BLACKLIST,
BLACKRANGE;
BLACKLIST;

// 根据字符串查找对应的枚举常量
public static IpTypeEnum fromValue(String value) {
Expand Down

0 comments on commit 94274ad

Please sign in to comment.