upload build

This commit is contained in:
koplenov 2025-08-23 03:44:04 +03:00
parent 0227bf4c47
commit ca2000affd
6 changed files with 9 additions and 12 deletions

View file

@ -16293,7 +16293,6 @@ var $;
if (panel == null) if (panel == null)
return this.$.$hyoo_crus_glob.home($hd_canary_app_home); return this.$.$hyoo_crus_glob.home($hd_canary_app_home);
const ref = $hyoo_crus_ref(panel); const ref = $hyoo_crus_ref(panel);
console.log({ asdasdasdas1: this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) });
if (this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) == false) { if (this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) == false) {
this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).add(ref); this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).add(ref);
} }
@ -16323,10 +16322,10 @@ var $;
home() { home() {
let home = this.panel(); let home = this.panel();
if (this.can_access()) { if (this.can_access()) {
home.land().give(null, $hyoo_crus_rank_rule); home.land().give(null, $hyoo_crus_rank_read);
if (this.users().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_post("just"));
this.users().add(home.ref()); this.users().add(home.ref());
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -16284,7 +16284,6 @@ var $;
if (panel == null) if (panel == null)
return this.$.$hyoo_crus_glob.home($hd_canary_app_home); return this.$.$hyoo_crus_glob.home($hd_canary_app_home);
const ref = $hyoo_crus_ref(panel); const ref = $hyoo_crus_ref(panel);
console.log({ asdasdasdas1: this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) });
if (this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) == false) { if (this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) == false) {
this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).add(ref); this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).add(ref);
} }
@ -16314,10 +16313,10 @@ var $;
home() { home() {
let home = this.panel(); let home = this.panel();
if (this.can_access()) { if (this.can_access()) {
home.land().give(null, $hyoo_crus_rank_rule); home.land().give(null, $hyoo_crus_rank_read);
if (this.users().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_post("just"));
this.users().add(home.ref()); this.users().add(home.ref());
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -15090,7 +15090,6 @@ var $;
if (panel == null) if (panel == null)
return this.$.$hyoo_crus_glob.home($hd_canary_app_home); return this.$.$hyoo_crus_glob.home($hd_canary_app_home);
const ref = $hyoo_crus_ref(panel); const ref = $hyoo_crus_ref(panel);
console.log({ asdasdasdas1: this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) });
if (this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) == false) { if (this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).has(ref) == false) {
this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).add(ref); this.$.$hyoo_crus_glob.home($hd_canary_app_home).SharedPresets(null).add(ref);
} }
@ -15120,10 +15119,10 @@ var $;
home() { home() {
let home = this.panel(); let home = this.panel();
if (this.can_access()) { if (this.can_access()) {
home.land().give(null, $hyoo_crus_rank_rule); home.land().give(null, $hyoo_crus_rank_read);
if (this.users().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_post("just"));
this.users().add(home.ref()); this.users().add(home.ref());
} }
} }

File diff suppressed because one or more lines are too long