Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(typedoc): 更新版本 #11

Merged
merged 1 commit into from
Mar 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/api/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ console.log(newDate2); // Outputs the date 1 year, 2 months, and 3 days from now

> **default**(`date`, `input`): `Date`

Defined in: [src/add.ts:7](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/add.ts#L7)
Defined in: [src/add.ts:7](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/add.ts#L7)

##### Parameters

Expand All @@ -65,7 +65,7 @@ Defined in: [src/add.ts:7](https://github.com/fengxinming/date-manip/blob/672f1d

> **default**(`date`, `num`, `unit`): `Date`

Defined in: [src/add.ts:8](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/add.ts#L8)
Defined in: [src/add.ts:8](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/add.ts#L8)

##### Parameters

Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addDays.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `days`): `Date`

Defined in: [src/addDays.ts:17](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addDays.ts#L17)
Defined in: [src/addDays.ts:17](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addDays.ts#L17)

Adds a specified number of days to a date.
向日期添加指定数量的天数。
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addHours.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `hours`): `Date`

Defined in: [src/addHours.ts:19](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addHours.ts#L19)
Defined in: [src/addHours.ts:19](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addHours.ts#L19)

Adds a specified number of hours to a date.
向日期添加指定数量的小时。
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addMilliseconds.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `ms`): `Date`

Defined in: [src/addMilliseconds.ts:16](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addMilliseconds.ts#L16)
Defined in: [src/addMilliseconds.ts:16](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addMilliseconds.ts#L16)

Adds a specified number of milliseconds to a date.
向日期添加指定数量的毫秒。
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addMinutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `minutes`): `Date`

Defined in: [src/addMinutes.ts:19](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addMinutes.ts#L19)
Defined in: [src/addMinutes.ts:19](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addMinutes.ts#L19)

Adds a specified number of minutes to a date.
向日期添加指定数量的分钟。
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addMonths.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `months`): `Date`

Defined in: [src/addMonths.ts:18](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addMonths.ts#L18)
Defined in: [src/addMonths.ts:18](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addMonths.ts#L18)

Adds a specified number of months to a date.
向日期添加指定数量的月份。
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addSeconds.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `seconds`): `Date`

Defined in: [src/addSeconds.ts:19](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addSeconds.ts#L19)
Defined in: [src/addSeconds.ts:19](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addSeconds.ts#L19)

Adds a specified number of seconds to a date.
向日期添加指定数量的秒。
Expand Down
2 changes: 1 addition & 1 deletion docs/en/api/addYears.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

> **default**(`date`, `years`): `Date`

Defined in: [src/addYears.ts:18](https://github.com/fengxinming/date-manip/blob/672f1dce8f57973c145b734bdf778535cf1bb983/src/addYears.ts#L18)
Defined in: [src/addYears.ts:18](https://github.com/fengxinming/date-manip/blob/74162e61fff73f0ace27e57ce0b5395775c035f2/src/addYears.ts#L18)

Adds a specified number of years to a date.
向日期添加指定数量的年份。
Expand Down
Loading