Skip to content

Commit b95b0c5

Browse files
committed
update: README
1 parent 9b52f48 commit b95b0c5

9 files changed

+87
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot;
8+
internal class ControllerBase
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot;
8+
internal class MessageResult
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot.Routing;
8+
internal class BindCaptchaAttribute
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot.Routing;
8+
internal class BindFriendMessageAttribute
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot.Routing;
8+
internal class BindGroupMessageAttribute
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot.Routing;
8+
internal class BindMessageAttribute
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot.Routing;
8+
internal class BindOfflineAttribute
9+
{
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
4+
using System.Text;
5+
using System.Threading.Tasks;
6+
7+
namespace CameraCaptureBot.Core.Bot.Routing;
8+
internal class BindOnlineAttribute
9+
{
10+
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Build Status: ![Build](https://github.com/nidbCN/CameraCaptureBot/actions/workfl
3030
* Tag: `latest`
3131
* Name: `registry.cn-beijing.aliyuncs.com/nidb-cr/camera-capture-bot:latest`
3232

33+
#### Release v8.1.5.6
34+
35+
* Tag: `8.1.5.6`
36+
* Id: `78e0abb15468ae527be724bc13a6e8ce250b513eb014329ac413719a9c757486`
37+
* Digest: `2771b4a54d6c557dcba5a8eb0b551f0f9c173ae826d2bec43ff856f26153e9d1`
38+
* Name: `registry.cn-beijing.aliyuncs.com/nidb-cr/camera-capture-bot:8.1.5.6`
39+
3340
#### Release v8.1.5.4
3441

3542
* Tag: `8.1.5.4`

0 commit comments

Comments
 (0)