diff --git a/Documents/screenshot.png b/Documents/screenshot.png new file mode 100644 index 0000000..5869e88 Binary files /dev/null and b/Documents/screenshot.png differ diff --git a/README.md b/README.md index d07b122..ecf37a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ [中文文档](https://github.com/npuv5pp/Simuro5v5/blob/master/README_ZH.md) # Introduction + +![screenshot](./Documents/screenshot.png) + This platform uses a new strategy loading method, but also provides a DLL way compatible with the old platform. The wrapper for the old platform DLL strategy can be found in [this repository](https://github.com/npuv5pp/V5DLLAdapter). We made some modifications to the interface functions of the old platform DLL. See the [this repository](https://github.com/npuv5pp/DLLStrategy) for example code. diff --git a/README_ZH.md b/README_ZH.md index db335a6..fdec7cd 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,4 +1,7 @@ # 简介 + +![screenshot](./Documents/screenshot.png) + 这个平台使用了全新的策略加载方式,但同时提供了兼容旧平台的DLL方式。旧平台DLL策略的包装器的可以在[这个仓库](https://github.com/npuv5pp/V5DLLAdapter)找到。 我们对旧平台DLL的接口函数做了一些小的修改,实例代码参见[这个仓库](https://github.com/npuv5pp/DLLStrategy)。