feat:添加定时早安

This commit is contained in:
haibaraguo
2021-09-05 02:14:25 +08:00
parent d7f3e3ed79
commit c8e7e19934
15 changed files with 304 additions and 279 deletions

View File

@@ -2,6 +2,6 @@ syntax = "proto3";
package manager;
message config {
map<uint64, bool> checkin = 1;
map<uint64, string> welcome = 2;
map<uint64, bool> checkin = 1;
map<uint64, string> welcome = 2;
}