upload build

This commit is contained in:
koplenov 2025-08-19 05:04:48 +03:00
parent 3bb8197536
commit 3d1f3aac6c
2 changed files with 5 additions and 10 deletions

View file

@ -14142,11 +14142,6 @@ var $;
$mol_mem $mol_mem
], $hd_canary_app_home_site.prototype, "tick", null); ], $hd_canary_app_home_site.prototype, "tick", null);
$.$hd_canary_app_home_site = $hd_canary_app_home_site; $.$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() { my_key() {
return this.$.$hyoo_crus_auth.current().lord().description; return this.$.$hyoo_crus_auth.current().lord().description;
} }
server() { users() {
const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/join')); const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/join'));
return this.$.$hyoo_crus_glob.Node(ref, $hyoo_crus_list_vary); return this.$.$hyoo_crus_glob.Node(ref, $hyoo_crus_list_vary);
} }
home() { home() {
const home = this.$.$hyoo_crus_glob.home($hd_canary_app_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')); const ref = $hyoo_crus_ref(this.$.$mol_fetch.text('/ref'));
home.land().give(ref, $hyoo_crus_rank_rule); home.land().give(ref, $hyoo_crus_rank_rule);
this.server().add(home.ref()); this.users().add(home.ref());
} }
return home; return home;
} }
@ -14240,7 +14235,7 @@ var $;
], $hd_canary_app_monitor.prototype, "add_site", null); ], $hd_canary_app_monitor.prototype, "add_site", null);
__decorate([ __decorate([
$mol_mem $mol_mem
], $hd_canary_app_monitor.prototype, "server", null); ], $hd_canary_app_monitor.prototype, "users", null);
__decorate([ __decorate([
$mol_mem $mol_mem
], $hd_canary_app_monitor.prototype, "home", null); ], $hd_canary_app_monitor.prototype, "home", null);

File diff suppressed because one or more lines are too long