fix: migrate API endpoint from Synology to VPS (posimai.soar-enrich.com)

This commit is contained in:
posimai 2026-03-25 23:22:53 +09:00
parent 4ea0d7da81
commit 4dd291a5f8
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ const ENABLED_KEY = 'posimai-veil-enabled';
const CUSTOM_KEY = 'posimai-veil-custom'; const CUSTOM_KEY = 'posimai-veil-custom';
const API_KEY_KEY = 'posimai_api_key'; const API_KEY_KEY = 'posimai_api_key';
const COLOR_MODE_KEY = 'posimai-veil-color-mode'; const COLOR_MODE_KEY = 'posimai-veil-color-mode';
const API_BASE = 'https://posimai-lab.tail72e846.ts.net/brain/api'; const API_BASE = 'https://posimai.soar-enrich.com/brain/api';
// ── カテゴリカラー(ダーク / ライト) ────────────────────── // ── カテゴリカラー(ダーク / ライト) ──────────────────────
const CAT_COLORS = { const CAT_COLORS = {