更新技师资源

This commit is contained in:
2025-08-29 14:21:46 +08:00
parent 733a4806cf
commit 56df0e1f86
436 changed files with 18631 additions and 4265 deletions
+8 -2
View File
@@ -17,9 +17,9 @@ export enum Category {
*/
shunv = 0,
/**
* 18岁
* 20s
*/
eighteen = 1,
twenty = 1,
/**
* 辣妈
*/
@@ -117,6 +117,7 @@ export class Girl {
this.tagKey = _buf_.readString()
this.priceType = _buf_.readInt()
this.avatarPath = _buf_.readString()
this.listAvatarPath = _buf_.readString()
}
/**
@@ -147,6 +148,10 @@ export class Girl {
* 头像路径
*/
readonly avatarPath: string
/**
* 头像路径
*/
readonly listAvatarPath: string
resolve(tables:Tables) {
@@ -156,6 +161,7 @@ export class Girl {
}
}