0.0.1 • Published 3 years ago

fis-parser-s2t v0.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

fis-parser-s2t

A fis paser plugin, convert Simplified Chinese to Traditional Chinese.

安装 registry=http://registry.npm.baidu-int.com

    npm install fis-parser-s2t

fis-conf.js中配置

    fis.match('*.{js, tpl}', {
        parser: fis.plugin('s2t')
    });
0.0.1

3 years ago