release: nexus btpanel session fix and app-v2

This commit is contained in:
Codex Release Bot
2026-07-08 22:31:31 +08:00
commit 1933f0af6e
2457 changed files with 350105 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Line endings: Ubuntu production + bash scripts require LF in git.
# Windows dev: set `git config core.autocrlf false` and rely on this file.
*.sh text eol=lf
*.py text eol=lf
*.vue text eol=lf
*.ts text eol=lf
*.mts text eol=lf
*.mjs text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.toml text eol=lf
*.ini text eol=lf
*.sql text eol=lf
*.md text eol=lf
*.txt text eol=lf
.env.example text eol=lf
.gitattributes text eol=lf
.editorconfig text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf