Reorganized model structure by replacing 'object' and 'items' with a unified 'item' model using UUIDs, and moved base model logic into separate files. Updated routes to use the new item model and improved request/response handling. Enhanced user and setting models, added utility functions, and improved error handling throughout the codebase. Also added initial .idea project files and minor admin API improvements. Co-Authored-By: 砂糖橘 <54745033+Foxerine@users.noreply.github.com>
17 lines
592 B
XML
17 lines
592 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="MaterialThemeProjectNewConfig">
|
|
<option name="metadata">
|
|
<MTProjectMetadataState>
|
|
<option name="migrated" value="true" />
|
|
<option name="pristineConfig" value="false" />
|
|
<option name="userId" value="-7c28e060:19966355718:-7ffa" />
|
|
</MTProjectMetadataState>
|
|
</option>
|
|
<option name="titleBarState">
|
|
<MTProjectTitleBarConfigState>
|
|
<option name="overrideColor" value="false" />
|
|
</MTProjectTitleBarConfigState>
|
|
</option>
|
|
</component>
|
|
</project> |