This commit is contained in:
Vanessa 2023-02-13 10:47:51 +08:00
parent 3a24f7bbf8
commit a335da26df
5 changed files with 7 additions and 6 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=6.1.7`, "protyleAbcjsScript").then(() => {
addScript(`${cdn}/js/abcjs/abcjs-basic-min.js?v=6.1.9`, "protyleAbcjsScript").then(() => {
abcElements.forEach((e: HTMLDivElement) => {
if (e.getAttribute("data-render") === "true") {
return;