首次推出emulatorjs

This commit is contained in:
waxgourd
2024-02-25 12:25:54 +08:00
committed by wangyan
parent bf3a1ce0fa
commit 4d8e582b11
9 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# EmulatorJS Add-on
### 06.02.2024 - 1.8.8
- 首次推出。

19
emulatorjs-zh/DOCS.md Normal file
View File

@@ -0,0 +1,19 @@
# 游戏机模拟器
## 使用方法
- 直接启动。
- 通过ip:3000端口进入管理界面。
- 在“开始下载文件集”提示时,点击“下载”按钮。
- 下载完成后可以看到管理后台的介绍。然后点击顶部菜单栏“文件管理”选择左边栏的游戏机类型右边目录找到roms文件夹进入。
- 按相关的游戏机roms的要求拖拽文件上传。
- 再点击顶部菜单栏“ROM管理”点击相应游戏机“扫描”按键最后点击加载窗口的“下载/上传”。
- 这时可以打开ip:8486端口玩游戏了。

15
emulatorjs-zh/README.md Normal file
View File

@@ -0,0 +1,15 @@
# 冬瓜甄选addons游戏机模拟器
## 关于
这是emulatorjs的home assistant版本是经典系列游戏模拟器用浏览器做为显示终端的一种应用。它为HA打开了应用的一个新领域本版本在原项目上做了汉化包支持中英文切换。对于filebrowers的写权限进行修正。
有部分浏览器支持不好360极速最新版测过手柄等支持良好。
## 来源
参考https://github.com/hulkhaugen/hassio-addons/tree/main/emulatorjs
项目源码https://github.com/linuxserver/emulatorjs

49
emulatorjs-zh/config.json Normal file
View File

@@ -0,0 +1,49 @@
{
"name": "游戏机模拟器",
"version": "1.8.8",
"slug": "emulatorjs-zh",
"codenotary": "wghaos@163.com",
"description": "基于web浏览器的模拟器己移植众多复古游戏机。它是Libretro和EmulatorJS之间混合使用模拟器。",
"url": "https://gitcode.com/waxgourd/addons",
"arch": [
"aarch64",
"amd64"
],
"init": false,
"boot": "manual",
"webui": "http://[HOST]:[PORT:80]",
"ports": {
"80/tcp": 8486,
"3000/tcp": 3000,
"4001/tcp": 4001,
"4001/udp": 4001
},
"ports_description": {
"80/tcp": "EmulatorJS frontend",
"3000/tcp": "EmulatorJS Manager",
"4001/tcp": "IPFS TCP (Optional)",
"4001/udp": "IPFS UDP (Optional)"
},
"options": {
"roms_folder": "/config/roms",
"disable_ipfs": false,
"lang": "zh"
},
"schema": {
"roms_folder": "str",
"disable_ipfs": "bool",
"lang": "list(zh|en)"
},
"map": [
"addon_config:rw",
"media:rw",
"share:rw"
],
"backup_exclude": [
"**/data/.ipfs",
"**/data/main",
"**/data/metadata",
"**/videos"
],
"image": "docker.nju.edu.cn/wghaos/emulatorjs"
}

BIN
emulatorjs-zh/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
emulatorjs-zh/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -0,0 +1,14 @@
---
configuration:
roms_folder:
name: roms_folder
description: >-
Roms storage folder.
disable_ipfs:
name: disable_ipfs
description: >-
Disable ipfs.
lang:
name: lang
description: >-
Management interface language selection.

View File

@@ -0,0 +1,14 @@
---
configuration:
roms_folder:
name: roms存放文件夹
description: >-
roms存放文件夹。
disable_ipfs:
name: 禁用ipfs
description: >-
禁用ipfs功能。
lang:
name: 语言
description: >-
选择管理界面是中文还是英文。