feat: Implement Krux KEF encryption compatibility

This commit is contained in:
LC mac
2026-02-08 01:36:17 +08:00
parent 008406ef59
commit 54195ead8d
10 changed files with 203 additions and 99 deletions

View File

@@ -1,5 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import wasm from 'vite-plugin-wasm'
import topLevelAwait from 'vite-plugin-top-level-await'
import { execSync } from 'child_process'
import fs from 'fs'
@@ -12,6 +14,8 @@ const gitHash = execSync('git rev-parse --short HEAD').toString().trim()
export default defineConfig({
plugins: [
wasm(),
topLevelAwait(),
react(),
{
name: 'html-transform',