feat: add admin at onCreate

This commit is contained in:
CaiHQ
2022-05-03 00:04:26 +08:00
parent 3ab45488df
commit 1957d163b5
16 changed files with 504 additions and 69 deletions

10
backend/yjs/manifest.json Normal file → Executable file
View File

@@ -1,9 +1,9 @@
{
"main": "main.yjs",
"memory": "kill,init",
"doi": "Contract_1172400934",
"main": "Register.yjs",
"doi": "Contract_-1259280471",
"insnLimit": 0,
"buildTime": 1635385270646,
"buildTime": 1651497662646,
"builder": "ContractEngine",
"startAtUnpack": true
"startAtUnpack": false,
"sourcePath": "public/Register"
}