All Projects → crskycode → VNRServer

crskycode / VNRServer

Licence: MIT license
Visual Novel Reader Lite Server

Programming Languages

python
139335 projects - #7 most used programming language
C#
18002 projects

Visual Novel Reader Lite Server

使用.NET Core编写的轻量级Visual Novel Reader服务器,可以本地运行。

编译

  1. 使用Visual Studio 2019打开项目
  2. 还原所有NuGet
  3. 编译
  4. appsettings.json中更改本地数据库文件的路径
  5. 打开Package Manager Console控制台
  6. 执行Add-Migration Init创建数据库构造代码
  7. 执行Update-Database创建本地数据库文件

客户端配置

  • 使用ClientFiles中的文件替换掉VNR中对应的文件即可
  • 替换服务器之前请备份重要的辞书文件和人工字幕文件

其它备注

  • 已实现基本API
  • 未实现查询缓存
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].