docs(encrypt): update Go implementation status to Available

Also fix shell command injection in bench.ts and simplify build script.
This commit is contained in:
Cell
2026-07-21 16:23:08 +08:00
parent 2c0b48370b
commit 15b415ff2e
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
"dev:docs": "hugo server --source=../fixit-docs -D --disableFastRender --navigateToChanged --ignoreCache -O",
"build:demo": "pnpm -F demo build",
"build:test": "pnpm -F test build",
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start && pnpm encrypt && pnpm encrypt --verify",
"build": "concurrently 'pnpm build:demo' 'pnpm build:test' && pnpm -F integration start && pnpm encrypt",
"encrypt": "pnpm -F encrypt start",
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
"preview": "serve public",