From cb493f645e28be5749cbd63c2d3d0c1aa629c81a Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 9 Aug 2023 21:20:27 +0800 Subject: [PATCH] :sparkles: Support for searching asset content https://github.com/siyuan-note/siyuan/issues/8874 --- README.md | 2 ++ README_zh_CN.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index d64ef1a87..9adc5c856 100644 --- a/README.md +++ b/README.md @@ -323,3 +323,5 @@ SiYuan is made possible by the following open source projects. * [https://github.com/visjs/vis-network](https://github.com/visjs/vis-network) `Apache-2.0 License` * [https://github.com/mozilla/pdf.js](https://github.com/mozilla/pdf.js) `Apache-2.0 License` * [https://github.com/blueimp/JavaScript-MD5](https://github.com/blueimp/JavaScript-MD5) `MIT License` + +Complete dependencies please refer to [go.mod](https://github.com/siyuan-note/siyuan/blob/master/kernel/go.mod) and [package.json](https://github.com/siyuan-note/siyuan/blob/master/app/package.json). diff --git a/README_zh_CN.md b/README_zh_CN.md index 66c4bc8ad..4635ad7db 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -330,3 +330,5 @@ * [https://github.com/visjs/vis-network](https://github.com/visjs/vis-network) `Apache-2.0 License` * [https://github.com/mozilla/pdf.js](https://github.com/mozilla/pdf.js) `Apache-2.0 License` * [https://github.com/blueimp/JavaScript-MD5](https://github.com/blueimp/JavaScript-MD5) `MIT License` + +完整的依赖项请参考 [go.mod](https://github.com/siyuan-note/siyuan/blob/master/kernel/go.mod) 和 [package.json](https://github.com/siyuan-note/siyuan/blob/master/app/package.json)。