muzidudu

Results 4 issues of muzidudu

修复方法 `public Tab setIcon(@Nullable Context context, @DrawableRes int resId) { Bitmap bitmap=null; if (Build.VERSION.SDK_INT>Build.VERSION_CODES.LOLLIPOP){ Drawable vectorDrawable = context.getDrawable(resId); bitmap = Bitmap.createBitmap(vectorDrawable.getIntrinsicWidth(), vectorDrawable.getIntrinsicHeight(), Bitmap.Config.ARGB_8888); Canvas canvas = new Canvas(bitmap); vectorDrawable.setBounds(0, 0,...

How do you implement this code `GET /_search { "query": { "more_like_this" : { "fields" : ["title", "description"], "like" : "Once upon a time", "min_term_freq" : 1, "max_query_terms" : 12...

feature

如题。重新修改了player.html后。没有任何效果直接还原了

https://github.com/top-think/think-multi-app/blob/a997f2b54527020e8a39f071e29c6278f1fd0862/src/MultiApp.php#L242 这里有错误 望修正下 `$this->app->loadLangPack($this->app->lang->getLangSet());`