🎉 init: 小龙的工作空间

This commit is contained in:
大海
2026-06-06 10:40:48 +08:00
commit a188ee1426
3201 changed files with 231817 additions and 0 deletions
@@ -0,0 +1,33 @@
# shopapp — Release Package
> Version: 0.1.0 | Build: #1
> Generated: 2026-06-05T22:08:34.975Z
## Directory Structure
```
release/
├── version.json — Version metadata
├── build-info.json — Build environment info
├── README.md — This file
├── manifests/
│ └── manifest.json — Release manifest with file hashes
├── checksums/
│ └── checksums.txt — SHA256 checksums for verification
├── release-notes/
│ └── release-notes.md — Human-readable release notes
├── windows/ — Windows installers
├── macos/ — macOS disk images
└── linux/ — Linux packages
```
## Verification
```bash
# Verify checksums
cd release/checksums
shasum -a 256 -c checksums.txt
```
---
*Generated by Release Builder Agent — SF-07*
@@ -0,0 +1,16 @@
{
"nodeVersion": "v26.0.0",
"generatorVersion": "1.0.0",
"buildTime": "2026-06-05T22:08:34.975Z",
"domain": "unknown",
"entityCount": 10,
"routeCount": 1,
"screenCount": 14,
"platforms": [
"windows",
"macos",
"linux"
],
"project": "shopapp",
"version": "0.1.0"
}
@@ -0,0 +1,6 @@
d559a7751b0c4d2c79edab0b8d5d62f522d86b198183800a156c54f7f2bb7ed3 windows/shopapp-setup-0.1.0.exe
fdd7427f87e442d853beae028d07323bc8e2da7950da8244ef1c379db4332a49 windows/shopapp-0.1.0-portable.exe
65c6cad749b9c8524c2d2e09001c38c9cf43437a7d55e907fa71a299d24d2044 macos/shopapp-0.1.0.dmg
1c416233460c1c563469c1eb42ea40dc46856a31a3e96dae35a8fcbbda761ba3 macos/shopapp-0.1.0-arm64.dmg
d99765416f41cf42fb60d45ca7093190acc4be31b4c49189fb7e39548433e4d3 linux/shopapp-0.1.0.AppImage
2fb0c271a08ef523295f997a0ca07958ba7904ea48042964277b01efade50dae linux/shopapp_0.1.0_amd64.deb
@@ -0,0 +1,3 @@
[PLACEHOLDER] shopapp v0.1.0 Linux AppImage
This is a placeholder file for the Linux AppImage.
Generated: 2026-06-05T22:08:34.975Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] shopapp v0.1.0 Linux Debian Package
This is a placeholder file for the Linux .deb package.
Generated: 2026-06-05T22:08:34.975Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] shopapp v0.1.0 macOS ARM64 Disk Image
This is a placeholder file for the macOS ARM64 DMG.
Generated: 2026-06-05T22:08:34.975Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] shopapp v0.1.0 macOS Disk Image
This is a placeholder file for the macOS DMG installer.
Generated: 2026-06-05T22:08:34.975Z
@@ -0,0 +1,47 @@
{
"project": "shopapp",
"version": "0.1.0",
"buildNumber": 1,
"generatedAt": "2026-06-05T22:08:34.975Z",
"generator": "release-builder-agent",
"generatorVersion": "1.0.0",
"platforms": [
"windows",
"macos",
"linux"
],
"files": [
{
"path": "windows/shopapp-setup-0.1.0.exe",
"size": 142,
"sha256": "d559a7751b0c4d2c79edab0b8d5d62f522d86b198183800a156c54f7f2bb7ed3"
},
{
"path": "windows/shopapp-0.1.0-portable.exe",
"size": 146,
"sha256": "fdd7427f87e442d853beae028d07323bc8e2da7950da8244ef1c379db4332a49"
},
{
"path": "macos/shopapp-0.1.0.dmg",
"size": 138,
"sha256": "65c6cad749b9c8524c2d2e09001c38c9cf43437a7d55e907fa71a299d24d2044"
},
{
"path": "macos/shopapp-0.1.0-arm64.dmg",
"size": 140,
"sha256": "1c416233460c1c563469c1eb42ea40dc46856a31a3e96dae35a8fcbbda761ba3"
},
{
"path": "linux/shopapp-0.1.0.AppImage",
"size": 131,
"sha256": "d99765416f41cf42fb60d45ca7093190acc4be31b4c49189fb7e39548433e4d3"
},
{
"path": "linux/shopapp_0.1.0_amd64.deb",
"size": 141,
"sha256": "2fb0c271a08ef523295f997a0ca07958ba7904ea48042964277b01efade50dae"
}
],
"totalFiles": 6,
"totalSize": 838
}
@@ -0,0 +1,59 @@
# shopapp v0.1.0
> Release Builder Agent — SF-07
> Generated: 2026-06-05 22:08:34 UTC
## Version
- **Name:** shopapp
- **Version:** 0.1.0
- **Build:** #1
## Features
- auth
- inventory
- logistics
- order_items
- orders
- products
- stock_alerts
- stocktaking
- suppliers
- users
## Build Info
- **Build Time:** 2026-06-05T22:08:34.975Z
- **Generator:** release-builder-agent v1.0.0
- **Node Version:** v26.0.0
## Platforms
- ✅ windows
- ✅ macos
- ✅ linux
## Installation
### Windows
```
Download the .exe installer from release/windows/
```
### macOS
```
Download the .dmg from release/macos/
```
### Linux
```
Download the .AppImage from release/linux/
```
## Checksums
See `checksums/checksums.txt` for SHA256 verification.
---
*Generated by Release Builder Agent — SF-07*
@@ -0,0 +1,10 @@
{
"name": "shopapp",
"version": "0.1.0",
"buildNumber": 1,
"platforms": [
"windows",
"macos",
"linux"
]
}
@@ -0,0 +1,3 @@
[PLACEHOLDER] shopapp v0.1.0 Windows Portable
This is a placeholder file for the Windows portable executable.
Generated: 2026-06-05T22:08:34.975Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] shopapp v0.1.0 Windows Installer
This is a placeholder file for the Windows NSIS installer.
Generated: 2026-06-05T22:08:34.974Z