1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-04 03:04:06 +02:00
This commit is contained in:
syuilo
2025-08-27 17:00:58 +09:00
parent 40a325cbe7
commit 5fef2332f4
2 changed files with 5 additions and 3 deletions

View File

@@ -16,9 +16,11 @@ import { onActivated, onDeactivated, onMounted, onUnmounted } from 'vue';
import MkAchievements from '@/components/MkAchievements.vue';
import { i18n } from '@/i18n.js';
import { definePage } from '@/page.js';
import { $i } from '@/i.js';
import { ensureSignin } from '@/i.js';
import { claimAchievement } from '@/utility/achievements.js';
const $i = ensureSignin();
let timer: number | null;
function viewAchievements3min() {