export default function (params) { return { HELLO: '你好', TOTAL: `共${params}条` } }