Files
admin/db/migrations/x8_io_specs.sql
T
2026-08-10 14:56:44 +08:00

16 lines
1.4 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 产品详情(product_id=1)参数区块「输入 / 输出」参数项
-- 区块:www_section_blocks.id=28spec_table),分组:www_spec_groups.id=2(输入 / 输出)
INSERT INTO www_spec_items (spec_group_id, name_zh, name_en, value_zh, value_en, sort_order) VALUES
(2, 'USB-A 输入', 'USB-A Input', '用于本地固件更新', 'For local firmware update', 0),
(2, 'USB-B 输入', 'USB-B Input', '最高支持 PCM 768kHz/32bit; DSD512(Native)', 'Up to PCM 768kHz/32bit; DSD512(Native)', 1),
(2, 'USB-C 输入', 'USB-C Input', '最高支持 PCM 768kHz/32bit; DSD512(Native)', 'Up to PCM 768kHz/32bit; DSD512(Native)', 2),
(2, 'IIS 输入', 'IIS Input', '最高支持 PCM 768kHz/32bit; DSD512(Native)', 'Up to PCM 768kHz/32bit; DSD512(Native)', 3),
(2, '同轴输入', 'Coaxial Input', '最高支持 PCM 192kHz/24bit', 'Up to PCM 192kHz/24bit', 4),
(2, '光纤输入', 'Optical Input', '最高支持 PCM 192kHz/24bit', 'Up to PCM 192kHz/24bit', 5),
(2, 'TRIGGER IN', 'TRIGGER IN', '标准3.5mm耳机插座', 'Standard 3.5mm headphone jack', 6),
(2, 'TRIGGER OUT', 'TRIGGER OUT', '标准3.5mm耳机插座', 'Standard 3.5mm headphone jack', 7),
(2, '模拟输出接口', 'Analog Output', 'RCA', 'RCA', 8),
(2, '数字输出接口', 'Balanced Output', 'XLR', 'XLR', 9),
(2, '耳机输出接口', 'Headphone Output', '6.35mm(非平衡),4.4mm(平衡),4 pin XLR(平衡)', '6.35mm (Unbalanced), 4.4mm (Balanced), 4 pin XLR (Balanced)', 10);