@lemonppt/renderer 0.2.1 → 0.2.2
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/dist/client/client-render.js +1 -1
- package/dist/client/theme-echarts.js +1 -1
- package/dist/theme07-pptx.js +3 -3
- package/dist/theme08-pptx.js +1 -1
- package/dist/theme09-pptx.js +1 -1
- package/dist/theme09-pptx.js.map +1 -1
- package/dist/theme10-pptx.js +1 -1
- package/dist/theme10-pptx.js.map +1 -1
- package/package.json +4 -4
package/dist/theme07-pptx.js
CHANGED
|
@@ -1970,7 +1970,7 @@ export function renderTheme07CompanyV1(slide, props) {
|
|
|
1970
1970
|
}
|
|
1971
1971
|
});
|
|
1972
1972
|
}
|
|
1973
|
-
//
|
|
1973
|
+
// 右侧图片区域(匹配参考 PPT DROP MEDIA 设计)
|
|
1974
1974
|
const rightX = 5.6;
|
|
1975
1975
|
const rightW = 3.75;
|
|
1976
1976
|
const imgH = 2.6;
|
|
@@ -2073,7 +2073,7 @@ export function renderTheme07GeoV1(slide, props) {
|
|
|
2073
2073
|
}
|
|
2074
2074
|
});
|
|
2075
2075
|
}
|
|
2076
|
-
//
|
|
2076
|
+
// 右侧装饰圆圈(匹配参考 PPT page053)
|
|
2077
2077
|
if (props.imageUrl) {
|
|
2078
2078
|
addImageMaybe(slide, props.imageUrl, rightX + 0.1, 1.5, rightW - 0.2, 3.0);
|
|
2079
2079
|
}
|
|
@@ -2145,7 +2145,7 @@ export function renderTheme07ClosingV1(slide, props) {
|
|
|
2145
2145
|
});
|
|
2146
2146
|
});
|
|
2147
2147
|
}
|
|
2148
|
-
//
|
|
2148
|
+
// 右侧图片区域(匹配参考 PPT page071)
|
|
2149
2149
|
if (hasImages) {
|
|
2150
2150
|
const imgH = 1.7;
|
|
2151
2151
|
const imgGap = 0.15;
|
package/dist/theme08-pptx.js
CHANGED
|
@@ -1355,7 +1355,7 @@ const RENDERERS = {
|
|
|
1355
1355
|
theme08_compare_v1: renderTheme08Compare,
|
|
1356
1356
|
theme08_table_v1: renderTheme08Table,
|
|
1357
1357
|
theme08_chain_v1: renderTheme08Chain,
|
|
1358
|
-
// ---- v2
|
|
1358
|
+
// ---- v2 变体版式(对齐参考 theme08 共 84 组件页) ----
|
|
1359
1359
|
theme08_cover_v2: renderT08Cover2,
|
|
1360
1360
|
theme08_cover_v3: renderT08Cover2,
|
|
1361
1361
|
theme08_cover_v4: renderT08Cover2,
|
package/dist/theme09-pptx.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// paper 纸底 #F4F1EA(数据/目录/正文密集页)
|
|
11
11
|
// ink 墨底 #14161C(影像/章节/金句/跨页)
|
|
12
12
|
// - appearance(primary / muted)不翻转明暗,只调专色浓度与网点密度。
|
|
13
|
-
// - 所有色值取自 tokens.ts 的预校验专色系统,未复制
|
|
13
|
+
// - 所有色值取自 tokens.ts 的预校验专色系统,未复制 third-party theme09 实现。
|
|
14
14
|
let S = {
|
|
15
15
|
appearance: 'primary',
|
|
16
16
|
fonts: { heading: 'Noto Serif SC', body: 'Noto Sans SC', mono: 'Space Mono' },
|