diff --git a/README.md b/README.md index 4450207..8a478c5 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,12 @@ 由于不同应用程序所依赖的语言不同,我们分别为 Win32,Python,JavaScript 提供了不同的 DEMO,您可在下方表格中获取资源或查看研发进展。 -| 语言 | GUI 技术 | 状态 | 系统 | DEMO 地址 | 语言库 | -|---|---|---|---|---|---| -| C++ | win32 | 测试中 | Windows | [win32](examples/win32) | 无 | -| Python | pyqt 5 | 开发中 | Windows / Mac | [Pyqt](examples/pyqt) | | -| JavaScript | Electron | 测试中 | Windows | [Electron](examples/electron) | [node](https://github.com/finogeeks/finclip-desktop-demo/releases) | +| 语言 | GUI 技术 | 状态 | 系统 | DEMO 地址 | 语言库 | 备注 | +|---|---|---|---|---|---|---| +| C++ | win32 | 测试中 | Windows | [win32](examples/win32) | - | | +| C++ | qt | 开发中 | Windows | [qt](examples/qt) | - | qmake | +| Python | pyqt 5 | 开发中 | Windows / Mac | [Pyqt](examples/pyqt) | - | | +| JavaScript | Electron | 测试中 | Windows | [Electron](examples/electron) | [node](https://github.com/finogeeks/finclip-desktop-demo/releases) | | ## DEMO 运行与 SDK 集成说明 diff --git a/examples/electron/README.md b/examples/electron/README.md index 71fe1d0..60b1065 100644 --- a/examples/electron/README.md +++ b/examples/electron/README.md @@ -4,7 +4,7 @@ 快速开始前请先阅读以下链接 -[Finclip桌面版Demo集成指引与功能介绍](https://github.com/finogeeks/finclip-desktop-demo/tree/master/examples) +[Finclip桌面版Demo集成指引与功能介绍](https://github.com/finogeeks/finclip-desktop-demo/tree/master/examples/README.md) ## 快速开始 diff --git a/examples/qt/README.md b/examples/qt/README.md index fa6ade6..9417c54 100644 --- a/examples/qt/README.md +++ b/examples/qt/README.md @@ -2,10 +2,16 @@ 快速开始前请先阅读以下链接 -[Finclip桌面版Demo集成指引与功能介绍](https://github.com/finogeeks/finclip-desktop-demo/tree/master/examples) +[Finclip桌面版Demo集成指引与功能介绍](https://github.com/finogeeks/finclip-desktop-demo/tree/master/examples/README.md) # 快速开始 1. 使用qt creator打开 demo文件夹 -2. 点击运行, 即可打开 \ No newline at end of file +2. 点击运行, 即可打开 + + +# 注意事项 + +1. 下载路径请不要有中文, 否则会有奇怪的问题 +2. 集成时将finclip存放至独立的位置, 避免dll冲突 \ No newline at end of file diff --git a/examples/win32/README.md b/examples/win32/README.md index c580298..495a02a 100644 --- a/examples/win32/README.md +++ b/examples/win32/README.md @@ -2,7 +2,7 @@ 快速开始前请先阅读以下链接 -[Finclip桌面版Demo集成指引与功能介绍](https://github.com/finogeeks/finclip-desktop-demo/tree/master/examples) +[Finclip桌面版Demo集成指引与功能介绍](https://github.com/finogeeks/finclip-desktop-demo/tree/master/examples/README.md) ## 快速开始