umijs / plugins

🍣 The one-stop shop for official Umi plugins and presets.
349 stars 238 forks source link

feat: describe antd-mobile config #780

Closed xiaohuoni closed 2 years ago

xiaohuoni commented 2 years ago

期望的配置是

{
  antdMobile: {
    hd: true
  }
}

现在的实现是

hd:{ }

https://mobile.ant.design/zh/guide/hd

codecov[bot] commented 2 years ago

Codecov Report

Merging #780 (4f9cfee) into master (f933b5e) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #780   +/-   ##
=======================================
  Coverage   46.07%   46.07%           
=======================================
  Files          67       67           
  Lines        1645     1645           
  Branches      428      428           
=======================================
  Hits          758      758           
  Misses        885      885           
  Partials        2        2           
Impacted Files Coverage Δ
packages/plugin-antd-mobile/src/index.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f933b5e...4f9cfee. Read the comment docs.

xiaohuoni commented 2 years ago

@chenshuai2144 帮忙发个版本