更新 README

This commit is contained in:
o.o.c.
2025-12-09 00:08:16 +08:00
parent 493a02d981
commit d9405c8584
21 changed files with 124 additions and 1647 deletions

View File

@@ -8,6 +8,7 @@ export class page_view extends Component {
protected start(): void {
const listComp = this.node.getChildByName('list').getComponent(YXCollectionView)
listComp.recycleInterval = 0
listComp.ignoreScrollEndedDuringAutoScroll = true
listComp.numberOfItems = () => {
return 3

View File

@@ -298,6 +298,7 @@
"preloadNodesLimitPerFrame": 2,
"frameInterval": 1,
"recycleInterval": 1,
"autoReloadOnSizeChange": false,
"registerCellForEditor": [
{
"__id__": 8

View File

@@ -298,6 +298,7 @@
"preloadNodesLimitPerFrame": 2,
"frameInterval": 1,
"recycleInterval": 1,
"autoReloadOnSizeChange": false,
"registerCellForEditor": [
{
"__id__": 8

View File

@@ -8,6 +8,7 @@ export class table_in_page extends Component {
protected start(): void {
const listComp = this.node.getChildByName('list').getComponent(YXCollectionView)
listComp.recycleInterval = 0
listComp.ignoreScrollEndedDuringAutoScroll = true
listComp.numberOfItems = () => {
return 5