引用线上的AV-min.js后还是在初始化的时候报AV is not defined

AV.init({
appId: APP_ID,
appKey: APP_KEY,
});
跟着入门文档走也报av is not defined,后来改为
AV.init({
appId: APP_ID,
appKey: APP_KEY,
serverURL: "https://be0aqvje.lc-cn-n1-shared.com",
region: 'cn'
});也不行

本主题设置为不显示在主题列表中。只能通过直达链接来访问。