首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

ant-design-mobile-rn-5.1.3.zip

前端 1.07MB 7 需要积分: 1
立即下载

资源介绍:

一个基于 React Native 的 UI 组件库
English | [简体中文](./README.zh-CN.md)

# Ant Design Mobile RN [![](https://img.shields.io/travis/ant-design/ant-design-mobile-rn.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-mobile-rn) [![Codecov](https://img.shields.io/codecov/c/github/ant-design/ant-design-mobile-rn.svg?style=flat-square)](https://codecov.io/gh/ant-design/ant-design-mobile-rn) [![npm package](https://img.shields.io/npm/v/@ant-design/react-native.svg?style=flat-square)](https://www.npmjs.org/package/@ant-design/react-native) [![NPM downloads](http://img.shields.io/npm/dm/@ant-design/react-native.svg?style=flat-square)](https://npmjs.org/package/@ant-design/react-native) [![Dependency Status](https://david-dm.org/ant-design/ant-design-mobile-rn.svg?style=flat-square)](https://david-dm.org/ant-design/ant-design-mobile-rn) [![Percentage of issues still open](http://isitmaintained.com/badge/open/ant-design/ant-design-mobile-rn.svg)](http://isitmaintained.com/project/ant-design/ant-design-mobile-rn 'Percentage of issues still open') [![Join the chat at https://gitter.im/ant-design/ant-design](https://img.shields.io/gitter/room/ant-design/ant-design.svg?style=flat-square)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) A configurable Mobile UI specification and React-based implementation. > If you only care about the style you may give [[Tanjun]](https://github.com/bang88/Tanjun) a try. ## Features - Follow Ant Design Mobile UI specification. - Configurable UI style for different products. - Support web and native usages based on React Native. - Develop in TypeScript. ## Expo - **Web support** Preview Web Platform in [[here] 🔗](https://1uokun.github.io/ant-design-mobile-rn/index.html) - **Expo demo app** |SDK 49+ iOS|SDK 49+ Android| |--|--| | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) |
Expo SDK history version |Expo SDK 44|SDK 47 iOS|SDK 47 Android| |--|--|--| | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) | [expo/ant-design-mobile-rn](https://expo.dev/@1uokun/ant-design-mobile-rn) |
> Open the camera app on your device and scan the code above,
need install expo app: https://expo.io/tools ## Development - **Running On Device** ```bash # clone git clone git@github.com:ant-design/ant-design-mobile-rn.git # go to ant rn folder cd ant-design-mobile-rn # install dependencies yarn # start ios cd rn-kitchen-sink/ios && pod install yarn ios # start android yarn android ``` - **Running On Expo** ```bash # go to expo example folder cd example # install dependencies yarn # start expo yarn expo ``` ## Install & Usage ```bash $ npm install @ant-design/react-native --save ``` or ```bash yarn add @ant-design/react-native ``` ### Installing peer dependencies ```bash npm install @react-native-community/segmented-control @react-native-community/slider @ant-design/icons-react-native react-native-gesture-handler ``` or ```bash yarn add @react-native-community/segmented-control @react-native-community/slider @ant-design/icons-react-native react-native-gesture-handler ``` > You need go to ios folder and run `pod install` (auto linking),Android will handle it by itself. ### Link icon fonts ```js // config `react-native.config.js` in project’s root directory module.exports = { assets: ['node_modules/@ant-design/icons-react-native/fonts'], }; ``` then ```bash npx react-native-asset ``` [introduce](docs/react/introduce.en-US.md#2-installation) ## Links - [Home Page](http://rn.mobile.ant.design) - [Developer Instruction](development.en-US.md) - [React components](http://github.com/react-component/) - [Demos](https://github.com/ant-design/antd-mobile-samples) ## Contributing We welcome all contributions, please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design-mobile-rn/blob/master/.github/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/ant-design/ant-design-mobile-rn/pulls) or as a [GitHub issue](https://github.com/ant-design/ant-design-mobile-rn/issues). If you'd like to improve code, check out the [Development Instruction](https://github.com/ant-design/ant-design-mobile-rn/blob/master/development.en-US.md) and have a good time! :) ## 仓库 https://github.com/ant-design/ant-design-mobile-rn

资源文件列表:

ant-design-mobile-rn-5.1.3.zip 大约有689个文件
  1. .npmignore 31B
  2. development.en-US.md 3.56KB
  3. react-native.config.js 174B
  4. jestSetup.js 267B
  5. LICENSE 1.07KB
  6. CNAME 21B
  7. CHANGELOG.en-US.md 12.68KB
  8. index.js 31B
  9. webpack.config.js 156B
  10. .editorconfig 167B
  11. README.md 5.31KB
  12. CHANGELOG.zh-CN.md 12.95KB
  13. yarn.lock 680.47KB
  14. tsconfig.test.json 132B
  15. metro.config.js 299B
  16. babel.config.js 326B
  17. .gitignore 910B
  18. package.json 4.9KB
  19. .buckconfig 114B
  20. .watchmanconfig 2B
  21. .nvmrc 8B
  22. .prettierrc 122B
  23. README.zh-CN.md 4.76KB
  24. .eslintrc.js 342B
  25. tsconfig.json 479B
  26. development.zh-CN.md 3.14KB
  27. .eslintignore 71B
  28. .flowconfig 1.9KB
  29. AUTHORS.txt 1.62KB
  30. .jest.config.js 1.13KB
  31. .travis.yml 647B
  32. example/app.json 1.3KB
  33. example/index.js 126B
  34. example/eas.json 135B
  35. example/README.md 973B
  36. example/metro.config.js 688B
  37. example/babel.config.js 105B
  38. example/.gitignore 127B
  39. example/package.json 1.01KB
  40. example/.nvmrc 2B
  41. example/tsconfig.json 63B
  42. example/App.js 858B
  43. example/public/index.html 3.18KB
  44. example/assets/favicon.png 2.08KB
  45. typings/custom.d.ts 284B
  46. typings/index.d.ts 37B
  47. tests/imageStub.js 261B
  48. tests/index.test.js 715B
  49. tests/shared/demoTest.js 921B
  50. tests/__snapshots__/index.test.js.snap 725B
  51. docs/react/upgrade-notes.zh-CN.md 3.79KB
  52. docs/react/support.en-US.md 595B
  53. docs/react/introduce.en-US.md 8.29KB
  54. docs/react/introduce.zh-CN.md 7.83KB
  55. docs/react/upgrade-notes.en-US.md 3.64KB
  56. docs/react/support.zh-CN.md 1.88KB
  57. components/index.tsx 2.56KB
  58. components/tabs/index.tsx 51B
  59. components/tabs/Tabs.tsx 9.46KB
  60. components/tabs/index.zh-CN.md 2.5KB
  61. components/tabs/DefaultTabBar.tsx 9.82KB
  62. components/tabs/index.en-US.md 2.84KB
  63. components/tabs/PropsType.tsx 3.31KB
  64. components/tabs/demo/basic.md 3.67KB
  65. components/tabs/demo/basic.tsx 3.54KB
  66. components/tabs/style/index.tsx 819B
  67. components/tabs/style/tabs.tsx 539B
  68. components/tabs/__tests__/dome.test.js 76B
  69. components/tabs/__tests__/__snapshots__/dome.test.js.snap 4.93KB
  70. components/drawer/index.tsx 1.83KB
  71. components/drawer/index.zh-CN.md 726B
  72. components/drawer/index.en-US.md 874B
  73. components/drawer/PropsType.tsx 178B
  74. components/drawer/demo/basic.md 2.45KB
  75. components/drawer/demo/basic.tsx 2.2KB
  76. components/drawer/__tests__/demo.test.js 99B
  77. components/drawer/__tests__/index.test.js 260B
  78. components/pagination/index.tsx 3.8KB
  79. components/pagination/index.zh-CN.md 741B
  80. components/pagination/index.en-US.md 908B
  81. components/pagination/PropsType.tsx 313B
  82. components/pagination/demo/basic.md 902B
  83. components/pagination/demo/basic.tsx 704B
  84. components/pagination/locale/ru_RU.tsx 73B
  85. components/pagination/locale/pt_BR.tsx 61B
  86. components/pagination/locale/en_US.tsx 59B
  87. components/pagination/locale/sv_SE.tsx 63B
  88. components/pagination/locale/zh_CN.tsx 69B
  89. components/pagination/locale/fa_IR.tsx 67B
  90. components/pagination/locale/es_ES.tsx 57B
  91. components/pagination/locale/ko_KR.tsx 63B
  92. components/pagination/style/index.tsx 1.11KB
  93. components/pagination/__tests__/demo.test.js 82B
  94. components/pagination/__tests__/index.test.js 274B
  95. components/pagination/__tests__/__snapshots__/demo.test.js.snap 13.27KB
  96. components/_util/with-default-props.tsx 465B
  97. components/_util/version.json 3B
  98. components/_util/devWarning.tsx 183B
  99. components/_util/isPromise.ts 164B
  100. components/_util/getLocale.tsx 1KB
  101. components/_util/hooks/useAnimations.tsx 1.41KB
  102. components/portal/index.tsx 52B
  103. components/portal/portal-host.tsx 4.46KB
  104. components/portal/portal-manager.tsx 1.34KB
  105. components/portal/portal-consumer.tsx 745B
  106. components/portal/README.md 161B
  107. components/portal/portal.tsx 1.29KB
  108. components/portal/demo/basic.tsx 940B
  109. components/result/index.tsx 2.32KB
  110. components/result/index.zh-CN.md 883B
  111. components/result/index.en-US.md 875B
  112. components/result/PropsType.tsx 334B
  113. components/result/demo/basic.md 1.51KB
  114. components/result/demo/alipay.png 1.43KB
  115. components/result/demo/basic.tsx 1.63KB
  116. components/result/demo/alipay@3x.png 1.43KB
  117. components/result/style/index.tsx 1.22KB
  118. components/result/__tests__/demo.test.js 78B
  119. components/result/__tests__/index.test.js 266B
  120. components/result/__tests__/__snapshots__/demo.test.js.snap 7.97KB
  121. components/activity-indicator/index.tsx 1.86KB
  122. components/activity-indicator/index.zh-CN.md 1.04KB
  123. components/activity-indicator/index.en-US.md 1.14KB
  124. components/activity-indicator/demo/basic.md 2.9KB
  125. components/activity-indicator/demo/basic.tsx 2.71KB
  126. components/activity-indicator/style/index.tsx 1.23KB
  127. components/activity-indicator/__tests__/demo.test.js 90B
  128. components/activity-indicator/__tests__/__snapshots__/demo.test.js.snap 7.9KB
  129. components/radio/index.tsx 613B
  130. components/radio/Radio.tsx 2.15KB
  131. components/radio/RadioContext.tsx 276B
  132. components/radio/index.zh-CN.md 1.36KB
  133. components/radio/index.en-US.md 1.48KB
  134. components/radio/RadioItem.tsx 2.1KB
  135. components/radio/RadioGroup.tsx 2.64KB
  136. components/radio/PropsType.tsx 986B
  137. components/radio/demo/basic.md 2.21KB
  138. components/radio/demo/basic.tsx 4.88KB
  139. components/radio/style/index.tsx 720B
  140. components/radio/__tests__/demo.test.js 77B
  141. components/radio/__tests__/__snapshots__/demo.test.js.snap 169.8KB
  142. components/card/index.tsx 1.21KB
  143. components/card/index.zh-CN.md 958B
  144. components/card/CardBody.tsx 663B
  145. components/card/CardHeader.tsx 2.1KB
  146. components/card/index.en-US.md 1.16KB
  147. components/card/CardFooter.tsx 1.47KB
  148. components/card/demo/basic.md 1.65KB
  149. components/card/demo/basic.tsx 1.46KB
  150. components/card/style/index.tsx 2.09KB
  151. components/card/__tests__/demo.test.js 76B
  152. components/card/__tests__/__snapshots__/demo.test.js.snap 18.29KB
  153. components/tab-bar/index.tsx 2.32KB
  154. components/tab-bar/TabBarItem.tsx 2.15KB
  155. components/tab-bar/index.zh-CN.md 2.13KB
  156. components/tab-bar/index.en-US.md 1.41KB
  157. components/tab-bar/PropsType.tsx 524B
  158. components/tab-bar/demo/basic.md 2.08KB
  159. components/tab-bar/demo/basic.tsx 1.86KB
  160. components/tab-bar/style/index.tsx 1.53KB
  161. components/tab-bar/__tests__/demo.test.js 79B
  162. components/tab-bar/__tests__/__snapshots__/demo.test.js.snap 10.4KB
  163. components/segmented-control/index.tsx 206B
  164. components/segmented-control/segmented.android.tsx 4.31KB
  165. components/segmented-control/index.zh-CN.md 1.1KB
  166. components/segmented-control/index.en-US.md 1.41KB
  167. components/segmented-control/segmented.ios.tsx 1019B
  168. components/segmented-control/PropsType.tsx 258B
  169. components/segmented-control/demo/basic.md 1.49KB
  170. components/segmented-control/demo/basic.tsx 1.26KB
  171. components/segmented-control/style/index.tsx 1.11KB
  172. components/segmented-control/__tests__/demo.test.js 89B
  173. components/segmented-control/__tests__/index.test.js 283B
  174. components/segmented-control/__tests__/__snapshots__/demo.test.js.snap 2.41KB
  175. components/progress/index.tsx 3.02KB
  176. components/progress/index.zh-CN.md 674B
  177. components/progress/index.en-US.md 659B
  178. components/progress/demo/basic.md 1.36KB
  179. components/progress/demo/basic.tsx 1.16KB
  180. components/progress/style/index.tsx 464B
  181. components/progress/__tests__/demo.test.js 80B
  182. components/progress/__tests__/index.test.js 270B
  183. components/progress/__tests__/__snapshots__/demo.test.js.snap 3.77KB
  184. components/search-bar/index.tsx 3.87KB
  185. components/search-bar/index.zh-CN.md 1.4KB
  186. components/search-bar/index.en-US.md 1.5KB
  187. components/search-bar/PropsType.tsx 901B
  188. components/search-bar/demo/basic.md 1007B
  189. components/search-bar/demo/basic.tsx 740B
  190. components/search-bar/locale/ru_RU.tsx 49B
  191. components/search-bar/locale/pt_BR.tsx 45B
  192. components/search-bar/locale/en_US.tsx 43B
  193. components/search-bar/locale/sv_SE.tsx 43B
  194. components/search-bar/locale/zh_CN.tsx 43B
  195. components/search-bar/locale/fa_IR.tsx 43B
  196. components/search-bar/locale/es_ES.tsx 45B
  197. components/search-bar/locale/ko_KR.tsx 43B
  198. components/search-bar/style/index.tsx 1.67KB
  199. components/search-bar/__tests__/demo.test.js 82B
  200. components/search-bar/__tests__/index.test.js 1.29KB
  201. components/search-bar/__tests__/__snapshots__/demo.test.js.snap 4.14KB
  202. components/picker/index.tsx 2.57KB
  203. components/picker/index.zh-CN.md 4.32KB
  204. components/picker/Picker.tsx 4.46KB
  205. components/picker/Popup.tsx 1.64KB
  206. components/picker/index.en-US.md 4.78KB
  207. components/picker/PropsType.tsx 907B
  208. components/picker/PopupPickerTypes.tsx 411B
  209. components/picker/demo/basic.md 2.39KB
  210. components/picker/demo/data.json 138.81KB
  211. components/picker/demo/basic.tsx 3.25KB
  212. components/picker/locale/ru_RU.tsx 81B
  213. components/picker/locale/pt_BR.tsx 84B
  214. components/picker/locale/en_US.tsx 86B
  215. components/picker/locale/sv_SE.tsx 88B
  216. components/picker/locale/id_ID.tsx 86B
  217. components/picker/locale/zh_CN.tsx 86B
  218. components/picker/locale/fa_IR.tsx 111B
  219. components/picker/locale/es_ES.tsx 85B
  220. components/picker/locale/ko_KR.tsx 95B
  221. components/picker/style/index.tsx 980B
  222. components/picker/__tests__/demo.test.js 78B
  223. components/picker/__tests__/index.test.js 3.04KB
  224. components/picker/__tests__/__snapshots__/demo.test.js.snap 9.8KB
  225. components/picker/__tests__/__snapshots__/index.test.js.snap 5.75KB
  226. components/accordion/index.tsx 2.89KB
  227. components/accordion/index.zh-CN.md 1.15KB
  228. components/accordion/index.en-US.md 1.39KB
  229. components/accordion/demo/basic.md 1.36KB
  230. components/accordion/demo/basic.tsx 1.1KB
  231. components/accordion/style/index.tsx 1.33KB
  232. components/accordion/__tests__/demo.test.js 81B
  233. components/accordion/__tests__/__snapshots__/demo.test.js.snap 17.48KB
  234. components/toast/index.tsx 3KB
  235. components/toast/ToastContainer.tsx 3.49KB
  236. components/toast/index.zh-CN.md 1.46KB
  237. components/toast/index.en-US.md 1.85KB
  238. components/toast/demo/basic.md 2.22KB
  239. components/toast/demo/basic.tsx 3.87KB
  240. components/toast/style/index.tsx 1.32KB
  241. components/toast/__tests__/demo.test.js 77B
  242. components/toast/__tests__/__snapshots__/demo.test.js.snap 24.66KB
  243. components/checkbox/index.tsx 671B
  244. components/checkbox/CheckboxItem.tsx 2.09KB
  245. components/checkbox/index.zh-CN.md 862B
  246. components/checkbox/index.en-US.md 977B
  247. components/checkbox/AgreeItem.tsx 334B
  248. components/checkbox/Checkbox.tsx 4.92KB
  249. components/checkbox/PropsType.tsx 546B
  250. components/checkbox/demo/basic.md 2.35KB
  251. components/checkbox/demo/basic.tsx 4.73KB
  252. components/checkbox/style/index.tsx 2.63KB
  253. components/checkbox/__tests__/demo.test.js 80B
  254. components/checkbox/__tests__/__snapshots__/demo.test.js.snap 94.16KB
  255. components/provider/index.tsx 601B
  256. components/date-picker-view/index.tsx 79B
  257. components/date-picker-view/index.zh-CN.md 1.41KB
  258. components/date-picker-view/useRenderLabel.ts 758B
  259. components/date-picker-view/index.en-US.md 1.41KB
  260. components/date-picker-view/PropsType.tsx 974B
  261. components/date-picker-view/date-picker-view.tsx 2.59KB
  262. components/date-picker-view/demo/basic.md 2.74KB
  263. components/date-picker-view/demo/basic.tsx 2.54KB
  264. components/date-picker-view/locale/ru_RU.tsx 105B
  265. components/date-picker-view/locale/pt_BR.tsx 125B
  266. components/date-picker-view/locale/en_US.tsx 105B
  267. components/date-picker-view/locale/sv_SE.tsx 105B
  268. components/date-picker-view/locale/id_ID.tsx 105B
  269. components/date-picker-view/locale/zh_CN.tsx 145B
  270. components/date-picker-view/locale/fa_IR.tsx 161B
  271. components/date-picker-view/locale/es_ES.tsx 105B
  272. components/date-picker-view/locale/ko_KR.tsx 131B
  273. components/slider/index.tsx 1.53KB
  274. components/slider/index.zh-CN.md 1.29KB
  275. components/slider/index.en-US.md 1.48KB
  276. components/slider/demo/basic.md 2.38KB
  277. components/slider/demo/basic.tsx 2.19KB
  278. components/slider/__tests__/demo.test.js 78B
  279. components/slider/__tests__/__snapshots__/demo.test.js.snap 6.27KB
  280. components/input-item/index.tsx 7.53KB
  281. components/input-item/index.zh-CN.md 2.96KB
  282. components/input-item/index.en-US.md 3.13KB
  283. components/input-item/Input.tsx 1.22KB
  284. components/input-item/PropsType.tsx 920B
  285. components/input-item/demo/basic.md 5.35KB
  286. components/input-item/demo/basic.tsx 5.49KB
  287. components/input-item/locale/ru_RU.tsx 172B
  288. components/input-item/locale/pt_BR.tsx 110B
  289. components/input-item/locale/en_US.tsx 115B
  290. components/input-item/locale/sv_SE.tsx 113B
  291. components/input-item/locale/zh_CN.tsx 112B
  292. components/input-item/locale/fa_IR.tsx 114B
  293. components/input-item/locale/es_ES.tsx 115B
  294. components/input-item/locale/ko_KR.tsx 122B
  295. components/input-item/style/index.tsx 1.61KB
  296. components/input-item/__tests__/demo.test.js 82B
  297. components/input-item/__tests__/__snapshots__/demo.test.js.snap 37.32KB
  298. components/action-sheet/index.tsx 1.26KB
  299. components/action-sheet/AndroidContainer.tsx 3.13KB
  300. components/action-sheet/index.zh-CN.md 2.44KB
  301. components/action-sheet/index.en-US.md 2.45KB
  302. components/action-sheet/index.native.tsx 2.15KB
  303. components/action-sheet/demo/basic.md 2.29KB
  304. components/action-sheet/demo/basic.tsx 2.02KB
  305. components/action-sheet/style/index.tsx 1.98KB
  306. components/action-sheet/__tests__/demo.test.js 84B
  307. components/action-sheet/__tests__/__snapshots__/demo.test.js.snap 3.49KB
  308. components/stepper/index.tsx 1.05KB
  309. components/stepper/index.zh-CN.md 1.01KB
  310. components/stepper/index.en-US.md 1.22KB
  311. components/stepper/InputNumber.tsx 13.54KB
  312. components/stepper/PropsType.tsx 413B
  313. components/stepper/demo/basic.md 1.42KB
  314. components/stepper/demo/basic.tsx 1.21KB
  315. components/stepper/style/index.tsx 1.4KB
  316. components/stepper/__tests__/demo.test.js 79B
  317. components/stepper/__tests__/__snapshots__/demo.test.js.snap 19.9KB
  318. components/style/index.tsx 2.83KB
  319. components/style/themes/default.tsx 4.7KB
  320. components/carousel/index.tsx 13.04KB
  321. components/carousel/index.zh-CN.md 1023B
  322. components/carousel/index.en-US.md 1.06KB
  323. components/carousel/demo/basic.md 3.8KB
  324. components/carousel/demo/basic.tsx 3.97KB
  325. components/carousel/style/index.tsx 969B
  326. components/carousel/__tests__/demo.test.js 80B
  327. components/carousel/__tests__/index.test.js 507B
  328. components/carousel/__tests__/__snapshots__/demo.test.js.snap 22.26KB
  329. components/list-view/index.tsx 4.15KB
  330. components/list-view/index.zh-CN.md 166B
  331. components/list-view/index.en-US.md 157B
  332. components/list-view/demo/basic.md 1.72KB
  333. components/list-view/demo/basic.tsx 1.69KB
  334. components/list-view/locale/ru_RU.tsx 219B
  335. components/list-view/locale/pt_BR.tsx 248B
  336. components/list-view/locale/en_US.tsx 219B
  337. components/list-view/locale/sv_SE.tsx 219B
  338. components/list-view/locale/zh_CN.tsx 225B
  339. components/list-view/locale/fa_IR.tsx 352B
  340. components/list-view/locale/es_ES.tsx 244B
  341. components/list-view/locale/ko_KR.tsx 240B
  342. components/list-view/style/index.tsx 3.17KB
  343. components/popover/index.tsx 4.06KB
  344. components/popover/index.zh-CN.md 1.35KB
  345. components/popover/index.en-US.md 1.57KB
  346. components/popover/demo/basic.md 3.09KB
  347. components/popover/demo/basic.tsx 3.53KB
  348. components/popover/style/index.tsx 520B
  349. components/popover/__tests__/demo.test.js 79B
  350. components/popover/__tests__/index.test.js 268B
  351. components/popover/__tests__/__snapshots__/demo.test.js.snap 129.55KB
  352. components/picker-view/index.tsx 1.67KB
  353. components/picker-view/index.zh-CN.md 2.2KB
  354. components/picker-view/Wheel.tsx 4.99KB
  355. components/picker-view/picker-view.tsx 4.74KB
  356. components/picker-view/index.en-US.md 2.55KB
  357. components/picker-view/PropsType.tsx 1KB
  358. components/picker-view/columns-extend.tsx 1.98KB
  359. components/picker-view/demo/basic.md 952B
  360. components/picker-view/demo/basic.tsx 1.43KB
  361. components/picker-view/style/index.tsx 967B
  362. components/textarea-item/index.tsx 4.95KB
  363. components/textarea-item/index.zh-CN.md 1.64KB
  364. components/textarea-item/index.en-US.md 1.89KB
  365. components/textarea-item/PropsType.tsx 544B
  366. components/textarea-item/demo/basic.md 1.6KB
  367. components/textarea-item/demo/basic.tsx 1.42KB
  368. components/textarea-item/style/index.tsx 1.03KB
  369. components/textarea-item/__tests__/demo.test.js 85B
  370. components/textarea-item/__tests__/__snapshots__/demo.test.js.snap 12.88KB
  371. components/notice-bar/index.tsx 2.74KB
  372. components/notice-bar/Marquee.tsx 3.06KB
  373. components/notice-bar/index.zh-CN.md 762B
  374. components/notice-bar/index.en-US.md 867B
  375. components/notice-bar/PropsType.tsx 187B
  376. components/notice-bar/demo/basic.md 2.39KB
  377. components/notice-bar/demo/basic.tsx 2.24KB
  378. components/notice-bar/style/index.tsx 1.36KB
  379. components/notice-bar/__tests__/demo.test.js 82B
  380. components/notice-bar/__tests__/index.test.js 865B
  381. components/notice-bar/__tests__/__snapshots__/demo.test.js.snap 20.67KB
  382. components/button/index.tsx 4.23KB
  383. components/button/ButtonWave.tsx 1.04KB
  384. components/button/index.zh-CN.md 1.05KB
  385. components/button/index.en-US.md 1.01KB
  386. components/button/PropsType.tsx 153B
  387. components/button/demo/basic.md 1.5KB
  388. components/button/demo/basic.tsx 1.33KB
  389. components/button/style/index.tsx 4.25KB
  390. components/button/__tests__/demo.test.js 78B
  391. components/button/__tests__/index.test.js 3.72KB
  392. components/button/__tests__/__snapshots__/demo.test.js.snap 19.46KB
  393. components/steps/index.tsx 2.05KB
  394. components/steps/index.zh-CN.md 2.89KB
  395. components/steps/index.en-US.md 3.01KB
  396. components/steps/StepsItem.tsx 5.19KB
  397. components/steps/demo/basic.md 4.56KB
  398. components/steps/demo/basic.tsx 6.85KB
  399. components/steps/style/index.tsx 3.23KB
  400. components/steps/__tests__/demo.test.js 77B
  401. components/steps/__tests__/__snapshots__/demo.test.js.snap 77.13KB
  402. components/date-picker/index.tsx 137B
  403. components/date-picker/date-picker-utils.ts 2.11KB
  404. components/date-picker/date-picker.tsx 4.28KB
  405. components/date-picker/date-picker-week-utils.ts 3.77KB
  406. components/date-picker/index.zh-CN.md 2.01KB
  407. components/date-picker/index.en-US.md 2.04KB
  408. components/date-picker/util.ts 92B
  409. components/date-picker/date-picker-date-utils.ts 5.99KB
  410. components/date-picker/PropsType.tsx 1.61KB
  411. components/date-picker/columns-extend.tsx 1.08KB
  412. components/date-picker/demo/basic.md 1.09KB
  413. components/date-picker/demo/basic.tsx 862B
  414. components/date-picker/locale/ru_RU.tsx 179B
  415. components/date-picker/locale/pt_BR.tsx 179B
  416. components/date-picker/locale/en_US.tsx 179B
  417. components/date-picker/locale/sv_SE.tsx 179B
  418. components/date-picker/locale/id_ID.tsx 179B
  419. components/date-picker/locale/zh_CN.tsx 179B
  420. components/date-picker/locale/fa_IR.tsx 179B
  421. components/date-picker/locale/es_ES.tsx 179B
  422. components/date-picker/locale/ko_KR.tsx 179B
  423. components/date-picker/datepicker/locale/ko_KR.tsx 131B
  424. components/wing-blank/index.tsx 750B
  425. components/wing-blank/index.zh-CN.md 245B
  426. components/wing-blank/index.en-US.md 259B
  427. components/wing-blank/demo/basic.md 1017B
  428. components/wing-blank/demo/basic.tsx 820B
  429. components/wing-blank/__tests__/demo.test.js 82B
  430. components/wing-blank/__tests__/__snapshots__/demo.test.js.snap 1.99KB
  431. components/swipe-action/index.tsx 5.07KB
  432. components/swipe-action/index.zh-CN.md 1.15KB
  433. components/swipe-action/index.en-US.md 1.38KB
  434. components/swipe-action/demo/basic.md 1.55KB
  435. components/swipe-action/demo/basic.tsx 1.27KB
  436. components/swipe-action/__tests__/demo.test.js 84B
  437. components/swipe-action/__tests__/__snapshots__/demo.test.js.snap 14.76KB
  438. components/list/index.tsx 1.81KB
  439. components/list/index.zh-CN.md 1.41KB
  440. components/list/index.en-US.md 1.61KB
  441. components/list/ListItem.tsx 6.76KB
  442. components/list/PropsType.tsx 837B
  443. components/list/demo/basic.md 3.36KB
  444. components/list/demo/basic.tsx 3.16KB
  445. components/list/style/index.tsx 3.17KB
  446. components/list/__tests__/demo.test.js 76B
  447. components/list/__tests__/__snapshots__/demo.test.js.snap 43.41KB
  448. components/locale-provider/index.tsx 2.12KB
  449. components/locale-provider/ru_RU.tsx 543B
  450. components/locale-provider/index.zh-CN.md 2.1KB
  451. components/locale-provider/pt_BR.tsx 546B
  452. components/locale-provider/en_US.tsx 543B
  453. components/locale-provider/sv_SE.tsx 543B
  454. components/locale-provider/index.en-US.md 1.87KB
  455. components/locale-provider/zh_CN.tsx 545B
  456. components/locale-provider/fa_IR.tsx 543B
  457. components/locale-provider/es_ES.tsx 543B
  458. components/locale-provider/ko_KR.tsx 546B
  459. components/locale-provider/demo/basic.md 2.91KB
  460. components/locale-provider/demo/basic.tsx 2.89KB
  461. components/locale-provider/__tests__/demo.test.js 87B
  462. components/locale-provider/__tests__/__snapshots__/demo.test.js.snap 18.93KB
  463. components/view/index.tsx 1.57KB
  464. components/view/index.zh-CN.md 292B
  465. components/view/index.en-US.md 256B
  466. components/view/demo/basic.md 654B
  467. components/view/demo/basic.tsx 462B
  468. components/view/__tests__/demo.test.js 83B
  469. components/view/__tests__/__snapshots__/demo.test.js.snap 2.22KB
  470. components/switch/index.tsx 53B
  471. components/switch/index.zh-CN.md 941B
  472. components/switch/Switch.tsx 7.01KB
  473. components/switch/index.en-US.md 1.01KB
  474. components/switch/PropsType.tsx 578B
  475. components/switch/demo/basic.md 1.15KB
  476. components/switch/demo/basic.tsx 2.51KB
  477. components/switch/style/index.tsx 2.19KB
  478. components/switch/__tests__/demo.test.js 78B
  479. components/switch/__tests__/index.test.js 263B
  480. components/switch/__tests__/__snapshots__/demo.test.js.snap 57.68KB
  481. components/text/index.tsx 47B
  482. components/image-picker/index.zh-CN.md 112B
  483. components/image-picker/index.en-US.md 89B
  484. components/icon/index.tsx 1.01KB
  485. components/icon/index.zh-CN.md 1.01KB
  486. components/icon/index.en-US.md 966B
  487. components/icon/demo/basic.md 714B
  488. components/icon/demo/basic.tsx 904B
  489. components/icon/__tests__/demo.test.js 76B
  490. components/icon/__tests__/__snapshots__/demo.test.js.snap 1.04MB
  491. components/modal/index.tsx 215B
  492. components/modal/prompt.tsx 1006B
  493. components/modal/AlertContainer.tsx 1.89KB
  494. components/modal/index.zh-CN.md 3.14KB
  495. components/modal/alert.tsx 629B
  496. components/modal/index.en-US.md 3.48KB
  497. components/modal/PromptContainer.tsx 5.44KB
  498. components/modal/Modal.tsx 7.16KB
  499. components/modal/ModalView.tsx 6.98KB
  500. components/modal/OperationContainer.tsx 2.01KB
  501. components/modal/PropsType.tsx 815B
  502. components/modal/operation.tsx 553B
  503. components/modal/demo/basic.md 5.11KB
  504. components/modal/demo/basic.tsx 5.76KB
  505. components/modal/locale/ru_RU.tsx 97B
  506. components/modal/locale/pt_BR.tsx 85B
  507. components/modal/locale/en_US.tsx 83B
  508. components/modal/locale/sv_SE.tsx 82B
  509. components/modal/locale/zh_CN.tsx 87B
  510. components/modal/locale/fa_IR.tsx 93B
  511. components/modal/locale/es_ES.tsx 84B
  512. components/modal/locale/ko_KR.tsx 87B
  513. components/modal/style/index.tsx 2.87KB
  514. components/modal/style/prompt.tsx 1.19KB
  515. components/modal/__tests__/demo.test.js 168B
  516. components/modal/__tests__/__snapshots__/demo.test.js.snap 17.49KB
  517. components/flex/index.tsx 103B
  518. components/flex/FlexItem.tsx 1.18KB
  519. components/flex/Flex.tsx 1.8KB
  520. components/flex/index.zh-CN.md 913B
  521. components/flex/index.en-US.md 998B
  522. components/flex/PropsType.tsx 432B
  523. components/flex/demo/basic.md 10.69KB
  524. components/flex/demo/basic.tsx 10.27KB
  525. components/flex/__tests__/demo.test.js 76B
  526. components/flex/__tests__/__snapshots__/demo.test.js.snap 50.31KB
  527. components/tag/index.tsx 3.47KB
  528. components/tag/index.zh-CN.md 810B
  529. components/tag/index.en-US.md 1.03KB
  530. components/tag/PropsType.tsx 232B
  531. components/tag/demo/basic.md 1.24KB
  532. components/tag/demo/basic.tsx 1.04KB
  533. components/tag/style/index.tsx 1.85KB
  534. components/tag/__tests__/demo.test.js 75B
  535. components/tag/__tests__/index.test.js 1.6KB
  536. components/tag/__tests__/__snapshots__/demo.test.js.snap 10.81KB
  537. components/white-space/index.tsx 595B
  538. components/white-space/index.zh-CN.md 259B
  539. components/white-space/index.en-US.md 261B
  540. components/white-space/demo/basic.md 973B
  541. components/white-space/demo/basic.tsx 777B
  542. components/white-space/__tests__/demo.test.js 83B
  543. components/white-space/__tests__/__snapshots__/demo.test.js.snap 2.22KB
  544. components/grid/index.tsx 5.76KB
  545. components/grid/index.zh-CN.md 1.63KB
  546. components/grid/index.en-US.md 1.8KB
  547. components/grid/PropsType.tsx 444B
  548. components/grid/demo/basic.md 1.24KB
  549. components/grid/demo/basic.tsx 1.19KB
  550. components/grid/style/index.tsx 572B
  551. components/grid/__tests__/demo.test.js 76B
  552. components/grid/__tests__/__snapshots__/demo.test.js.snap 83.03KB
  553. components/badge/index.tsx 1.96KB
  554. components/badge/index.zh-CN.md 893B
  555. components/badge/index.en-US.md 738B
  556. components/badge/demo/basic.md 2.31KB
  557. components/badge/demo/basic.tsx 2.11KB
  558. components/badge/style/index.tsx 1.48KB
  559. components/badge/__tests__/demo.test.js 77B
  560. components/badge/__tests__/index.test.js 261B
  561. components/badge/__tests__/__snapshots__/demo.test.js.snap 8.68KB
  562. scripts/test-all.sh 158B
  563. scripts/start.js 272B
  564. scripts/copy-app-res.js 372B
  565. scripts/rn-mkdir.js 320B
  566. .github/PULL_REQUEST_TEMPLATE.md 861B
  567. .github/CONTRIBUTING.md 3.17KB
  568. .github/lock.yml 569B
  569. .github/workflows/issue-close-require.yml 1.01KB
  570. .github/workflows/issue-open-check.yml 1.18KB
  571. .github/ISSUE_TEMPLATE/bug_report.yml 2.52KB
  572. .github/ISSUE_TEMPLATE/bug_report_zh.yml 2.52KB
  573. .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md 395B
  574. .github/ISSUE_TEMPLATE/config.yml 239B
  575. site/bisheng.desktop.config.js 391B
  576. site/utils.jsx 2.68KB
  577. site/bisheng.common.config.js 3.42KB
  578. site/desktop/package.json 984B
  579. site/desktop/src/en-US.js 2.92KB
  580. site/desktop/src/index.js 2.23KB
  581. site/desktop/src/zh-CN.js 2.81KB
  582. site/desktop/src/template/NotFound.jsx 481B
  583. site/desktop/src/template/Home/index.jsx 8.31KB
  584. site/desktop/src/template/Layout/Header.jsx 8.56KB
  585. site/desktop/src/template/Layout/Footer.jsx 5.78KB
  586. site/desktop/src/template/Layout/index.jsx 1.98KB
  587. site/desktop/src/template/Content/ComponentDoc.jsx 5.6KB
  588. site/desktop/src/template/Content/Sandbox.jsx 2.67KB
  589. site/desktop/src/template/Content/MainContent.jsx 8.31KB
  590. site/desktop/src/template/Content/Article.jsx 4.33KB
  591. site/desktop/src/template/Content/index.jsx 1.1KB
  592. site/desktop/src/template/Content/Demo.jsx 8.64KB
  593. site/desktop/src/static/page-nav.less 1.13KB
  594. site/desktop/src/static/resource.less 1.16KB
  595. site/desktop/src/static/font.less 23B
  596. site/desktop/src/static/new-version-info-modal.less 339B
  597. site/desktop/src/static/not-found.less 584B
  598. site/desktop/src/static/colors.less 1.07KB
  599. site/desktop/src/static/preview-img.less 2.06KB
  600. site/desktop/src/static/toc.less 845B
  601. site/desktop/src/static/style.js 511B
  602. site/desktop/src/static/highlight.less 2.44KB
  603. site/desktop/src/static/nprogress.less 1.13KB
  604. site/desktop/src/static/home.less 2.57KB
  605. site/desktop/src/static/demo.less 5.99KB
  606. site/desktop/src/static/footer.less 1.41KB
  607. site/desktop/src/static/header.less 2.34KB
  608. site/desktop/src/static/responsive.less 2.79KB
  609. site/desktop/src/static/motion.less 696B
  610. site/desktop/src/static/template.html 3.99KB
  611. site/desktop/src/static/common.less 1.97KB
  612. site/desktop/src/static/markdown.less 6.05KB
  613. rn-kitchen-sink/icon.svg 4.47KB
  614. rn-kitchen-sink/demoList.js 8.88KB
  615. rn-kitchen-sink/App.js 2.5KB
  616. rn-kitchen-sink/ios/Podfile 745B
  617. rn-kitchen-sink/ios/KitchenSinkTests/KitchenSinkTests.m 1.75KB
  618. rn-kitchen-sink/ios/KitchenSinkTests/Info.plist 733B
  619. rn-kitchen-sink/ios/KitchenSink.xcworkspace/contents.xcworkspacedata 229B
  620. rn-kitchen-sink/ios/KitchenSink.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 238B
  621. rn-kitchen-sink/ios/KitchenSink.xcodeproj/project.pbxproj 29.62KB
  622. rn-kitchen-sink/ios/KitchenSink.xcodeproj/xcshareddata/xcschemes/KitchenSink.xcscheme 3.24KB
  623. rn-kitchen-sink/ios/KitchenSink/LaunchScreen.storyboard 4.14KB
  624. rn-kitchen-sink/ios/KitchenSink/AppDelegate.h 196B
  625. rn-kitchen-sink/ios/KitchenSink/main.m 200B
  626. rn-kitchen-sink/ios/KitchenSink/AppDelegate.m 2.26KB
  627. rn-kitchen-sink/ios/KitchenSink/Info.plist 1.62KB
  628. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/Contents.json 63B
  629. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-20@3x.png 2.05KB
  630. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-29@1x.png 866B
  631. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-20@2x.png 1.26KB
  632. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-83.5@2x.png 5.17KB
  633. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-20@2x.png 1.26KB
  634. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-40@1x.png 1.26KB
  635. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ios-marketing-1024@1x.png 29.97KB
  636. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-76@1x.png 2.45KB
  637. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-40@2x.png 2.62KB
  638. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-40@3x.png 3.99KB
  639. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/Contents.json 2.18KB
  640. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-40@2x.png 2.62KB
  641. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-76@2x.png 4.76KB
  642. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-60@3x.png 5.41KB
  643. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-29@2x.png 1.95KB
  644. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-20@1x.png 545B
  645. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/ipad-29@2x.png 1.95KB
  646. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-29@3x.png 2.88KB
  647. rn-kitchen-sink/ios/KitchenSink/Images.xcassets/AppIcon.appiconset/iphone-60@2x.png 3.99KB
  648. rn-kitchen-sink/components/index.js 2.16KB
  649. rn-kitchen-sink/components/Theme.js 1.68KB
  650. rn-kitchen-sink/android/gradlew 5.63KB
  651. rn-kitchen-sink/android/build.gradle 1.02KB
  652. rn-kitchen-sink/android/gradle.properties 1.25KB
  653. rn-kitchen-sink/android/gradlew.bat 2.7KB
  654. rn-kitchen-sink/android/settings.gradle 198B
  655. rn-kitchen-sink/android/app/proguard-rules.pro 435B
  656. rn-kitchen-sink/android/app/_BUCK 1.29KB
  657. rn-kitchen-sink/android/app/debug.keystore 2.2KB
  658. rn-kitchen-sink/android/app/build.gradle 8.75KB
  659. rn-kitchen-sink/android/app/build_defs.bzl 602B
  660. rn-kitchen-sink/android/app/src/main/AndroidManifest.xml 935B
  661. rn-kitchen-sink/android/app/src/main/res/mipmap-mdpi/ic_launcher.png 1.49KB
  662. rn-kitchen-sink/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png 2.4KB
  663. rn-kitchen-sink/android/app/src/main/res/mipmap-xxxhdpi-v26/ic_launcher_foreground.png 10.61KB
  664. rn-kitchen-sink/android/app/src/main/res/mipmap-xxhdpi-v26/ic_launcher_foreground.png 8.11KB
  665. rn-kitchen-sink/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png 4.16KB
  666. rn-kitchen-sink/android/app/src/main/res/mipmap-hdpi/ic_launcher.png 2.39KB
  667. rn-kitchen-sink/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png 3.81KB
  668. rn-kitchen-sink/android/app/src/main/res/drawable/ic_launcher_background.png 2.77KB
  669. rn-kitchen-sink/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 6.23KB
  670. rn-kitchen-sink/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png 11.18KB
  671. rn-kitchen-sink/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png 4.72KB
  672. rn-kitchen-sink/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png 8.17KB
  673. rn-kitchen-sink/android/app/src/main/res/values/styles.xml 249B
  674. rn-kitchen-sink/android/app/src/main/res/values/strings.xml 74B
  675. rn-kitchen-sink/android/app/src/main/res/mipmap-xhdpi-v26/ic_launcher_foreground.png 5.51KB
  676. rn-kitchen-sink/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png 3.05KB
  677. rn-kitchen-sink/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png 5.43KB
  678. rn-kitchen-sink/android/app/src/main/res/mipmap-mdpi-v26/ic_launcher_foreground.png 2.77KB
  679. rn-kitchen-sink/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml 270B
  680. rn-kitchen-sink/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml 270B
  681. rn-kitchen-sink/android/app/src/main/java/com/kitchensink/MainApplication.java 2.54KB
  682. rn-kitchen-sink/android/app/src/main/java/com/kitchensink/MainActivity.java 349B
  683. rn-kitchen-sink/android/app/src/main/assets/fonts/antfill.ttf 47.1KB
  684. rn-kitchen-sink/android/app/src/main/assets/fonts/antoutline.ttf 102.68KB
  685. rn-kitchen-sink/android/app/src/debug/AndroidManifest.xml 495B
  686. rn-kitchen-sink/android/app/src/debug/java/com/kitchensink/ReactNativeFlipper.java 3.19KB
  687. rn-kitchen-sink/android/gradle/wrapper/gradle-wrapper.jar 57.82KB
  688. rn-kitchen-sink/android/gradle/wrapper/gradle-wrapper.properties 200B
  689. .vscode/settings.json 163B
0评论
提交 加载更多评论
其他资源 ant-design-mobile-rn-5.2.1.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.2.1.zip ant-design-mobile-rn-5.2.1.zip ant-design-mobile-rn-5.2.1.zip
ant-design-mobile-rn-5.2.2.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.2.2.zip ant-design-mobile-rn-5.2.2.zip ant-design-mobile-rn-5.2.2.zip
苹果cmsv10泛目录完美适配原有站点功能不冲突
苹果CMSV10泛目录是一种可以完美适配原有站点的功能,而且不会与现有功能产生冲突。泛目录是指在一个网站内可以使用同一个模板和程序来生成多个栏目,而不需要为每个栏目单独建立一个目录。这种功能对于拥有大量内容的网站来说非常实用。 苹果CMSV10泛目录的适配性非常好,它可以与原有的站点结构无缝衔接。无论原有站点有多少栏目,都可以通过泛目录功能来管理和展示。在苹果CMSV10中,管理员只需要在后台设置好泛目录的相关参数和栏目布局,就可以轻松实现多栏目的管理。 另外,苹果CMSV10泛目录功能的实现也非常灵活。管理员可以自由选择每个栏目的模板和样式,以及定义栏目的属性和特点。这样能够更好地满足不同栏目的需求和要求。
苹果cmsv10插件问答与豆瓣内容聚合
苹果CMSv10插件问答与豆瓣内容聚合是一个功能强大的插件,@gudeseo它能够将用户提出的问题与豆瓣的内容进行智能的聚合和匹配。用户可以通过这个插件向系统提问,系统会自动从豆瓣的内容库中寻找相关答案,并将答案展示给用户。这样,用户可以在使用苹果CMSv10网站的同时,快速获取他们所需的信息。这个插件为用户提供了便利,同时也能提高网站的用户体验。
ant-design-mobile-rn-5.0.4.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.0.4.zip ant-design-mobile-rn-5.0.4.zip ant-design-mobile-rn-5.0.4.zip
ant-design-mobile-rn-5.1.0.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.1.0.zip ant-design-mobile-rn-5.1.0.zip ant-design-mobile-rn-5.1.0.zip
ant-design-mobile-rn-5.1.1.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.1.1.zip ant-design-mobile-rn-5.1.1.zip ant-design-mobile-rn-5.1.1.zip
ant-design-mobile-rn-5.0.3.zip
一个基于 React Native 的 UI 组件库
ant-design-mobile-rn-5.0.3.zip ant-design-mobile-rn-5.0.3.zip ant-design-mobile-rn-5.0.3.zip