戒酒的李白

【index.js】统一封装js函数,方便调用

  1 +import Picker from './picker.js'
  2 +import Database from './database.js'
  3 +export { Picker, Database }