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
c7e18bd5
Unverified
Commit
c7e18bd5
authored
Feb 25, 2026
by
Wesley Liddick
Committed by
GitHub
Feb 25, 2026
Browse files
Merge pull request #627 from touwaeriol/pr/bugfixes-and-enhancements
feat: 反重力(Antigravity)增强、Failover 重构及新模型支持
parents
516f8f28
8365a832
Changes
41
Hide whitespace changes
Inline
Side-by-side
frontend/vitest.config.ts
View file @
c7e18bd5
import
{
defineConfig
}
from
'
vitest/config
'
import
vue
from
'
@vitejs/plugin-vue
'
import
{
resolve
}
from
'
path
'
export
default
defineConfig
({
plugins
:
[
vue
()],
resolve
:
{
alias
:
{
'
@
'
:
resolve
(
__dirname
,
'
src
'
),
'
vue-i18n
'
:
'
vue-i18n/dist/vue-i18n.runtime.esm-bundler.js
'
}
},
define
:
{
__INTLIFY_JIT_COMPILATION__
:
true
},
test
:
{
globals
:
true
,
environment
:
'
jsdom
'
,
...
...
@@ -37,8 +32,6 @@ export default defineConfig({
lines
:
80
}
}
},
setupFiles
:
[
'
./src/__tests__/setup.ts
'
],
testTimeout
:
10000
}
}
})
Prev
1
2
3
Next
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