chore: lock webmscore version to v0.16.2
This commit is contained in:
parent
d919441966
commit
c973d5d06f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { ScoreInfo } from './scoreinfo'
|
|||
import isNodeJs from 'detect-node'
|
||||
import i18n from './i18n'
|
||||
|
||||
const WEBMSCORE_URL = 'https://cdn.jsdelivr.net/npm/webmscore@0.16/webmscore.js'
|
||||
const WEBMSCORE_URL = 'https://cdn.jsdelivr.net/npm/webmscore@0.16.2/webmscore.js'
|
||||
|
||||
// fonts for Chinese characters (CN) and Korean hangul (KR)
|
||||
// JP characters are included in the CN font
|
||||
|
|
Loading…
Reference in a new issue