File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Build preview
3232 if : ${{ steps.surge-token.outputs.enabled == 'true' }}
3333 run : |
34- npm install
34+ ut install
3535 npm run build
3636 - uses : afc163/surge-preview@bf90a5a86111f6311ca42f0a5a0f80fb0fb03cec
3737 if : ${{ steps.surge-token.outputs.enabled == 'true' }}
Original file line number Diff line number Diff line change 1313 </p >
1414</div >
1515
16- <p align =" center " >English | [简体中文]( ./README.zh-CN.md) </p >
16+ <p align =" center " >English | < a href = " ./README.zh-CN.md " >简体中文</ a > </p >
1717
1818## Highlights
1919
@@ -46,12 +46,12 @@ getMiniDecimal('0.1').multi('0.2').toString(); // 0.02
4646| ` multi(value) ` | Multiply by another decimal value. |
4747| ` negate() ` | Return the negated value. |
4848| ` equal(value) ` | Check equality. |
49- | ` lessEquals(value) ` | Compare two decimal values. |
49+ | ` lessEquals(value) ` | Check whether the current value is less than or equal to another decimal value. |
5050
5151## Development
5252
5353``` bash
54- npm install
54+ ut install
5555npm test
5656npm run lint
5757npm run tsc
Original file line number Diff line number Diff line change 1313 </p >
1414</div >
1515
16- <p align =" center " >简体中文 | [English]( ./README.md) </p >
16+ <p align =" center " >简体中文 | < a href = " ./README.md " >English</ a > </p >
1717
1818## 亮点
1919
@@ -46,12 +46,12 @@ getMiniDecimal('0.1').multi('0.2').toString(); // 0.02
4646| ` multi(value) ` | 乘以另一个小数值。 |
4747| ` negate() ` | 返回相反数。 |
4848| ` equal(value) ` | 判断是否相等。 |
49- | ` lessEquals(value) ` | 比较两个小数值。 |
49+ | ` lessEquals(value) ` | 判断当前值是否小于或等于另一个小数值。 |
5050
5151## 本地开发
5252
5353``` bash
54- npm install
54+ ut install
5555npm test
5656npm run lint
5757npm run tsc
Original file line number Diff line number Diff line change 3636 "test" : " rc-test" ,
3737 "watch" : " father dev" ,
3838 "build" : " dumi build" ,
39- "tsc" : " tsc -p tsconfig.json --noEmit "
39+ "tsc" : " npm run lint:tsc "
4040 },
4141 "dependencies" : {
4242 "@babel/runtime" : " ^7.18.0"
Original file line number Diff line number Diff line change 11{
22 "framework" : " umijs" ,
3- "installCommand" : " npm install" ,
3+ "installCommand" : " ut install" ,
44 "buildCommand" : " npm run build" ,
55 "outputDirectory" : " docs-dist"
66}
You can’t perform that action at this time.
0 commit comments