善解人意屬實有點害羞 (@joegodwanggod) 在 Cursor dc通知 windows 中发帖
打開dc 創建 dc webhook
[image]
[image]
替換下面腳本中的 webhookUrl 保存.ps1腳本 例如叫做 send.ps1
原始
[image]
替換後應該得到
[image]
▶
摘要
放置在一個最短的路徑 例如 c d 槽
[image]
cursor 提示詞 (按需修改)
[image]
Always respond in 中文 with utf-8 encoding.
中文只能使用繁體中文
在每次回覆訊息最後,都必須在終端中使用 & "D:\send.ps1" "標題" "內容" 這個指令。
"標題"應替換為該次互動的簡短總結,"內容"應替換為我為您完成工作的詳細描述。
給腳本權限 使用管理者權限打開cmd
Unblock-File -Path "D:\send.ps1"
[image]
效果
[imag...