feat: 新增灵田 秘境结算持久化
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Furion;
|
||||
using Microsoft.AspNetCore.HttpOverrides;
|
||||
using NapCatRobotClient.Core.Helper;
|
||||
using NapCatRobotClient.Service.BackGround;
|
||||
using System.Net;
|
||||
|
||||
namespace NapCatRobotClient.API
|
||||
@@ -18,6 +19,9 @@ namespace NapCatRobotClient.API
|
||||
builder.Services.AddEndpointsApiExplorer();
|
||||
builder.Services.AddSwaggerGen();
|
||||
|
||||
builder.Services.AddHostedService<MijingBackGroundWorker>();
|
||||
builder.Services.AddHostedService<LingTianBackGroundWorker>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
app.UseInject(string.Empty);
|
||||
|
||||
@@ -149,6 +149,7 @@
|
||||
"😲🏹🇿🐦": "惊弓之鸟",
|
||||
"🐓✈️🥚🤛": "鸡飞蛋打",
|
||||
"🐴🌾🍊🏹": "马到成功",
|
||||
"😋🥂🤹♂️😀": "吃喝玩乐"
|
||||
"😋🥂🤹♂️😀": "吃喝玩乐",
|
||||
"📟🐝🗣🌧": "呼风唤雨"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user