From fabee081fa864e6d3ddda39136ddf7db25347c33 Mon Sep 17 00:00:00 2001 From: "Jason.z" <281674669@qq.com> Date: Mon, 2 Sep 2024 09:48:51 +0800 Subject: [PATCH] add: support format --- README.md | 12 ++++++++++++ README_zh.md | 12 ++++++++++++ docs/guide/index.md | 12 ++++++++++++ docs/zh/guide/index.md | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/README.md b/README.md index 226d0d4..d90724b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,18 @@ English | [中文](README_zh.md) - ✅ Cordova - ✅ Ionic/Capacitor +## Support Formats + +| 1D product | 1D industrial | 2D | +|:----------------------|:--------------|:---------------| +| UPC-A | Code 39 | QR Code | +| UPC-E | Code 93 | Data Matrix | +| EAN-8 | Code 128 | Aztec | +| EAN-13 | Codabar | PDF 417 | +| UPC/EAN Extension 2/5 | ITF | MaxiCode | +| | | RSS-14 | +| | | RSS-Expanded | + ## License Apache 2.0 diff --git a/README_zh.md b/README_zh.md index 521814d..036a8e9 100644 --- a/README_zh.md +++ b/README_zh.md @@ -35,6 +35,18 @@ - ✅ Cordova - ✅ Ionic/Capacitor +## 支持编码 + +| 1D product | 1D industrial | 2D | +|:----------------------|:--------------|:---------------| +| UPC-A | Code 39 | QR Code | +| UPC-E | Code 93 | Data Matrix | +| EAN-8 | Code 128 | Aztec | +| EAN-13 | Codabar | PDF 417 | +| UPC/EAN Extension 2/5 | ITF | MaxiCode | +| | | RSS-14 | +| | | RSS-Expanded | + ## 软件协议 Apache 2.0 diff --git a/docs/guide/index.md b/docs/guide/index.md index c57fc63..14170ea 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -23,6 +23,18 @@ - ✅ Cordova - ✅ Ionic/Capacitor +## Support Formats + +| 1D product | 1D industrial | 2D | +|:----------------------|:--------------|:---------------| +| UPC-A | Code 39 | QR Code | +| UPC-E | Code 93 | Data Matrix | +| EAN-8 | Code 128 | Aztec | +| EAN-13 | Codabar | PDF 417 | +| UPC/EAN Extension 2/5 | ITF | MaxiCode | +| | | RSS-14 | +| | | RSS-Expanded | + ## License Apache 2.0 diff --git a/docs/zh/guide/index.md b/docs/zh/guide/index.md index 381fdec..d3ef4df 100644 --- a/docs/zh/guide/index.md +++ b/docs/zh/guide/index.md @@ -35,6 +35,18 @@ - ✅ Cordova - ✅ Ionic/Capacitor +## 支持编码 + +| 1D product | 1D industrial | 2D | +|:----------------------|:--------------|:---------------| +| UPC-A | Code 39 | QR Code | +| UPC-E | Code 93 | Data Matrix | +| EAN-8 | Code 128 | Aztec | +| EAN-13 | Codabar | PDF 417 | +| UPC/EAN Extension 2/5 | ITF | MaxiCode | +| | | RSS-14 | +| | | RSS-Expanded | + ## 软件协议 Apache 2.0