feat: 提交资源

This commit is contained in:
han_han9
2025-10-28 21:55:41 +08:00
parent 591f398085
commit 55c4fcd9ae
2146 changed files with 172747 additions and 456 deletions

View File

@@ -0,0 +1,16 @@
/**
* 自动生成的枚举类型定义
* 请勿手动修改此文件
* 生成时间: 2025-10-13T13:51:42.230Z
*/
export enum DressSourceType {
/** 无 */
NONE = 0,
/** 插槽 */
SLOT = 1,
/** 挂点静态图 */
SOCKET_TEX = 2,
/** 挂点动画 */
SOCKET_SPINE = 3
}