戒酒的李白

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

import Picker from './picker.js'
import Database from './database.js'
export { Picker, Database }
... ...