This commit is contained in:
2025-05-20 02:46:03 +07:00
parent e38b7ebb88
commit 153b50d3a2
4 changed files with 167 additions and 112 deletions
+3 -2
View File
@@ -105,8 +105,9 @@ message TeamAdvanced {
int64 id = 1;
string name = 2;
string password = 3;
int64 spendTime = 4;
repeated Application applications = 5;
string url = 4;
int64 spendTime = 5;
repeated Application applications = 6;
}
message Application {