ai-ppt-edit-component 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/index2.css +1 -1
- package/es/index.mjs +11 -4
- package/lib/assets/index2.css +1 -1
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -5653,6 +5653,10 @@ var To = [
|
|
|
5653
5653
|
el: n,
|
|
5654
5654
|
text: e.data.title,
|
|
5655
5655
|
maxLine: 1
|
|
5656
|
+
}) : c(n, "summary") && e.data.summary ? v({
|
|
5657
|
+
el: n,
|
|
5658
|
+
text: e.data.summary,
|
|
5659
|
+
maxLine: 3
|
|
5656
5660
|
}) : n;
|
|
5657
5661
|
});
|
|
5658
5662
|
yield {
|
|
@@ -45681,11 +45685,14 @@ var aK = /*#__PURE__*/ U(nK, [["render", iK], ["__scopeId", "data-v-794770e4"]])
|
|
|
45681
45685
|
}
|
|
45682
45686
|
}, oe = re(() => {
|
|
45683
45687
|
try {
|
|
45684
|
-
let e = F(), t = {
|
|
45688
|
+
let e = F(), t = ae.value?.pptContent, n = {
|
|
45685
45689
|
...ae.value,
|
|
45686
|
-
pptContent: {
|
|
45690
|
+
pptContent: {
|
|
45691
|
+
...t && typeof t == "object" ? t : {},
|
|
45692
|
+
saveJson: e
|
|
45693
|
+
}
|
|
45687
45694
|
};
|
|
45688
|
-
ya.saveAIPPTData(
|
|
45695
|
+
ya.saveAIPPTData(n);
|
|
45689
45696
|
} catch (e) {
|
|
45690
45697
|
console.error("自动保存失败", e);
|
|
45691
45698
|
}
|
|
@@ -45747,7 +45754,7 @@ var aK = /*#__PURE__*/ U(nK, [["render", iK], ["__scopeId", "data-v-794770e4"]])
|
|
|
45747
45754
|
}, null, 32)) : a("", !0)
|
|
45748
45755
|
], 64));
|
|
45749
45756
|
}
|
|
45750
|
-
}, [["__scopeId", "data-v-
|
|
45757
|
+
}, [["__scopeId", "data-v-5503ce58"]]), U1 = {
|
|
45751
45758
|
AiPptPlayOne: or,
|
|
45752
45759
|
AiPptFullScreenPlay: On,
|
|
45753
45760
|
AiPptLock: Gn,
|