16 lines
2.7 KiB
SQL
16 lines
2.7 KiB
SQL
-- 产品 id=2 参数规格区块(www_section_blocks.id=43)「基本规格」分组(www_spec_groups.id=8)参数项录入
|
||
-- 英文按产品资料原文录入,中文为对应翻译;sort_order 按展示顺序递增
|
||
INSERT INTO www_spec_items (spec_group_id, name_zh, name_en, value_zh, value_en, sort_order) VALUES
|
||
(8, '型号', 'Model', 'X9', 'X9', 0),
|
||
(8, '显示屏', 'Display', '4 英寸 TFT 全贴合触摸屏(960×400)', '4-inch TFT Fully Laminated Touchscreen (960X400)', 1),
|
||
(8, '硬件方案', 'Hardware solution','DAC:AK4191EQ+AK4499EX;蓝牙解码:QCC5125', 'DAC: AK4191EQ+AK4499EX; Bluetooth decoding: QCC5125', 2),
|
||
(8, '音频处理器', 'Audio processor', 'AKM 7739 DSP', 'AKM 7739 DSP', 3),
|
||
(8, '运放芯片', 'Op-Amp chip', 'OPA1612', 'OPA1612', 4),
|
||
(8, '尺寸', 'dimension', '宽:300mm × 长:206mm × 高:65mm', 'Width: 300mm * Length: 206mm * Height: 65mm', 5),
|
||
(8, '电源', 'Power supply', '超低噪声线性电源', 'Ultra-Low Noise Linear Power Supply', 6),
|
||
(8, '额定功率', 'Rated Power', '25W', '25W', 7),
|
||
(8, '包装清单', 'Packing list', '电源线 ×1、遥控器 ×1、USB-B 线缆 ×1、用户手册 ×1', 'Power Cable ×1, Remote Controller ×1, USB-B Cable×1, User Manual ×1', 8),
|
||
(8, '颜色', 'Color', '银色', 'Silver', 9),
|
||
(8, '重量', 'Weight', '3.72kg', '3.72kg', 10),
|
||
(8, '操作方式', 'Operation method', '触摸屏、红外 + 蓝牙遥控、Luxsin App(兼容 Android 和 iOS)', 'Touchscreen, Infrared + Bluetooth Remote Control, Luxsin App (compatible with Android and iOS)', 11);
|