feat: 灵犀 Studio Web UI 定制版
Co-authored-by: Cursor <cursoragent@cursor.com>
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 552 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 821 B |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +1,8 @@
|
||||
!macro customInit
|
||||
IfFileExists "$INSTDIR\Hermes Studio.exe" 0 hermesStudioStopDone
|
||||
DetailPrint "Stopping Hermes Studio..."
|
||||
nsExec::ExecToLog '"$INSTDIR\Hermes Studio.exe" --quit'
|
||||
Sleep 5000
|
||||
nsExec::ExecToLog 'taskkill.exe /IM "Hermes Studio.exe" /T /F'
|
||||
hermesStudioStopDone:
|
||||
!macroend
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"tag": "hermes-0.15.2-runtime"
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 97 KiB |