This commit is contained in:
aozhiwei 2023-06-14 13:33:33 +08:00
parent ec2bec7827
commit 037a00a2b0
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ function add(name) {
}
async function init() {
add('claim_box');
}
exports.init = init;