Commit 11ff73b5 authored by song's avatar song
Browse files

fix: align migration checksum and import formatTime

parent 3ecadf4a
-- 043b_add_group_invalid_request_fallback.sql -- 043_add_group_invalid_request_fallback.sql
-- 添加无效请求兜底分组配置 -- 添加无效请求兜底分组配置
-- 添加 fallback_group_id_on_invalid_request 字段:无效请求兜底使用的分组 -- 添加 fallback_group_id_on_invalid_request 字段:无效请求兜底使用的分组
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
import { computed } from 'vue' import { computed } from 'vue'
import { useI18n } from 'vue-i18n' import { useI18n } from 'vue-i18n'
import type { Account } from '@/types' import type { Account } from '@/types'
import { formatCountdownWithSuffix } from '@/utils/format' import { formatCountdownWithSuffix, formatTime } from '@/utils/format'
const { t } = useI18n() const { t } = useI18n()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment