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,5 +2,5 @@ syntax = "proto3";
package data;
message composition {
repeated string array = 1;
repeated string array = 1;
}