mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
fix: 将请求详情抽屉的请求头默认数据源改为提供商
This commit is contained in:
@@ -559,7 +559,7 @@ const activeTab = ref('request-body')
|
||||
const copiedStates = ref<Record<string, boolean>>({})
|
||||
const viewMode = ref<'compare' | 'formatted' | 'raw'>('formatted')
|
||||
const currentExpandDepth = ref(0)
|
||||
const dataSource = ref<'client' | 'provider'>('client')
|
||||
const dataSource = ref<'client' | 'provider'>('provider')
|
||||
const contentViewMode = ref<'json' | 'conversation'>('json')
|
||||
const { copyToClipboard } = useClipboard()
|
||||
const historicalPricing = ref<{
|
||||
|
||||
Reference in New Issue
Block a user