6 lines
173 B
JavaScript
6 lines
173 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: 'Points Details',
|
|
emptyTpis: 'You don\'t have any points records yet!',
|
|
pointExplain: 'Points Explanation'
|
|
} |