From 7cea589294a80380b44d83183e3f4ec1a10f640c Mon Sep 17 00:00:00 2001 From: Jack <3486688394@qq.com> Date: Tue, 21 Jan 2025 19:23:57 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Test/Program.cs b/Test/Program.cs index 512a0b8..887fdca 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -17,6 +17,8 @@ internal static class Program var b = config.Get("aaa.bbb", "1"); var c = config.Get("aaa.sss", "1"); var d = config.Get("bbb.sss", "1"); + + config.Delete("aaa.www"); } }