add country flag emoji and svg

This commit is contained in:
Luk Lu
2023-02-05 13:43:16 +08:00
parent e0408f5000
commit 871fa975b0
7 changed files with 1256 additions and 1717 deletions

View File

@@ -1,8 +1,4 @@
const coretool = require('wo-core-toolkit')
const money = require('./money.js')
const moneyEn = require('./money.js')
const moneyZh = require('./money_zhCN.js')
let moneyNew = {}
for (let code of Object.keys(moneyEn)) {