🎉 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 @@
# petcare — Release Package
> Version: 0.1.0 | Build: #1
> Generated: 2026-06-05T09:23:47.775Z
## 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-05T09:23:47.775Z",
"domain": "unknown",
"entityCount": 5,
"routeCount": 1,
"screenCount": 6,
"platforms": [
"windows",
"macos",
"linux"
],
"project": "petcare",
"version": "0.1.0"
}
@@ -0,0 +1,6 @@
f78fc88c88875a0db8daa73e0870f2d32c13ef8ec4533328abb35f1d3f39e858 windows/petcare-setup-0.1.0.exe
38306731a16248a8d7f1a5677ea4e90351410a57963c99927ad6f3a1b2425b27 windows/petcare-0.1.0-portable.exe
82f88998bdafb0bd3c2311c76ce673268b64c88506740faab67fe5617b5d5820 macos/petcare-0.1.0.dmg
b6f12fcb63acb4110677e4a6894571e7b685f70b5272d1d8af9b2fe1e4928cc7 macos/petcare-0.1.0-arm64.dmg
bb7a6f92c4e64044424c27f2d54a36f26f183c4d08f138b38d586c24cb6c834b linux/petcare-0.1.0.AppImage
70bdf5f1a818b49ebd48dd19ba46537e5650b8c65164db5b38a2dbf7bd5708cc linux/petcare_0.1.0_amd64.deb
@@ -0,0 +1,3 @@
[PLACEHOLDER] petcare v0.1.0 Linux AppImage
This is a placeholder file for the Linux AppImage.
Generated: 2026-06-05T09:23:47.775Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] petcare v0.1.0 Linux Debian Package
This is a placeholder file for the Linux .deb package.
Generated: 2026-06-05T09:23:47.775Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] petcare v0.1.0 macOS ARM64 Disk Image
This is a placeholder file for the macOS ARM64 DMG.
Generated: 2026-06-05T09:23:47.775Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] petcare v0.1.0 macOS Disk Image
This is a placeholder file for the macOS DMG installer.
Generated: 2026-06-05T09:23:47.775Z
@@ -0,0 +1,47 @@
{
"project": "petcare",
"version": "0.1.0",
"buildNumber": 1,
"generatedAt": "2026-06-05T09:23:47.775Z",
"generator": "release-builder-agent",
"generatorVersion": "1.0.0",
"platforms": [
"windows",
"macos",
"linux"
],
"files": [
{
"path": "windows/petcare-setup-0.1.0.exe",
"size": 142,
"sha256": "f78fc88c88875a0db8daa73e0870f2d32c13ef8ec4533328abb35f1d3f39e858"
},
{
"path": "windows/petcare-0.1.0-portable.exe",
"size": 146,
"sha256": "38306731a16248a8d7f1a5677ea4e90351410a57963c99927ad6f3a1b2425b27"
},
{
"path": "macos/petcare-0.1.0.dmg",
"size": 138,
"sha256": "82f88998bdafb0bd3c2311c76ce673268b64c88506740faab67fe5617b5d5820"
},
{
"path": "macos/petcare-0.1.0-arm64.dmg",
"size": 140,
"sha256": "b6f12fcb63acb4110677e4a6894571e7b685f70b5272d1d8af9b2fe1e4928cc7"
},
{
"path": "linux/petcare-0.1.0.AppImage",
"size": 131,
"sha256": "bb7a6f92c4e64044424c27f2d54a36f26f183c4d08f138b38d586c24cb6c834b"
},
{
"path": "linux/petcare_0.1.0_amd64.deb",
"size": 141,
"sha256": "70bdf5f1a818b49ebd48dd19ba46537e5650b8c65164db5b38a2dbf7bd5708cc"
}
],
"totalFiles": 6,
"totalSize": 838
}
@@ -0,0 +1,54 @@
# petcare v0.1.0
> Release Builder Agent — SF-07
> Generated: 2026-06-05 09:23:47 UTC
## Version
- **Name:** petcare
- **Version:** 0.1.0
- **Build:** #1
## Features
- auth
- daily_logs
- pets
- schedules
- users
## Build Info
- **Build Time:** 2026-06-05T09:23:47.775Z
- **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": "petcare",
"version": "0.1.0",
"buildNumber": 1,
"platforms": [
"windows",
"macos",
"linux"
]
}
@@ -0,0 +1,3 @@
[PLACEHOLDER] petcare v0.1.0 Windows Portable
This is a placeholder file for the Windows portable executable.
Generated: 2026-06-05T09:23:47.775Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] petcare v0.1.0 Windows Installer
This is a placeholder file for the Windows NSIS installer.
Generated: 2026-06-05T09:23:47.774Z