Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
11ff73b5
Commit
11ff73b5
authored
Feb 03, 2026
by
song
Browse files
fix: align migration checksum and import formatTime
parent
3ecadf4a
Changes
2
Show whitespace changes
Inline
Side-by-side
backend/migrations/043b_add_group_invalid_request_fallback.sql
View file @
11ff73b5
-- 043
b
_add_group_invalid_request_fallback.sql
-- 043_add_group_invalid_request_fallback.sql
-- 添加无效请求兜底分组配置
-- 添加 fallback_group_id_on_invalid_request 字段:无效请求兜底使用的分组
...
...
frontend/src/components/account/AccountStatusIndicator.vue
View file @
11ff73b5
...
...
@@ -121,7 +121,7 @@
import
{
computed
}
from
'
vue
'
import
{
useI18n
}
from
'
vue-i18n
'
import
type
{
Account
}
from
'
@/types
'
import
{
formatCountdownWithSuffix
}
from
'
@/utils/format
'
import
{
formatCountdownWithSuffix
,
formatTime
}
from
'
@/utils/format
'
const
{
t
}
=
useI18n
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment