🎉 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
+33
View File
@@ -0,0 +1,33 @@
# noteapp — Release Package
> Version: 0.1.0 | Build: #1
> Generated: 2026-06-05T09:43:41.071Z
## 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:43:41.071Z",
"domain": "unknown",
"entityCount": 5,
"routeCount": 1,
"screenCount": 4,
"platforms": [
"windows",
"macos",
"linux"
],
"project": "noteapp",
"version": "0.1.0"
}
@@ -0,0 +1,6 @@
778875a8e0998559db05326b758dd88eb972da873b33d8a3820cc772ef5a014c windows/noteapp-setup-0.1.0.exe
b8802abdc92d0b9addd0a5206007e17f4b13b91aecdb67412e28982498d2a2ed windows/noteapp-0.1.0-portable.exe
e83bc76b55f28cd7f5943eae5e351541e87c62da1da34445725e4302d92320ea macos/noteapp-0.1.0.dmg
070bb3639f4eab761123bfb68ff3beb244ec19a0a2e96ef8687bb6370b8d881d macos/noteapp-0.1.0-arm64.dmg
832f39079a51f02cf049c58259b9e1abbbad16d137f8e037381dd3e80597d3de linux/noteapp-0.1.0.AppImage
f9dd7a3b2f6e823ca9f10e337f57795cbea32b95053b9fda6f934731ef60219c linux/noteapp_0.1.0_amd64.deb
@@ -0,0 +1,3 @@
[PLACEHOLDER] noteapp v0.1.0 Linux AppImage
This is a placeholder file for the Linux AppImage.
Generated: 2026-06-05T09:43:41.071Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] noteapp v0.1.0 Linux Debian Package
This is a placeholder file for the Linux .deb package.
Generated: 2026-06-05T09:43:41.071Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] noteapp v0.1.0 macOS ARM64 Disk Image
This is a placeholder file for the macOS ARM64 DMG.
Generated: 2026-06-05T09:43:41.071Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] noteapp v0.1.0 macOS Disk Image
This is a placeholder file for the macOS DMG installer.
Generated: 2026-06-05T09:43:41.071Z
@@ -0,0 +1,47 @@
{
"project": "noteapp",
"version": "0.1.0",
"buildNumber": 1,
"generatedAt": "2026-06-05T09:43:41.071Z",
"generator": "release-builder-agent",
"generatorVersion": "1.0.0",
"platforms": [
"windows",
"macos",
"linux"
],
"files": [
{
"path": "windows/noteapp-setup-0.1.0.exe",
"size": 142,
"sha256": "778875a8e0998559db05326b758dd88eb972da873b33d8a3820cc772ef5a014c"
},
{
"path": "windows/noteapp-0.1.0-portable.exe",
"size": 146,
"sha256": "b8802abdc92d0b9addd0a5206007e17f4b13b91aecdb67412e28982498d2a2ed"
},
{
"path": "macos/noteapp-0.1.0.dmg",
"size": 138,
"sha256": "e83bc76b55f28cd7f5943eae5e351541e87c62da1da34445725e4302d92320ea"
},
{
"path": "macos/noteapp-0.1.0-arm64.dmg",
"size": 140,
"sha256": "070bb3639f4eab761123bfb68ff3beb244ec19a0a2e96ef8687bb6370b8d881d"
},
{
"path": "linux/noteapp-0.1.0.AppImage",
"size": 131,
"sha256": "832f39079a51f02cf049c58259b9e1abbbad16d137f8e037381dd3e80597d3de"
},
{
"path": "linux/noteapp_0.1.0_amd64.deb",
"size": 141,
"sha256": "f9dd7a3b2f6e823ca9f10e337f57795cbea32b95053b9fda6f934731ef60219c"
}
],
"totalFiles": 6,
"totalSize": 838
}
@@ -0,0 +1,54 @@
# noteapp v0.1.0
> Release Builder Agent — SF-07
> Generated: 2026-06-05 09:43:41 UTC
## Version
- **Name:** noteapp
- **Version:** 0.1.0
- **Build:** #1
## Features
- auth
- note_tags
- notes
- tags
- users
## Build Info
- **Build Time:** 2026-06-05T09:43:41.071Z
- **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": "noteapp",
"version": "0.1.0",
"buildNumber": 1,
"platforms": [
"windows",
"macos",
"linux"
]
}
@@ -0,0 +1,3 @@
[PLACEHOLDER] noteapp v0.1.0 Windows Portable
This is a placeholder file for the Windows portable executable.
Generated: 2026-06-05T09:43:41.071Z
@@ -0,0 +1,3 @@
[PLACEHOLDER] noteapp v0.1.0 Windows Installer
This is a placeholder file for the Windows NSIS installer.
Generated: 2026-06-05T09:43:41.071Z