enhance(frontend): アカウント初期設定ウィザードにプライバシー設定を追加
This commit is contained in:
@@ -37,10 +37,6 @@ import { chooseFileFromPc } from '@/scripts/select-file';
|
||||
import * as os from '@/os';
|
||||
import { $i } from '@/account';
|
||||
|
||||
const emit = defineEmits<{
|
||||
(ev: 'done'): void;
|
||||
}>();
|
||||
|
||||
const name = ref('');
|
||||
const description = ref('');
|
||||
|
||||
|
Reference in New Issue
Block a user