# im_windows **Repository Path**: summerHappy/im_windows ## Basic Information - **Project Name**: im_windows - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-29 - **Last Updated**: 2026-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IMPC Desktop ## Overview This application embeds `https://impc.hx.cn/` inside a WinForms desktop shell powered by WebView2. ## Features - Single-instance app: launching again restores the existing window - Close or minimize to the Windows tray - Double-click the tray icon to restore the window - Tray menu: open, refresh, exit - Flash the tray icon when the page title shows unread markers ## Unread Title Rules Tray alerting starts when the page title matches one of these rules: - contains `【number】` - contains `(number)` - contains `新消息` Tray alerting stops when the title no longer matches those rules or when the user restores the window. ## Build ```powershell powershell -ExecutionPolicy Bypass -File .\build-launcher.ps1 ``` ## Output ```text .\release\IMPC-Desktop.exe ``` ## Installer Build Use Inno Setup to compile: ```powershell iscc .\installer\恒星IM.iss ``` Installer output: ```text .\dist-installer\恒星IM-安装版.exe ``` Installed features: - Program Files installation - Desktop shortcut - Start Menu shortcut - Uninstall entry - Optional startup-at-login