()
| 1067 | } |
| 1068 | |
| 1069 | async function loadTyprMapping() { |
| 1070 | try { |
| 1071 | $console.log('正在加载繁体字库。'); |
| 1072 | return await request('https://cdn.ocsjs.com/resources/font/table.json', { |
| 1073 | type: 'GM_xmlhttpRequest', |
| 1074 | method: 'get', |
| 1075 | responseType: 'json' |
| 1076 | }); |
| 1077 | } catch (err) { |
| 1078 | $console.error('载繁体字库加载失败,请刷新页面重试:', String(err)); |
| 1079 | } |
| 1080 | } |
| 1081 | |
| 1082 | /** |
| 1083 | * cx分析工具 |
no test coverage detected