vibrateShort.js 102 B

1234
  1. let vibrateShortFn = () => {
  2. console.log('短震动')
  3. }
  4. export const vibrateShort = vibrateShortFn