Add advanced ai

This commit is contained in:
Emily
2024-09-16 01:03:49 +02:00
parent 4c46a36c75
commit c3904ebd55
19 changed files with 641 additions and 194 deletions

View File

@@ -31,7 +31,7 @@ const sections: Section[] = [
label: 'Slack support', icon: 'fab fa-slack',
premiumOnly: true,
action() {
if (isGuest) return;
if (isGuest.value === true) return;
if (isPremium.value === true) {
window.open('https://join.slack.com/t/litlyx/shared_invite/zt-2q3oawn29-hZlu_fBUBlc4052Ooe3FZg', '_blank');
} else {