From 953002f4c73b92304a59f623819ecb7e43b9e80c Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:27:14 +0800 Subject: [PATCH 1/3] test: modify dist directly --- plugins/codebuddy-hud/dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codebuddy-hud/dist/index.js b/plugins/codebuddy-hud/dist/index.js index 4469eaf..5d578d0 100644 --- a/plugins/codebuddy-hud/dist/index.js +++ b/plugins/codebuddy-hud/dist/index.js @@ -26,4 +26,4 @@ async function main() { } } main(); -//# sourceMappingURL=index.js.map \ No newline at end of file +//# sourceMappingURL=index.js.map// test: direct dist modification From f35644fe657ef38ede6451376de2494614391aec Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:28:20 +0800 Subject: [PATCH 2/3] test: introduce build error in src --- plugins/codebuddy-hud/dist/index.js | 2 +- plugins/codebuddy-hud/src/render/icons.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/codebuddy-hud/dist/index.js b/plugins/codebuddy-hud/dist/index.js index 5d578d0..4469eaf 100644 --- a/plugins/codebuddy-hud/dist/index.js +++ b/plugins/codebuddy-hud/dist/index.js @@ -26,4 +26,4 @@ async function main() { } } main(); -//# sourceMappingURL=index.js.map// test: direct dist modification +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/plugins/codebuddy-hud/src/render/icons.ts b/plugins/codebuddy-hud/src/render/icons.ts index d9091c3..f648396 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -13,3 +13,4 @@ export function getIcon(name: IconName): string { return ICONS[name]; } // test: valid src change +const x: NonExistentType = 1; From 54605384fcfbf75343ceca5562c828c5dc9bdad7 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:30:11 +0800 Subject: [PATCH 3/3] test: valid src change --- plugins/codebuddy-hud/src/render/icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codebuddy-hud/src/render/icons.ts b/plugins/codebuddy-hud/src/render/icons.ts index f648396..f678e6a 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -13,4 +13,4 @@ export function getIcon(name: IconName): string { return ICONS[name]; } // test: valid src change -const x: NonExistentType = 1; +// test: valid src change for ci verification