CG LogListener PR - #6
Open
yorklin020 wants to merge 14 commits into
Open
Conversation
Added new features including SMTP mail settings, item damage notifications, application source settings, and feeding detection reminders.
- 將 PublishUrl 改為相對路徑 publish\ - 在 .gitignore 中排除 CLAUDE.md - 從 git 追蹤中移除 CLAUDE.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Updated README with new features and settings for notifications and detection.
1. 新增 cgLogListenerCheckBox8「採集物品損壞通知」,預設 pattern 為 ^(?!.*×\d+).*(安產平安鍊|超強安全帽).*壞掉了,命中時啟動 exe 同目錄的 採集物品損壞.ahk,含 5 秒冷卻與啟動失敗提示 2. 啟動判斷刻意獨立在 panel1 迴圈之外。迴圈命中第一個控制項就 break, 而「物品損壞通知」的 pattern 是本項的超集,同時啟用時本項永遠輪不到 3. 三個方案內專案的 TargetFrameworkVersion 與 app.config sku 由 v4.6 改為 v4.8。 v4.6 已於 2022 結束支援,開發機上的目標套件目錄是空殼,照原設定無法建置 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1. 內容為三視窗定點連點,去掉手動測試用的 3 秒倒數,啟動後直接開始點,
SoundBeep 是唯一的觸發提示
2. 檔頭補上 CoordMode("Mouse", "Screen")。v2 預設是 Client 座標,
不切會整組偏掉一個邊框加標題列的距離
3. 照 sound.wav 的方式加上 Content + CopyToOutputDirectory=Always,
這樣發布時會自動出現在 bin\Release,不用手動放
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
想彈性一點結果就是改得有點多…
對 winform 不熟,
主要靠 claude code 改+開魔力發話驗證修改結果,
然後發現已有其他人做了 DC、TG 的 notify,
TG 不熟我就沒驗證了,
mail, DC 皆可順利接收到訊息,
mail 需設定 smtp (我是使用 gmail)
DC 需創建個人伺服器,並取得 webhook 字串;
至於 line 改版成 messaging API 後還沒開發串接,
而且每日流量有限制,
我就沒弄了XD
York
20260128
20260203