import { ApiEntity } from '@/views/entity/demoentity'; const base: ApiEntity = { title: '封顶数字', desc: '超过 overflowCount 的会显示为 overflowCount+,默认的 overflowCount 为 99。', code: ` `, }; export default base;
overflowCount
overflowCount+