Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 34d6d39

Browse files
committed
feat: ✨ Supplemental disablement update for posting
1 parent 5032fa9 commit 34d6d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cursor-reset.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ async function resetCursorId() {
552552
// 自动禁用更新,无需询问
553553
console.log('\n🔄 正在禁用自动更新...');
554554
if (await disableAutoUpdate()) {
555-
console.log('✅ 自动更新已成功禁用');
555+
console.log('✅ 自动更新已成功禁用');
556556
} else {
557-
console.error('❌ 禁用自动更新失败');
557+
console.error('❌ 禁用自动更新失败');
558558
}
559559

560560
console.log('\n✨ 现在可以启动 Cursor 编辑器了');

0 commit comments

Comments
 (0)