Files
admin/db/migrations/x11_product2_spec_input.sql
T
2026-08-10 18:50:14 +08:00

49 lines
2.2 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.
-- 产品 id=2 参数规格区块(www_section_blocks.id=43)「输入」分组(www_spec_groups.id=10)参数项录入
-- 中英文按产品资料录入;同一参数中英文不一致时以英文值为准(含拼写勘误:TIRGGER→TRIGGER、去除中文多余字符)
INSERT INTO www_spec_items (spec_group_id, name_zh, name_en, value_zh, value_en, sort_order) VALUES
(10, 'USB-A Port', 'USB-A Port',
'仅限更新固件用',
'For Firmware Updates Only', 0),
(10, 'USB-B Port', 'USB-B Port',
'USB Audio系统兼容性: Windows (10, 11)AndroidIOS系统 最高支持立体声 DSD512PCM 768KHz/32Bit',
'USB Audio System Compatibility: Windows (10, 11), Android, iOS; Supports up to Stereo DSD512, PCM 768kHz/32-Bit', 1),
(10, 'USB Type-C', 'USB Type-C',
'USB Audio系统兼容性: Windows (10, 11)AndroidIOS系统 最高支持立体声 DSD512PCM 768KHz/32Bit',
'USB Audio System Compatibility: Windows (10, 11), Android, iOS; Supports up to Stereo DSD512, PCM 768kHz/32-Bit', 2),
(10, '模拟单端(输入)', 'Analog (unbalanced input)',
'RAC*2(非平衡),最大增益 +10dB',
'RAC*2 (unbalanced)Max Gain +10dB', 3),
(10, '光纤', 'Optical',
'最高支持立体声 PCM 192KHz 24Bit、DoP64',
'Support up to PCM 192KHz 24-bitDoP64', 4),
(10, '同轴', 'Coaxial',
'RAC*1',
'RAC*1', 5),
(10, '蓝牙接收5.0', 'Bluetooth input',
'蓝牙BT5.0,支持SBC/AAC',
'BT5.0support AAC/SBC', 6),
(10, 'HDMI ARC', 'HDMI ARC',
'最高支持立体声PCM 192KHz 24Bit',
'support PCM 192KHz 24-bit', 7),
(10, 'TRIGGER接口', 'TRIGGER Connection',
'标准3.5mm耳机插座(TRIGGER IN接口*1+TRIGGER OUT接口*1',
'3.5mm Headphone Jack (TRIGGER IN ×1 + TRIGGER OUT ×1)', 8),
(10, 'WiFi', 'WiFi',
'WiFi 2.4G / 5G',
'WiFi 2.4G / 5G', 9),
(10, '音量旋钮', 'Volume Knob',
'编码器旋钮',
'Encoder Knob', 10),
(10, '开机按钮', 'Power Button',
'单按静音,长按待机',
'Single Press: Mute, Long Press: Standby', 11),
(10, '电源开关', 'Power Switch',
'船形开关',
'Rocker Switch', 12),
(10, '电源', 'Power Supply',
'AC 100-240V~50/60Hz',
'AC 100-240V~50/60Hz', 13),
(10, '遥控器', 'Controller',
'红外遥控器12键',
'12-Button Infrared Remote Control', 14);