This commit is contained in:
2026-04-10 15:37:02 +08:00
parent 161cd32277
commit f19e482c8f
233 changed files with 43987 additions and 5127 deletions

View File

@@ -5,10 +5,12 @@ import type {
ItemRarity,
WorldType,
} from '../types';
import {
EDITOR_ITEM_CATALOG_API_PATH,
} from '../editor/shared/editorApiClient';
import { buildDesignedItemMetadata } from './itemDesign';
export const ITEM_CATALOG_API_PATH = '/api/item-catalog';
export const ITEM_OVERRIDES_API_PATH = '/api/item-overrides';
export { EDITOR_ITEM_CATALOG_API_PATH as ITEM_CATALOG_API_PATH };
export const ITEM_CATEGORY_OPTIONS = [
'武器',