mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
31c5e44558
commit
12becefe12
4
.github/workflows/build-apps.yml
vendored
4
.github/workflows/build-apps.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: [6.8.3, 6.9.1]
|
||||
arch: [win64_msvc2022_64, win64_mingw]
|
||||
version: [6.8.3]
|
||||
arch: [win64_msvc2022_64]
|
||||
app: [xAssistant, xDebug, xCode, xOscilloscope, xPing]
|
||||
steps:
|
||||
- name: Pull code
|
||||
|
||||
21
xapps/README.md
Normal file
21
xapps/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
# xApps
|
||||
|
||||
> Qt 6.8 is supported only.
|
||||
|
||||
## xApps List
|
||||
|
||||
| xApp | Description |
|
||||
| ---- | ----------- |
|
||||
| `xAssistant` | Just a simple xTools |
|
||||
| `xCode` | A Barcode and QR code generator |
|
||||
| `xDebug` | A simple xTools with modern ui |
|
||||
| `xOscilloscope` | A serial port oscilloscope |
|
||||
| `xPing` | A ping tool, which can scan host by pinging |
|
||||
| `xProtocol` | A general tool for data reading and writing with custom protocol |
|
||||
| `xSvg` | A svg tool, which can change svg size color and so on |
|
||||
|
||||
## How to Build
|
||||
|
||||
You can set the `X_APP` value to build a specific xApp.
|
||||
|
||||

|
||||
BIN
xapps/xApps.gif
Normal file
BIN
xapps/xApps.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 501 KiB |
Loading…
Reference in New Issue
Block a user