Skip to content

Commit

Permalink
fix: #964 修复转义文本导致的知乎依旧公式解析错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 8, 2024
1 parent ec75750 commit ce55052
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 471 deletions.
11 changes: 1 addition & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
# Changelog

## [1.18.12](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.11...v1.18.12) (2024-01-08)


### Bug Fixes

* [#964](https://github.com/terwer/siyuan-plugin-publisher/issues/964) 修复转义文本导致的知乎依旧公式解析错误问题 ([988b46d](https://github.com/terwer/siyuan-plugin-publisher/commit/988b46d380eb4fbbfc9e82c4edce6378aefab36d))
* **deps:** bump @vueuse/core from 10.6.1 to 10.7.1 ([1b3f182](https://github.com/terwer/siyuan-plugin-publisher/commit/1b3f1828d09d5294282e2dc2fd5f95147e3547ae))
* **deps:** bump siyuan from 0.8.9 to 0.9.1 ([258bfe2](https://github.com/terwer/siyuan-plugin-publisher/commit/258bfe209e811079e9834302e66c85295f064d10))


### Miscellaneous

* **deps-dev:** bump jsdom from 22.1.0 to 23.2.0 ([7fa13c5](https://github.com/terwer/siyuan-plugin-publisher/commit/7fa13c5979853b2ca93d6e63f9bdc20e5388add2))

## [1.18.11](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.10...v1.18.11) (2023-12-03)
### Bug Fixes
* [#927](https://github.com/terwer/siyuan-plugin-publisher/issues/927) 修复 CSDN 和知乎公式解析不正常的问题 ([aee7081](https://github.com/terwer/siyuan-plugin-publisher/commit/aee70815cbbbbe80596e98b136fd45ba7d4d2de5))
* 优化文章未发布时的提示 ([abc9095](https://github.com/terwer/siyuan-plugin-publisher/commit/abc90957ffc258a3c7ea9bb3f5d225499329443b))
### Miscellaneous
* **deps-dev:** bump unplugin-auto-import from 0.16.7 to 0.17.2 ([b8fc1f7](https://github.com/terwer/siyuan-plugin-publisher/commit/b8fc1f7704e67d9d51b5648a4e1be26578acb510))
* 升级依赖 ([8ea2970](https://github.com/terwer/siyuan-plugin-publisher/commit/8ea2970ee4c6e1f71ec2d3a3c5614a507eb53aad))
## [1.18.10](https://github.com/terwer/siyuan-plugin-publisher/compare/v1.18.9...v1.18.10) (2023-11-13)
Expand Down Expand Up @@ -431,4 +422,4 @@
* **deps-dev:** bump vite-plugin-static-copy from 0.16.0 to 0.17.0 ([feea39d](https://github.com/terwer/siyuan-plugin-publisher/commit/feea39d39bff74051fe0d68153b0628b00bff53f))
* **deps-dev:** bump vitest from 0.32.4 to 0.33.0 ([f2ce507](https://github.com/terwer/siyuan-plugin-publisher/commit/f2ce507ea537601d7dba21de84524274ec1cbee4))
* release 0.8.0 ([29336cd](https://github.com/terwer/siyuan-plugin-publisher/commit/29336cd847064971bc842e44aee75a8e90c226a8))
* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927))
* 优化构建流程 ([f4aeea1](https://github.com/terwer/siyuan-plugin-publisher/commit/f4aeea1c618638a7774105a87b3e690d6d5d3927))
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,36 @@
"@types/katex": "^0.16.7",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vitest/coverage-v8": "^1.1.3",
"@vue/test-utils": "^2.4.3",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.3",
"fast-glob": "^3.3.2",
"jsdom": "^23.2.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.59.0",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.25.2",
"vercel": "^32.6.1",
"vite": "^4.5.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.16.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.24"
"stylus": "^0.62.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vercel": "^33.0.2",
"vite": "^5.0.11",
"vite-plugin-html": "^3.2.1",
"vite-plugin-node-polyfills": "^0.19.0",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@terwer/esbuild-config-custom": "^2.0.0",
"@vueuse/components": "^10.6.1",
"@vueuse/components": "^10.7.1",
"@vueuse/core": "^10.7.1",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0-rc.12",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.4.3",
"element-plus": "^2.4.4",
"gray-matter": "^4.0.3",
"js-base64": "^3.7.5",
"js-yaml": "^4.1.0",
Expand All @@ -75,8 +75,8 @@
"siyuan": "^0.9.1",
"siyuan-plugin-picgo": "^1.4.4",
"uuid": "^9.0.1",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue": "^3.4.5",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.5",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.53.0",
Expand Down
Loading

0 comments on commit ce55052

Please sign in to comment.