hongji.li
2023-09-07 b728f7bcf0d1c358acb836851893b412f153b837
1
2
3
4
5
export enum DataMetalBaseShiftPattern {
  SixteenTimesFive = '16x5',
  TwelveTimesFive = '12x5',
  EightTimesFive = '8x5',
}