parent
a7ee4aabcb
commit
23f106a0c1
26 changed files with 628 additions and 573 deletions
|
@ -40,7 +40,7 @@ import MkInfo from '@/components/MkInfo.vue';
|
|||
import * as os from '@/os';
|
||||
import { ColdDeviceStorage, defaultStore } from '@/store';
|
||||
import { unisonReload } from '@/scripts/unison-reload';
|
||||
import { stream } from '@/stream';
|
||||
import { useStream } from '@/stream';
|
||||
import { $i } from '@/account';
|
||||
import { i18n } from '@/i18n';
|
||||
import { version, host } from '@/config';
|
||||
|
@ -125,7 +125,7 @@ type Profile = {
|
|||
};
|
||||
};
|
||||
|
||||
const connection = $i && stream.useChannel('main');
|
||||
const connection = $i && useStream().useChannel('main');
|
||||
|
||||
let profiles = $ref<Record<string, Profile> | null>(null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue