From 438e9e76725ba2acecfc9a6ae514764370c2c88c Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Sun, 9 Nov 2025 23:03:06 +0800 Subject: [PATCH] chore: fix jsdoc --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 2dc79b9..87994bc 100644 --- a/src/config.ts +++ b/src/config.ts @@ -69,7 +69,7 @@ interface ExternalizeDepsMixin { interface BytecodeMixin { /** * Options pass on to `bytecode` plugin in electron-vite. - * https://electron-vite.org/guide/source-code-protection#bytecodeplugin-options + * https://electron-vite.org/guide/source-code-protection#options * * Compile source code to v8 bytecode. */