chore: initialize recovered claude workspace

This commit is contained in:
2026-04-02 15:29:01 +08:00
commit a10efa3b4b
1940 changed files with 506426 additions and 0 deletions

14
env.d.ts vendored Normal file
View File

@@ -0,0 +1,14 @@
declare const MACRO: {
VERSION: string
BUILD_TIME: string
PACKAGE_URL?: string
NATIVE_PACKAGE_URL?: string
FEEDBACK_CHANNEL?: string
ISSUES_EXPLAINER?: string
VERSION_CHANGELOG?: string
}
declare module '*.node' {
const value: unknown
export default value
}