Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
syntax = "proto3";
package version;
message VerUpdate{
string ver=1;
int32 build=2;
string info=3;
int32 size=4;
string url=5;
string hash=6;
int32 policy=7;
int32 isForce=8;
int32 isGray=9;
int64 mtime=10;
}