Skip to content

Commit 82b7e25

Browse files
committed
feat: 授权码模式的分享支持图片
1 parent 24e4a6e commit 82b7e25

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
11
# Changelog
22

33
## [1.8.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.7.1...v1.8.0) (2023-07-02)
4-
5-
64
### Features
7-
85
* 授权码模式分享支持过期时间 ([ab622a0](https://github.com/terwer/siyuan-plugin-blog/commit/ab622a0f3e95371a3f34893565e9a53a8169e5a7))
96
* 授权码模式的分享支持图片 ([9b94c7f](https://github.com/terwer/siyuan-plugin-blog/commit/9b94c7f59c7df818d38d94c3097a1316a2d60d9e))
107
* 重构项目,统一处理公开分享与授权码模式下的分享逻辑 ([6c0c651](https://github.com/terwer/siyuan-plugin-blog/commit/6c0c651bb87fda6f451fd19bc776ccb322f3e922))
11-
12-
138
### Bug Fixes
14-
159
* 优化功能提示 ([a3efbb9](https://github.com/terwer/siyuan-plugin-blog/commit/a3efbb94237e3886e6e2395708688e7229835000))
16-
* 修复公共分享模式SSR报错问题 ([7c70974](https://github.com/terwer/siyuan-plugin-blog/commit/7c70974d35141889befe488518377ba7d0e561f2))
17-
* 修复授权码分享模式SSR报错问题 ([6dfcd58](https://github.com/terwer/siyuan-plugin-blog/commit/6dfcd584524687e2ab759ea35dabee483ae194f6))
10+
* 修复公共分享模式ssr报错问题 ([7c70974](https://github.com/terwer/siyuan-plugin-blog/commit/7c70974d35141889befe488518377ba7d0e561f2))
11+
* 修复授权码分享模式ssr报错问题 ([6dfcd58](https://github.com/terwer/siyuan-plugin-blog/commit/6dfcd584524687e2ab759ea35dabee483ae194f6))
1812
* 修复授权码模式下取消分享页面显示异常问题 ([611c95b](https://github.com/terwer/siyuan-plugin-blog/commit/611c95bf09927b27ac005cc931d22162cf6cf45a))
1913
* 修复授权码模式下的内链跳转 ([5f2a7b6](https://github.com/terwer/siyuan-plugin-blog/commit/5f2a7b651bbe06f192d3ed29e4278c36049d3a69))
2014
* 修复无序列表未展示图标问题 ([f65dd77](https://github.com/terwer/siyuan-plugin-blog/commit/f65dd778b76480943c828953f1fc0a7a8de6eb4d))
21-
2215
## [1.7.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.7.0...v1.7.1) (2023-06-30)
23-
### Bug Fixes
2416
* 修复 vercel 样式错乱问题 ([0bb9ca4](https://github.com/terwer/siyuan-plugin-blog/commit/0bb9ca4747c5ff3181f8ffdb0dd56023ee824795))
2517
* 修复布局问题 ([1bd2a2a](https://github.com/terwer/siyuan-plugin-blog/commit/1bd2a2a07e006612cf331ddfd5d057fd1055ce62))
2618
## [1.7.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.6.0...v1.7.0) (2023-06-29)
27-
### Features
2819
* 修正图标大小展示异常问题 ([3141c4b](https://github.com/terwer/siyuan-plugin-blog/commit/3141c4b434c91b84071b3def734189a6aad01923))
2920
* 支持授权码模式下的分享(实验性) ([d759412](https://github.com/terwer/siyuan-plugin-blog/commit/d7594127fecb1bd4838c7f22cc35bb738353ef87))
3021
* **deps:** bump zhi-siyuan-api from 1.23.0 to 1.25.5 ([cdd7274](https://github.com/terwer/siyuan-plugin-blog/commit/cdd7274071ada5417901ab0b0945bfa945763755))
@@ -128,4 +119,4 @@
128119
* remove log ([1617a4e](https://github.com/terwer/siyuan-plugin-blog/commit/1617a4edf528028f70d0be8f2edd5b8354cdcf41))
129120
* remove static preset ([2a1ef1b](https://github.com/terwer/siyuan-plugin-blog/commit/2a1ef1b4199a8e11535239b896281de998bade9e))
130121
* set repo as a mirror ([609d383](https://github.com/terwer/siyuan-plugin-blog/commit/609d383e859861971188b200375d124e2fef698c))
131-
* 修改项目说明 ([c45182e](https://github.com/terwer/siyuan-plugin-blog/commit/c45182ed2303cbad4d8b1ce68932e13fc80ccf04))
122+
* 修改项目说明 ([c45182e](https://github.com/terwer/siyuan-plugin-blog/commit/c45182ed2303cbad4d8b1ce68932e13fc80ccf04))

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-blog",
33
"author": "terwer",
44
"url": "https://github.com/terwer/siyuan-plugin-blog",
5-
"version": "1.7.1",
5+
"version": "1.8.0",
66
"minAppVersion": "2.9.0",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)