fix: update API URL to api.soar-enrich.com

This commit is contained in:
posimai 2026-03-26 23:05:47 +09:00
parent eeaa812aa7
commit dfa18c5c60
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.soar-enrich.com/brain/api'; const API_BASE = 'https://api.soar-enrich.com/brain/api';
// ── カテゴリカラー(ダーク / ライト) ────────────────────── // ── カテゴリカラー(ダーク / ライト) ──────────────────────
const CAT_COLORS = { const CAT_COLORS = {