fix: README unify
parent
351dac4e77
commit
7eca5c37b3
11
README.md
11
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 集成说明
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
## 快速开始
|
||||
|
||||
|
|
|
@ -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. 点击运行, 即可打开
|
||||
2. 点击运行, 即可打开
|
||||
|
||||
|
||||
# 注意事项
|
||||
|
||||
1. 下载路径请不要有中文, 否则会有奇怪的问题
|
||||
2. 集成时将finclip存放至独立的位置, 避免dll冲突
|
|
@ -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)
|
||||
|
||||
## 快速开始
|
||||
|
||||
|
|
Loading…
Reference in New Issue