javdict 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/README.md CHANGED
@@ -11,7 +11,7 @@ English | [中文](README_zh.md) | [日本語](README_ja.md) | [한국어](READM
11
11
 
12
12
  Type a title ID, get back the full details — cast, release date, studio, duration, tags, and more. Multiple data sources are queried automatically with no manual switching required.
13
13
 
14
- ![Example](https://raw.githubusercontent.com/gdjdkid/AvDict/master/example.gif)
14
+ ![JavDict-Demo](https://raw.githubusercontent.com/gdjdkid/AvDict/master/Javdict-Demo.gif)
15
15
 
16
16
  ---
17
17
 
package/README_de.md CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
  Gib eine Titel-ID ein und erhalte sofort vollständige Informationen — Besetzung, Erscheinungsdatum, Studio, Laufzeit, Tags und mehr. Mehrere Datenquellen werden automatisch abgefragt, ohne manuelles Umschalten.
13
13
 
14
+ ![JavDict-Demo](https://raw.githubusercontent.com/gdjdkid/AvDict/master/Javdict-Demo.gif)
15
+
14
16
  ---
15
17
 
16
18
  ## Funktionen
package/README_ja.md CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
  番号を入力するだけで、出演者・発売日・メーカー・収録時間・タグなどの詳細情報を取得できます。複数のデータソースを自動的に切り替えて検索します。
13
13
 
14
+ ![JavDict-Demo](https://raw.githubusercontent.com/gdjdkid/AvDict/master/Javdict-Demo.gif)
15
+
14
16
  ---
15
17
 
16
18
  ## 特徴
package/README_ko.md CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
  번호를 입력하면 출연진, 발매일, 제작사, 재생 시간, 태그 등 상세 정보를 바로 확인할 수 있습니다. 여러 데이터 소스를 자동으로 전환하며 검색합니다.
13
13
 
14
+ ![JavDict-Demo](https://raw.githubusercontent.com/gdjdkid/AvDict/master/Javdict-Demo.gif)
15
+
14
16
  ---
15
17
 
16
18
  ## 주요 기능
package/README_zh.md CHANGED
@@ -11,6 +11,8 @@
11
11
 
12
12
  输入一个车牌号,即可获取女优、发售日期、制作商、时长、类别等完整信息。支持多数据源自动兜底,无需手动切换。
13
13
 
14
+ ![JavDict-Demo](https://raw.githubusercontent.com/gdjdkid/AvDict/master/Javdict-Demo.gif)
15
+
14
16
  ---
15
17
 
16
18
  ## 功能特点
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "javdict",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "AV番号命令行查询工具",
5
5
  "main": "./index.js",
6
6
  "type": "module",