diff --git a/Kiosk/README.md b/Kiosk/README.md index ffb580e..d1b8240 100644 --- a/Kiosk/README.md +++ b/Kiosk/README.md @@ -1,6 +1,6 @@ # Vending Machine Kiosk -SecGo Kiosk Icon +SecGo Kiosk Icon The customer-facing self-checkout application designed for an Android tablet (specifically optimized for Samsung OLED screens). diff --git a/Kiosk/assets/branding/secgo-kiosk-icon.png b/Kiosk/assets/branding/secgo-kiosk-icon.png new file mode 100644 index 0000000..1a1f2b1 Binary files /dev/null and b/Kiosk/assets/branding/secgo-kiosk-icon.png differ diff --git a/Kiosk/pubspec.yaml b/Kiosk/pubspec.yaml index 95f3673..6dd41c9 100644 --- a/Kiosk/pubspec.yaml +++ b/Kiosk/pubspec.yaml @@ -1,7 +1,7 @@ name: kiosk description: "Vending Machine Kiosk App" publish_to: 'none' -version: 0.2.1+2 +version: 0.3.0+1 environment: sdk: ^3.9.2 diff --git a/Manager/README.md b/Manager/README.md index 16072ce..a098f75 100644 --- a/Manager/README.md +++ b/Manager/README.md @@ -1,6 +1,6 @@ # Vending Machine Manager -SecGo Manager Icon +SecGo Manager Icon A Flutter application for store owners to manage their product inventory and settings. diff --git a/Manager/assets/branding/secgo-manager-icon.png b/Manager/assets/branding/secgo-manager-icon.png new file mode 100644 index 0000000..0edde33 Binary files /dev/null and b/Manager/assets/branding/secgo-manager-icon.png differ diff --git a/Manager/pubspec.yaml b/Manager/pubspec.yaml index 80c3d18..7fa8e36 100644 --- a/Manager/pubspec.yaml +++ b/Manager/pubspec.yaml @@ -1,7 +1,7 @@ name: manager description: "Vending Machine Manager App" publish_to: 'none' -version: 0.2.1+2 +version: 0.3.0+1 environment: sdk: ^3.9.2 diff --git a/README.md b/README.md index 52d57bf..92ebf30 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,31 @@ ![CI](https://github.com/AkarinServer/SecGo/actions/workflows/ci.yml/badge.svg) ![Release](https://github.com/AkarinServer/SecGo/actions/workflows/release.yml/badge.svg) -SecGo Horizontal Lockup + + + + + + +
+ SecGo Manager App +
+ Manager +
+ Owner Tools +
+ SecGo Kiosk App +
+ Kiosk +
+ Customer Checkout +
+ SecGo Server +
+ Server +
+ Optional Backend +
SecGo is a complete self‑checkout ecosystem for small supermarkets and convenience stores. It ships with two Flutter apps (Manager + Kiosk) and optional server components. The system is designed to keep working **offline**, with **QR-based pairing** and **peer‑to‑peer sync**. diff --git a/README_zh.md b/README_zh.md index b4006c3..c2d8739 100644 --- a/README_zh.md +++ b/README_zh.md @@ -5,7 +5,31 @@ ![CI](https://github.com/AkarinServer/SecGo/actions/workflows/ci.yml/badge.svg) ![Release](https://github.com/AkarinServer/SecGo/actions/workflows/release.yml/badge.svg) -SecGo Horizontal Lockup + + + + + + +
+ SecGo 管理端 +
+ 管理端 +
+ 店主工具 +
+ SecGo 自助端 +
+ 自助端 +
+ 顾客结账 +
+ SecGo Server +
+ Server +
+ 可选后端 +
SecGo 是面向小型超市/便利店的一体化自助结账生态系统。包含两款 Flutter 应用(管理端 + 自助端),并支持可选的后端服务。系统强调**离线可用**、**二维码配对**与**点对点同步**。 diff --git a/Server/README.md b/Server/README.md index f3aa190..496b92c 100644 --- a/Server/README.md +++ b/Server/README.md @@ -1,6 +1,6 @@ # Vending Machine Server -SecGo Server Icon +SecGo Server Icon The central backend for the Vending Machine ecosystem. It manages product data, handles external API lookups, and stores the merchant's payment QR code. diff --git a/Server/assets/branding/secgo-server-icon.png b/Server/assets/branding/secgo-server-icon.png new file mode 100644 index 0000000..684c96a Binary files /dev/null and b/Server/assets/branding/secgo-server-icon.png differ diff --git a/assets/branding/secgo-lockup.png b/assets/branding/secgo-lockup.png new file mode 100644 index 0000000..b50e229 Binary files /dev/null and b/assets/branding/secgo-lockup.png differ