Update Ann
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<!-- svelte-ignore a11y_click_events_have_key_events -->
|
||||
<span class="text-2xl font-extralight italic text-amber-400 hover:text-amber-600 cursor-pointer transition" role="button" tabindex="-1" onclick={() => {
|
||||
openURL('https://risuai.net')
|
||||
}}>Happy 1st Anniversary!</span>
|
||||
}}>Happy 2nd Anniversary!</span>
|
||||
</h1>
|
||||
{/if}
|
||||
{#if clicks >= 5}
|
||||
|
||||
@@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
|
||||
import type { PromptItem, PromptSettings } from '../process/prompt';
|
||||
import type { OobaChatCompletionRequestParams } from '../model/ooba';
|
||||
|
||||
export let appVer = "158.2.0"
|
||||
export let appVer = "158.2.1"
|
||||
export let webAppSubVer = ''
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user