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