upload build
This commit is contained in:
parent
3bb8197536
commit
3d1f3aac6c
2 changed files with 5 additions and 10 deletions
13
-/web.js
13
-/web.js
|
|
@ -14142,11 +14142,6 @@ var $;
|
|||
$mol_mem
|
||||
], $hd_canary_app_home_site.prototype, "tick", null);
|
||||
$.$hd_canary_app_home_site = $hd_canary_app_home_site;
|
||||
class $hd_canary_app_home_server extends $hyoo_crus_home.with({
|
||||
Users: $hyoo_crus_list_ref_to($hyoo_crus_ref),
|
||||
}) {
|
||||
}
|
||||
$.$hd_canary_app_home_server = $hd_canary_app_home_server;
|
||||
})($ || ($ = {}));
|
||||
|
||||
;
|
||||
|
|
@ -14215,16 +14210,16 @@ var $;
|
|||
my_key() {
|
||||
return this.$.$hyoo_crus_auth.current().lord().description;
|
||||
}
|
||||
server() {
|
||||
users() {
|
||||
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/join'));
|
||||
return this.$.$hyoo_crus_glob.Node(ref, $hyoo_crus_list_vary);
|
||||
}
|
||||
home() {
|
||||
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_home);
|
||||
if (this.server().has(home.ref()) == false) {
|
||||
if (this.users().has(home.ref()) == false) {
|
||||
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
|
||||
home.land().give(ref, $hyoo_crus_rank_rule);
|
||||
this.server().add(home.ref());
|
||||
this.users().add(home.ref());
|
||||
}
|
||||
return home;
|
||||
}
|
||||
|
|
@ -14240,7 +14235,7 @@ var $;
|
|||
], $hd_canary_app_monitor.prototype, "add_site", null);
|
||||
__decorate([
|
||||
$mol_mem
|
||||
], $hd_canary_app_monitor.prototype, "server", null);
|
||||
], $hd_canary_app_monitor.prototype, "users", null);
|
||||
__decorate([
|
||||
$mol_mem
|
||||
], $hd_canary_app_monitor.prototype, "home", null);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue