fix: update app target and improve notification handling

- Change APP_TARGET to new server address
- Add line break support in notification messages
- Include response details in webhook test notifications
- Add Content-Type header to webhook requests
This commit is contained in:
2026-05-07 19:23:35 +08:00
parent a97cb90c43
commit 49d9f4f389
3 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
const APP_TARGET = '192.168.1.19:19090'
const APP_TARGET = '192.168.20.4:19090'
export default defineConfig({
define: {