chore: 去掉多余的注释

This commit is contained in:
2026-01-17 08:45:12 +08:00
parent 0f1ef3757f
commit 1f60f84bc3
622 changed files with 14123 additions and 18365 deletions

View File

@@ -33,7 +33,7 @@ Vue.component("article-sources", {
},
created: function () {
this.$parent.data.ignore = [];//加载忽略内容 -- 其他设置中的属性设置
this.$parent.data.ignoreLoad = true; // 等待忽略数组赋值后加载
this.$parent.data.ignoreLoad = true; // 等待忽略数组赋值后加载
if(Object.keys(this.$parent.data.previewList).length == 0) {
for (var i = 1; i < 3; i++) {