mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-07-24 08:41:52 +08:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
let en = {
|
|
content: "this is english"
|
|
}
|
|
|
|
module.exports = {
|
|
content: en
|
|
} |