美术更新

- detail页面修改
- ui布局修改
This commit is contained in:
2025-08-25 20:15:42 +08:00
parent 2ae00f5c23
commit d6c3c775b5
183 changed files with 22192 additions and 12914 deletions
+7 -1
View File
@@ -159,6 +159,7 @@ export class GirlDetail {
this.id = _buf_.readInt()
this.detailDesc = _buf_.readString()
{ let n = Math.min(_buf_.readSize(), _buf_.size); this.pics = []; for(let i = 0 ; i < n ; i++) { let _e0 ;_e0 = _buf_.readString(); this.pics.push(_e0);}}
{ let n = Math.min(_buf_.readSize(), _buf_.size); this.vids = []; for(let i = 0 ; i < n ; i++) { let _e0 ;_e0 = _buf_.readString(); this.vids.push(_e0);}}
}
/**
@@ -170,14 +171,19 @@ export class GirlDetail {
*/
readonly detailDesc: string
/**
* 资源列表
* 图片资源列表
*/
readonly pics: string[]
/**
* 视频资源列表
*/
readonly vids: string[]
resolve(tables:Tables) {
}
}