Commit Graph

29254 Commits

Author SHA1 Message Date
𝑾𝒖𝒙𝒉
14fc373111
chore(image-test): fix screenshot miss (#53145) 2025-03-13 14:04:33 +08:00
𝑾𝒖𝒙𝒉
33cd87dc39
♻️ refactor(float-button): remove unnecessary useMemo (#53136) 2025-03-12 17:21:27 +08:00
𝑾𝒖𝒙𝒉
6ce176bb7b
♻️ chore(locale): replace the deprecated API (#52960)
* fix(local): enhance code robustness

* chore: rename

* chore: 移除不必要的 memo

* chore: components/date-picker/locale/example.json添加注释

* chore: 注释

* Revert "fix(local): enhance code robustness"

This reverts commit c199788f57.

# Conflicts:
#	components/locale/useLocale.ts

* ♻️ clean: deprecated api

* chore: revert change

* revert

* chore: remove outdated api

* chore: 移除冗余配置

* chore: replace deprecated api

* chore: remove invalid

* Revert "chore: replace deprecated api"

This reverts commit 9765043a61.

* chore: update

* chore: remove mark
2025-03-11 10:42:35 +08:00
dependabot[bot]
ad2db2afe6
chore: bump package-manager-detector from 0.2.11 to 1.0.0 and use getUserAgent instead detectSync (#53113)
* chore(deps-dev): bump package-manager-detector

Bumps the dev-dependencies group with 1 update: [package-manager-detector](https://github.com/antfu-collective/package-manager-detector).


Updates `package-manager-detector` from 0.2.11 to 1.0.0
- [Release notes](https://github.com/antfu-collective/package-manager-detector/releases)
- [Commits](https://github.com/antfu-collective/package-manager-detector/compare/v0.2.11...v1.0.0)

---
updated-dependencies:
- dependency-name: package-manager-detector
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: use getUserAgent instead detectSync

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-03-11 10:13:14 +08:00
lijianan
543786ea15
Merge pull request #53117 from hakankosdag/fix/tour-translations-for-TR
fix: add Tour translations for tr_TR
2025-03-11 07:20:16 +08:00
Hakan Kosdag
bdcf732115 fix: add Tour translations for tr_TR 2025-03-10 18:45:34 +03:00
json-q
eb424a55b8
docs: footer link add china mirror for ProComponents (#53111) 2025-03-10 18:09:12 +08:00
afc163
a88eac45c9
chore: add .cursorrules (#53108)
* chore: add .cursorrules

* Update .cursorrules

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
2025-03-10 15:56:15 +08:00
lijianan
e29c19d681
site: fix Popover style with RTL mode (#53104) 2025-03-10 09:47:41 +08:00
lijianan
1fd31e90ca
site: update log tag style (#53102) 2025-03-09 22:13:21 +08:00
json-q
a77684cbd9
site: improve semantic preview display for modal (#53092)
* doc: increase the z-index of the header

* style: update semantic preview zIndex for modal

---------

Co-authored-by: thinkasany <480968828@qq.com>
2025-03-07 14:42:50 +08:00
二货爱吃白萝卜
d93bed4dd8
fix: typography color text (#53086) 2025-03-07 14:26:52 +08:00
thinkasany
cef1c5f20f
docs: hide preview.rootClassName for image (#53091) 2025-03-07 11:47:10 +08:00
github-actions[bot]
9e21509280
chore: upgrade deps (#53089)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2025-03-07 04:49:40 +08:00
Ashcon Partovi
aad1c80e4f
chore: install using bun (#53090)
* chore: add bun install to readme alongside pnpm

Signed-off-by: Ashcon Partovi <ashcon@partovi.net>

* Update README-zh_CN.md

Signed-off-by: Ashcon Partovi <ashcon@partovi.net>

---------

Signed-off-by: Ashcon Partovi <ashcon@partovi.net>
2025-03-07 04:49:03 +08:00
Waiter
1bdc2477e4
fix(affix): fixes unexpected onChange event behavior in React versions below 18 (#53038)
* fix(affix): Fixes unexpected onChange event behavior in React versions below 18

Signed-off-by: Waiter <waitersong2012@gmail.com>

* test: add affix onChange case

---------

Signed-off-by: Waiter <waitersong2012@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-03-06 15:46:38 +08:00
thinkasany
0f2d84bbbb
demo: remove emoji for debug demo (#53076)
Co-authored-by: 𝑾𝒖𝒙𝒉 <wxh1220@gmail.com>
2025-03-06 15:00:26 +08:00
thinkasany
7bca69a2d8
chore: add overrides lock for pnpm、yarn (#53072)
* chore: add lock for pnpm、yarn

* rerun ci
2025-03-06 14:08:23 +08:00
Dan M.
7da2f1fb8d
docs: add FAQ for Tooltip/Popover/Popcomfirm custom component usage (#53026)
* Add FAQ entry for Toolkit + custom component

* Add tooltip example for custom component

* Add link to example in Tooltip doc page

* Add link to issue

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Dan M. <danspamable@gmail.com>

* Replace custom props with HTMLSpanElement props

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Dan M. <danspamable@gmail.com>

* Import handlers as types

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Dan M. <danspamable@gmail.com>

* Fix formatting

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Dan M. <danspamable@gmail.com>

* Update components/tooltip/demo/wrap-custom-component.tsx

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Dan M. <danspamable@gmail.com>

* Update components/tooltip/index.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Dan M. <danspamable@gmail.com>

* Add link for Wrap Custom Component

* Update components/tooltip/demo/wrap-custom-component.tsx

Signed-off-by: thinkasany <480968828@qq.com>

* test: update snap

* fix md lint

* chore: update docs

---------

Signed-off-by: Dan M. <danspamable@gmail.com>
Signed-off-by: thinkasany <480968828@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: 𝑾𝒖𝒙𝒉 <wxh1220@gmail.com>
2025-03-06 10:06:11 +08:00
thinkasany
5e11413222
demo: use null instead '' for tooltip's disabled demo (#53069)
* demo: use  instead  for tooltip's disabled demo

* empty commit

Co-authored-by: lijianan <574980606@qq.com>

---------

Co-authored-by: lijianan <574980606@qq.com>
2025-03-06 05:44:11 +08:00
𝑾𝒖𝒙𝒉
e3d53a4c86
chore: update link (#53062)
* chore: update link

* chore: rename
2025-03-05 21:55:51 +08:00
thinkasany
a0ad4224e5
demo: improve disabled demo for tooltip (#53066)
Co-authored-by: yellworyan <877520264@qq.com>
2025-03-05 21:41:36 +08:00
𝑾𝒖𝒙𝒉
7e4216795b
fix(Form): requiredMark not working when component is false (#52950)
* fix(Form): requiredMark not working when component is false

* comment

* chore: update snap

* chore: Update style to fix lint

* refactor: update logic
2025-03-05 21:26:12 +08:00
二货爱吃白萝卜
1c0a184357
chore: adjust check logic to fix lint 2025-03-05 16:05:49 +08:00
xrkffgg
93b9af88f9
docs: add changelog 5.24.3 (#53041)
* docs: add changelog 5.24.3

* Update CHANGELOG.en-US.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>

* docs: update

---------

Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2025-03-05 11:17:45 +08:00
Christoph
1c3049e65b
locale: add Transfer.deselectAll to de_DE (#53047)
Co-authored-by: Christoph Nickel <christoph.nickel@quanos.com>
2025-03-05 08:11:41 +08:00
dependabot[bot]
8f667b8c56
chore(deps-dev): bump jest-axe from 9.0.0 to 10.0.0 in the dev-dependencies group (#53042)
* chore(deps-dev): bump jest-axe in the dev-dependencies group

Bumps the dev-dependencies group with 1 update: [jest-axe](https://github.com/nickcolley/jest-axe).


Updates `jest-axe` from 9.0.0 to 10.0.0
- [Release notes](https://github.com/nickcolley/jest-axe/releases)
- [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nickcolley/jest-axe/compare/v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: jest-axe
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* empty commit for rerun visual ci

* empty commit for rerun ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-03-04 22:33:07 +08:00
thinkasany
d95fafa602
chore: lock nwsapi@2.2.16 (#53045) 2025-03-04 21:21:43 +08:00
Ryan Tan
33b5fd42e5
docs(menu): fix description for dangerItemActiveBg and dangerItemSelectedBg (#53014) 2025-03-03 10:42:27 +08:00
DDDDD12138
b96d38cda6
fix: DatePicker header misalignment caused by unexpected button spacing (#53007) 2025-03-03 10:39:02 +08:00
lijianan
b9e3b95408
demo: rm qs, rm fetch-jsonp (#53015)
* demo: rm qs, rm fetch-jsonp

* fix: fix
2025-03-03 10:24:45 +08:00
lijianan
d0d27ad662
demo: Alert icon update (#53016)
* chore(deps-dev): bump typescript from 5.7 to 5.8

* demo: update demo

---------

Signed-off-by: lijianan <574980606@qq.com>
2025-03-02 22:43:43 +08:00
renovate[bot]
2dd57ffb80
chore(deps): update dependency typescript to ~5.8.0 (#53017)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-02 12:18:57 +08:00
github-actions[bot]
517de9b884
chore: upgrade deps (#53013)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2025-03-01 06:17:30 +08:00
dependabot[bot]
201f1bf89e
chore(deps-dev): bump vanilla-jsoneditor in the dev-dependencies group (#53010)
Bumps the dev-dependencies group with 1 update: [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).


Updates `vanilla-jsoneditor` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/josdejong/svelte-jsoneditor/compare/v2.4.0...v3.0.0)

---
updated-dependencies:
- dependency-name: vanilla-jsoneditor
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-28 23:10:28 +08:00
Wangye
e7f558c500
docs: fix handleChange params types (#53009) 2025-02-28 19:47:41 +08:00
github-actions[bot]
a10118c730
chore: upgrade deps (#52996)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2025-02-28 07:00:29 +08:00
dependabot[bot]
b56fe7cd7a
chore(deps): bump dawidd6/action-download-artifact from 8 to 9 (#52991)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 8 to 9.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v8...v9)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 20:09:20 +08:00
Wanpan
8491b939a3
refactor: Input allowClear btn set tabIndex to -1 (#52977) 2025-02-26 19:02:33 +08:00
Jony J
4137ea7c59
fix(AutoComplete): add missing style to ensure alignment (#52819)
* fix(Select): remove unnecessary selection search input height style

* style: adjust fontSize in AutoComplete

* style(select): remove unused line height calculations

* test: update snapshot

* style(select): add fontSize to selection search input

* Update components/auto-complete/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: Jony J <1844749591@qq.com>

---------

Signed-off-by: Jony J <1844749591@qq.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-02-26 11:23:48 +08:00
afc163
23e9d4bea0
docs: Update index.en-US.md (#52969)
* docs: Update index.en-US.md

Signed-off-by: afc163 <afc163@gmail.com>

* Update index.zh-CN.md

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
2025-02-26 10:46:13 +08:00
github-actions[bot]
60b1fb36da
chore: upgrade deps (#52965)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2025-02-26 10:00:20 +08:00
ustcfury
21a44eb4a9
fix: remove unexpected input underlined border when hover (#52959)
to #52947

Co-authored-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>
2025-02-25 21:41:48 +08:00
dependabot[bot]
fdf9868c73
chore(deps-dev): bump react-scan from 0.1.4 to 0.2.0 (#52956)
Bumps [react-scan](https://github.com/aidenybai/react-scan) from 0.1.4 to 0.2.0.
- [Release notes](https://github.com/aidenybai/react-scan/releases)
- [Commits](https://github.com/aidenybai/react-scan/commits)

---
updated-dependencies:
- dependency-name: react-scan
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 21:30:50 +08:00
thinkasany
2af20aaa34
docs: add Accessibility improvement for PR template (#52943) 2025-02-25 09:50:21 +08:00
Peach
d78cd5c486
docs: changelog for 5.24.2 (#52935)
Some checks failed
Publish Any Commit / build (push) Has been cancelled
🔀 Sync mirror to Gitee / mirror (push) Has been cancelled
✅ test / lint (push) Has been cancelled
✅ test / test-react-legacy (16, 1/2) (push) Has been cancelled
✅ test / test-react-legacy (16, 2/2) (push) Has been cancelled
✅ test / test-react-legacy (17, 1/2) (push) Has been cancelled
✅ test / test-react-legacy (17, 2/2) (push) Has been cancelled
✅ test / test-node (push) Has been cancelled
✅ test / test-react-latest (dom, 1/2) (push) Has been cancelled
✅ test / test-react-latest (dom, 2/2) (push) Has been cancelled
✅ test / build (push) Has been cancelled
✅ test / test lib/es module (es, 1/2) (push) Has been cancelled
✅ test / test lib/es module (es, 2/2) (push) Has been cancelled
✅ test / test lib/es module (lib, 1/2) (push) Has been cancelled
✅ test / test lib/es module (lib, 2/2) (push) Has been cancelled
👁️ Visual Regression Persist Start / test image (push) Has been cancelled
Issue Schedule / send-message (push) Has been cancelled
Mock Project Build / Build Project (push) Has been cancelled
PR Auto Merge Bot / pr-check-ci (push) Has been cancelled
✅ test / test-react-latest-dist (dist, 1/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist, 2/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Has been cancelled
✅ test / test-coverage (push) Has been cancelled
Issue Inactivity Reminder / reminder_job (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
Issue Check Inactive / issue-check-inactive (push) Has been cancelled
Upgrade Dependencies / upgrade-deps (push) Has been cancelled
* docs: changelog for 5.24.2

* chore: bump version to 5.24.2

* docs: correct typo

* docs: correct changelog group
2025-02-24 17:05:30 +08:00
ug
db284a46e2
fix Issue52048 Watermark Component Re-render Causes Page Freeze (#52897)
Some checks failed
Publish Any Commit / build (push) Waiting to run
🔀 Sync mirror to Gitee / mirror (push) Waiting to run
✅ test / lint (push) Waiting to run
✅ test / test-react-legacy (16, 1/2) (push) Waiting to run
✅ test / test-react-legacy (16, 2/2) (push) Waiting to run
✅ test / test-react-legacy (17, 1/2) (push) Waiting to run
✅ test / test-react-legacy (17, 2/2) (push) Waiting to run
✅ test / test-node (push) Waiting to run
✅ test / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test / test-coverage (push) Blocked by required conditions
✅ test / build (push) Waiting to run
✅ test / test lib/es module (es, 1/2) (push) Waiting to run
✅ test / test lib/es module (es, 2/2) (push) Waiting to run
✅ test / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
Upgrade Dependencies / upgrade-deps (push) Has been cancelled
Issue Inactivity Reminder / reminder_job (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
* fix(Watermark):Re-render Causes Page Freeze

* fix(Watermark):Re-render Causes Page Freeze

* fix(Watermark):Re-render Causes Page Freeze

* Update components/watermark/useCache.ts

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: ug <62086147+765477020@users.noreply.github.com>

* refactor: add useSingletonCache

* test: add test case

---------

Signed-off-by: ug <62086147+765477020@users.noreply.github.com>
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2025-02-24 15:33:37 +08:00
lijianan
ea2989831a
demo: update demo (#52924) 2025-02-24 09:48:33 +08:00
lijianan
7134c5d706
docs: docs update (#52918)
Some checks failed
Publish Any Commit / build (push) Has been cancelled
🔀 Sync mirror to Gitee / mirror (push) Has been cancelled
✅ test / lint (push) Has been cancelled
✅ test / test-react-legacy (16, 1/2) (push) Has been cancelled
✅ test / test-react-legacy (16, 2/2) (push) Has been cancelled
✅ test / test-react-legacy (17, 1/2) (push) Has been cancelled
✅ test / test-react-legacy (17, 2/2) (push) Has been cancelled
✅ test / test-node (push) Has been cancelled
✅ test / test-react-latest (dom, 1/2) (push) Has been cancelled
✅ test / test-react-latest (dom, 2/2) (push) Has been cancelled
✅ test / build (push) Has been cancelled
✅ test / test lib/es module (es, 1/2) (push) Has been cancelled
✅ test / test lib/es module (es, 2/2) (push) Has been cancelled
✅ test / test lib/es module (lib, 1/2) (push) Has been cancelled
✅ test / test lib/es module (lib, 2/2) (push) Has been cancelled
👁️ Visual Regression Persist Start / test image (push) Has been cancelled
✅ test / test-react-latest-dist (dist, 1/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist, 2/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Has been cancelled
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Has been cancelled
✅ test / test-coverage (push) Has been cancelled
2025-02-22 13:10:25 +08:00
dependabot[bot]
cf2b6e4542
chore(deps-dev): bump pixelmatch in the dev-dependencies group (#52914)
Some checks are pending
Publish Any Commit / build (push) Waiting to run
🔀 Sync mirror to Gitee / mirror (push) Waiting to run
✅ test / lint (push) Waiting to run
✅ test / test-react-legacy (16, 1/2) (push) Waiting to run
✅ test / test-react-legacy (16, 2/2) (push) Waiting to run
✅ test / test-react-legacy (17, 1/2) (push) Waiting to run
✅ test / test-react-legacy (17, 2/2) (push) Waiting to run
✅ test / test-node (push) Waiting to run
✅ test / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test / test-coverage (push) Blocked by required conditions
✅ test / build (push) Waiting to run
✅ test / test lib/es module (es, 1/2) (push) Waiting to run
✅ test / test lib/es module (es, 2/2) (push) Waiting to run
✅ test / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
Bumps the dev-dependencies group with 1 update: [pixelmatch](https://github.com/mapbox/pixelmatch).


Updates `pixelmatch` from 6.0.0 to 7.1.0
- [Release notes](https://github.com/mapbox/pixelmatch/releases)
- [Commits](https://github.com/mapbox/pixelmatch/compare/v6.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: pixelmatch
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 22:00:56 +08:00