Skip to content

Commit

Permalink
🔖 v1.0.0.46/2025.01.20
Browse files Browse the repository at this point in the history
- ✨ 图片自动排列:支持根据位置自动排列图片
  - 可以根据用户手动排列的图片位置,来自动判断图片的排列顺序
  • Loading branch information
Achuan-2 committed Jan 20, 2025
1 parent abf947e commit b77dc39
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Achuan的PPT插件/Achuan的PPT插件.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PublishUrl>D:\Code\Achuan的PPT插件\Achuan的PPT插件\publish\</PublishUrl>
<InstallUrl />
<TargetCulture>zh-chs</TargetCulture>
<ApplicationVersion>1.0.0.45</ApplicationVersion>
<ApplicationVersion>1.0.0.46</ApplicationVersion>
<AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
<UpdateEnabled>true</UpdateEnabled>
<UpdateInterval>7</UpdateInterval>
Expand Down
2 changes: 1 addition & 1 deletion Achuan的PPT插件/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.45")]
[assembly: AssemblyVersion("1.0.0.46")]
[assembly: AssemblyFileVersion("1.0.0.0")]

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.0.46/2025.01.20

- ✨ 图片自动排列:支持根据位置自动排列图片
- 可以根据用户手动排列的图片位置,来自动判断图片的排列顺序

## v1.0.0.45/2025.01.17

- ✨ 插入markdown:行内数学公式支持分式
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Github地址:[https://github.com/Achuan-2/my_ppt_plugin](https://github.com/Ac
![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/20250116004806-2025-01-16.png)
* **图片自动排列**:可以自动排列多张图片,支持设置每列多少张图片、列间距多少、行间距多少(默认为空,为列间距大小)、图片宽高

* 注:如果不设置图片宽度或高度,则用第一张图片的高度来统一设置对齐时的图片高度
* 如果不设置图片宽度或高度,则用第一张图片的高度来统一设置对齐时的图片高度
* 勾选根据位置排列,可以根据用户手动排列的图片位置,来自动判断图片的排列顺序。如果不勾选,则根据用户的多选选择顺序来排列

![](https://fastly.jsdelivr.net/gh/Achuan-2/PicBed/assets/20250116004816-2025-01-16.png)
* **复制位置和粘贴元素位置**:可以复制多个元素的位置,粘贴给其他元素(可以多选复制和粘贴!),可以用来让不同页的PPT的多个元素位置一致,或者让同一页的不同元素都是一个位置(可以先排好一组元素,用这个功能让另一组元素自动排好,再调整位置)。
Expand Down

0 comments on commit b77dc39

Please sign in to comment.