XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

feat(companion): basics to get it to work (#3091)

Textures need to be available at `static/data/PublicExport/Lotus/Interface/...` but otherwise automatically generates PublicExport data. Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3091 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Jānis <janisslsm@noreply.localhost> Co-committed-by: Jānis <janisslsm@noreply.localhost>

e7c4e376
Jānis <janisslsm@noreply.localhost>
提交于

代码差异

25 个文件 +1468 -6
Modified package-lock.json +4 -4
Modified package.json +1 -1
Modified src/app.ts +3 -0
Modified src/controllers/dynamic/getProfileViewingDataController.ts +2 -1
Modified src/routes/api.ts +1 -0
Modified src/routes/dynamic.ts +1 -0
Added src/routes/publicExport.ts +99 -0
Modified src/services/itemDataService.ts +16 -0
Added src/types/publicExportTypes.ts +439 -0
Added static/fixed_responses/PublicExport/index_de.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_en.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_es.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_fr.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_it.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_ja.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_ko.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_pl.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_pt.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_ru.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_tc.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_th.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_tr.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_uk.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。
Added static/fixed_responses/PublicExport/index_zh.txt.lzma +0 -0
二进制文件已变更,无法进行逐行预览。