Our team

Our team

許永慶

創辦人|藝術總監

許祐瑋

業務經理

吳采柔

日文翻譯助理

林芊溦

美術設計合作

蔡坤宏

合作設計師

合作藝術家

林弘韜

鋼琴家|作曲家

李翰威

編曲家|作曲家

王浩宇

單簧管演奏家|作曲家

劉佩欣

編曲家|作曲家

江品宣

音樂製作|聲音設計

許家綝

古箏演奏家

竹竿葛格

bass手|鼓手

Shopping Cart
document.querySelectorAll('.force-numeric input').forEach(function (input) { input.addEventListener('focus', function () { if (input.dataset.hinted) return; const hint = document.createElement('div'); hint.textContent = '建議使用英文輸入法,以免數字輸入錯亂'; hint.style.position = 'absolute'; hint.style.background = '#fef3c7'; hint.style.color = '#92400e'; hint.style.fontSize = '12px'; hint.style.padding = '6px 8px'; hint.style.borderRadius = '4px'; hint.style.boxShadow = '0 0 4px rgba(0,0,0,0.2)'; hint.style.zIndex = 1000; const rect = input.getBoundingClientRect(); hint.style.left = `${rect.left + window.scrollX}px`; hint.style.top = `${rect.bottom + window.scrollY + 5}px`; document.body.appendChild(hint); input.dataset.hinted = 'true'; setTimeout(() => hint.remove(), 4000); }); }); input.addEventListener('input', function () { if (/[0-9]/.test(input.value)) { // 顯示提醒框或紅色警告 input.classList.add('input-error'); // 或顯示訊息「偵測到非標準數字,請使用英文輸入法」 } else { input.classList.remove('input-error'); } });
Scroll to Top