mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
加入拼音搜索
This commit is contained in:
@@ -9,12 +9,11 @@ const {
|
||||
} = require('./lib/vm2')
|
||||
const path = require("path")
|
||||
const util = require("util")
|
||||
const PinyinMatch = require('pinyin-match');
|
||||
const axios = require('axios');
|
||||
const pictureCompress = require("./lib/picture-compressor")
|
||||
|
||||
_ = require("lodash")
|
||||
window.pinYinMatch = PinyinMatch
|
||||
pinyinMatch = require('pinyin-match').match;
|
||||
|
||||
// axios.defaults.adapter = require('axios/lib/adapters/http')
|
||||
|
||||
|
Reference in New Issue
Block a user