This commit is contained in:
Vanessa 2022-11-17 10:40:17 +08:00
parent 06b4d8ea26
commit b5804829ff
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ export const abcRender = (element: Element, cdn = Constants.PROTYLE_CDN) => {
return;
}
if (abcElements.length > 0) {
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=0.0.0`, "protyleAbcjsScript").then(() => {
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=6.1.7`, "protyleAbcjsScript").then(() => {
abcElements.forEach((e: HTMLDivElement) => {
if (e.getAttribute("data-render") === "true") {
return;

File diff suppressed because one or more lines are too long