@lazy-cjk/zh-convert-table
Version:
23 lines • 647 B
JavaScript
;
/**
* 此檔案內放置無視結果強制取代的表格
* 主要用於在安全模式下依然可以多對一
*
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.table_cn2tw_min_plus = exports.table_tw2cn_min_plus = exports.table_cn2tw_plus = exports.table_tw2cn_plus = void 0;
exports.table_tw2cn_plus = {};
exports.table_cn2tw_plus = {
'线': '線',
'啮': '齧',
'赃': '贓',
'荡': '蕩',
'发': '發',
};
exports.table_tw2cn_min_plus = {
'衝': '衝',
'鹵': '卤',
};
exports.table_cn2tw_min_plus = {};
exports.default = exports;
//# sourceMappingURL=table_plus.js.map