+发信代码

Signed-off-by: Eicy <im@crash.work>
This commit is contained in:
2024-12-18 01:43:47 +08:00
parent 1051517140
commit 2b7632344e
2 changed files with 16 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ using Lagrange.Core;
using Lagrange.Core.Common;
using Lagrange.Core.Common.Interface;
using Lagrange.Core.Common.Interface.Api;
using Lagrange.Core.Event.EventArg;
using Shrink.Utility;
using Console = System.Console;
@@ -19,7 +20,6 @@ public class QrCode
{
get
{
// 双重检查锁定
if (_instance != null) return _instance;
lock (Lock)
{