docs: update readme

This commit is contained in:
Justineo
2025-09-18 00:22:55 +08:00
committed by GU Yiling
parent 79932b65c0
commit 52938f4a03
3 changed files with 16 additions and 28 deletions

View File

@ -108,9 +108,7 @@ export default defineComponent({
override?: UpdateOptions,
): UpdateOptions {
const base = realUpdateOptions.value;
const result: UpdateOptions = {
...(override ?? {}),
};
const result: UpdateOptions = { ...override };
const replacements = [
...(plan?.replaceMerge ?? []),