2hu

Results 5 issues of 2hu

Each addon has a [_findHost](https://github.com/ember-cli/ember-cli/blob/master/lib/models/addon.js#L759) method, ember-engine also got it's own [findHost](https://github.com/ember-engines/ember-engines/blob/master/lib/utils/find-host.js), the ember-engine's version just treated the "lazy engine" as the host. And this "findHost" method is always used...

ember-engines

`component` helper invocation does not support appending `class` argument to the html classname as the angle bracket component invocation do, so change it angle bracket invocation.

Before: The html preview will lose the tailwind style when switch between html preview tab and other preview tabs back and forth. https://github.com/vercel/satori/assets/5362563/5d53f2d0-160f-4bce-919e-6c975bc3c7d1 After: https://github.com/vercel/satori/assets/5362563/40014923-673b-4828-ae51-bb7692ed2b28

当把head选项设为false时,默认选项和defVal的设置不一致。head为默认或把head设置为其他非false的值表现正常。

The text color of badges would be black under dark mode in local dev