From ef6621bf92e61def508d4c133c7c17c3c7327bf8 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 16 May 2025 21:28:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(core):=20=E6=96=B0=E5=A2=9E=E5=8F=8C?= =?UTF-8?q?=E6=96=9C=E6=9D=A0=20DOUBLE=5FSLASH=20=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../top/continew/starter/core/constant/StringConstants.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/continew-starter-core/src/main/java/top/continew/starter/core/constant/StringConstants.java b/continew-starter-core/src/main/java/top/continew/starter/core/constant/StringConstants.java index 624bd9b9..df86ded5 100644 --- a/continew-starter-core/src/main/java/top/continew/starter/core/constant/StringConstants.java +++ b/continew-starter-core/src/main/java/top/continew/starter/core/constant/StringConstants.java @@ -114,6 +114,11 @@ public class StringConstants { */ public static final String SLASH = "/"; + /** + * 双斜杠 {@code "//"} + */ + public static final String DOUBLE_SLASH = "//"; + /** * 反斜杠 {@code "\\"} */