官网开发 0810

This commit is contained in:
eafonyang
2026-08-10 14:56:44 +08:00
parent c9a1d9c576
commit 48510739a7
20 changed files with 636 additions and 53 deletions
+8
View File
@@ -0,0 +1,8 @@
-- 产品详情(product_id=1)参数区块「单端耳机输出性能参数(6.35mm输出)」参数项
-- 区块:www_section_blocks.id=28spec_table),分组已预建:gid=6
INSERT INTO www_spec_items (spec_group_id, name_zh, name_en, value_zh, value_en, sort_order) VALUES
(6, '高增益', 'High Gain', 'L+R≥2900mW+2900mW16Ω,THD+N1%', 'L+R≥2900mW+2900mW (16Ω, THD+N < 1%)', 0),
(6, '输出阻抗', 'Output Impedance', '', '< 1Ω', 1),
(6, '总谐波失真', 'THD+N', '<−115dB (1kHz/0dB@32Ω)', '< -115dB (1kHz/0dB@32Ω)', 2),
(6, '信噪比', 'SNR', '≥121dB', '≥121dB', 3);