239 B
239 B
group | category | subtitle | toc | title |
---|---|---|---|---|
数据录入 | Components | 分数 | content | Score 分数 |
import React from 'react'
import { Score } from '@zhst/meta'
export default () => {
return (
<Score score={0.3} />
)
}