fix: migrate API endpoint from Synology to VPS (posimai.soar-enrich.com)
This commit is contained in:
parent
4ea0d7da81
commit
4dd291a5f8
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue