pangliang071

Results 2 issues of pangliang071

我用sample下maven作为我的开发源码, 一、将plugin-project复制了一份,作为另外一个插件,然后将里面的partKey 改为 'sample-plugin2'。将包名改为“com.tencent.shadow.sample.plugin2”。打包成zip后再重命名为"plugin2-debug.zip" 二、将manager-project 里面的 samplePluginManager.java中enter函数中复制了一个代码如下: public void enter(final Context context, long fromId, Bundle bundle, final EnterCallback callback) { if (fromId == Constant.FROM_ID_START_ACTIVITY) { bundle.putString(Constant.KEY_PLUGIN_ZIP_PATH, "/data/local/tmp/plugin-debug.zip"); bundle.putString(Constant.KEY_PLUGIN_PART_KEY, "sample-plugin"); bundle.putString(Constant.KEY_ACTIVITY_CLASSNAME,...

下图中,我用 ### aaChartView.aa_onlyRefreshTheChartDataWithChartModelSeries(configureSeriesDataArray(), animation: false) 刷新数据, ### 其中configureSeriesDataArray()只设置了2个高亮点。 但是每次调用上面指令刷新数据时候,上一组的高亮点不消失,如下图所示,应该只有两个高亮点显示的。 麻烦问下我该怎么设置一下呢? ![211671255235_ pic](https://user-images.githubusercontent.com/25720949/208227165-82bc5e33-c12c-4679-a914-3dd593c1585e.jpg)