From 0e2cbc0247d4293e47aa6cefde7ba2eab54ccdb9 Mon Sep 17 00:00:00 2001 From: waxgourd Date: Thu, 14 Mar 2024 13:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7emulatorjs-zh=E5=88=B0?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emulatorjs-zh/CHANGELOG.md | 9 ++++++--- emulatorjs-zh/config.json | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/emulatorjs-zh/CHANGELOG.md b/emulatorjs-zh/CHANGELOG.md index 845153e..c3ecb8c 100644 --- a/emulatorjs-zh/CHANGELOG.md +++ b/emulatorjs-zh/CHANGELOG.md @@ -1,4 +1,7 @@ -# EmulatorJS Add-on +### 1.8.9(2024-03-13) -### 06.02.2024 - 1.8.8 - - 首次推出。 +- 版本升级 + +### 1.8.8 (2024-02-06) + +- 首次推出 diff --git a/emulatorjs-zh/config.json b/emulatorjs-zh/config.json index a269bed..c3616e6 100644 --- a/emulatorjs-zh/config.json +++ b/emulatorjs-zh/config.json @@ -1,10 +1,11 @@ { "name": "游戏机模拟器", - "version": "1.8.8", + "version": "1.8.9", "slug": "emulatorjs-zh", "codenotary": "wghaos@163.com", "description": "基于web浏览器的模拟器,己移植众多复古游戏机。它是Libretro和EmulatorJS之间混合使用模拟器", "url": "https://gitcode.com/waxgourd/addons", + "image": "wghaos/emulatorjs", "arch": [ "aarch64", "amd64" @@ -44,6 +45,5 @@ "**/data/main", "**/data/metadata", "**/videos" - ], - "image": "docker.nju.edu.cn/wghaos/emulatorjs" + ] }