Results 8 issues of Lazyloading

请问怎么修改,没找到可以修改的文件,现在底部的`本文链接`以文章文件名生成的,如果是中文的话会有编码问题。

现在要只能在主页侧滑,找了下看到有个`sideMenuPanMode`api,但是设置后发下并不是,看了demo初始化`FWSideMenuContainerViewController`的地方也没找到,请问该怎么设置?

js发起的post请求body被清空,

### 代码 我使用项目提供的demo,以下是demo自带示例方法,我做了一点修改,添加了缩放和标签显示,然后有些问题想请教下 ```swift //SpecialChartComposer.swift static func bubbleChart() -> AAChartModel { AAChartModel() .chartType(.bubble) .title("AACHARTKIT BUBBLES") .subtitle("JUST FOR FUN") .yAxisTitle("℃") .yAxisGridLineWidth(0) .dataLabelsEnabled(true)// 此处为增加代码 .zoomType(.xy) .colorsTheme([ // AAGradientColor.radialGradient(position: .topCenter, startColor: AAColor.red, endColor:...

### 背景 我看目前demo中提供的刷新示例和库里提供的数据更新方法,数据更新是以section为单位,每次需要更新时调用 ```objectivec - (void)hd_changeSectionModelWithKey:(nullable NSString*)sectionKey animated:(BOOL)animated changingIn:(void(^)(id secModel))changeBlock animationFinishCallback:(void(^ _Nullable)(void))animationFinish; ``` 如果我点击section1,然后刷新section1下的cell数据呢?只能重新创建section1下所有`HDCellModel`吗?好像没有直接刷新cell数据的方法,demo中提供了一个示例,但是不满足,是一个点击cell本身,更新当前cell数据的方法 ```objectivec - (void)clickCell:(HDCellModel*)cellM { NSLog(@"点击了%zd--%zd cell",cellM.indexP.section,cellM.indexP.item); //刷新当前cell的UI [listV hd_changeSectionModelWithKey:cellM.secModel.sectionKey animated:YES changingIn:^(HDSectionModel *secModel) { cellM.orgData = @(arc4random()%1000).stringValue;...

如标题,第一个header悬停在头部后继续上滑,第二个header悬停在第一个header下方,第三个悬停在第二个下方,有什么好的思路吗?