[PR #147] [MERGED] Dev #149

Closed
opened 2026-01-15 11:43:24 +08:00 by yan · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kmvan/x-prober/pull/147
Author: @kmvan
Created: 4/10/2021
Status: Merged
Merged: 4/10/2021
Merged by: @kmvan

Base: masterHead: dev


📝 Commits (9)

📊 Changes

100 files changed (+570 additions, -7664 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 AppConfig.json (+1 -1)
📝 CHANGELOG.md (+6 -0)
📝 dist/prober.php (+50 -50)
📝 package.json (+26 -27)
pnpm-lock.yaml (+0 -6982)
📝 src/Components/Bootstrap/src/components/index.tsx (+13 -13)
📝 src/Components/Bootstrap/src/components/style/index.ts (+1 -2)
📝 src/Components/Bootstrap/src/stores/index.ts (+4 -6)
📝 src/Components/Card/src/components/card-grid.tsx (+2 -3)
📝 src/Components/Card/src/components/card-link.tsx (+1 -2)
📝 src/Components/Card/src/components/card-ruby.tsx (+6 -2)
📝 src/Components/Card/src/components/error.tsx (+4 -3)
📝 src/Components/Card/src/components/index.tsx (+4 -5)
📝 src/Components/Card/src/components/multi-item-container.tsx (+4 -1)
📝 src/Components/Card/src/stores/index.ts (+16 -19)
📝 src/Components/ColorScheme/src/components/index.tsx (+5 -6)
📝 src/Components/ColorScheme/src/stores/color-scheme-dark.ts (+1 -2)
📝 src/Components/ColorScheme/src/stores/color-scheme-default.ts (+1 -2)
📝 src/Components/ColorScheme/src/stores/color-schemes.ts (+3 -4)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kmvan/x-prober/pull/147 **Author:** [@kmvan](https://github.com/kmvan) **Created:** 4/10/2021 **Status:** ✅ Merged **Merged:** 4/10/2021 **Merged by:** [@kmvan](https://github.com/kmvan) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (9) - [`fcd5856`](https://github.com/kmvan/x-prober/commit/fcd5856e9d1c69ba68de367880f9f7c9fb4711d1) update packages - [`2f065d6`](https://github.com/kmvan/x-prober/commit/2f065d6128dc86d8ea37b79492b9f1e7aadd0c67) use export instead of export default - [`67aa403`](https://github.com/kmvan/x-prober/commit/67aa403855c5225b39299e72e6ad4bbbefeca67a) add ignore pnpm-lock.yaml - [`1279b6b`](https://github.com/kmvan/x-prober/commit/1279b6b06e99dda9866786abcd905ab648bfd09d) update packages version - [`b2c13c2`](https://github.com/kmvan/x-prober/commit/b2c13c25fea59376dbd2894d128414e1cf6fc297) fix system load error - [`51d9ab0`](https://github.com/kmvan/x-prober/commit/51d9ab082fc75e9eaa5b23f216af38dad9528f94) remove cross-env - [`0743fc2`](https://github.com/kmvan/x-prober/commit/0743fc2ba13755fa1a4f561d4acab0fb7a617b3a) add .npmrc - [`7b2d5e1`](https://github.com/kmvan/x-prober/commit/7b2d5e18e64f5a205bb1b9f0f633727c8c48874d) add yarn.lock - [`6572645`](https://github.com/kmvan/x-prober/commit/65726451027b0148ba0e5f74164daafd967c6675) update to 7.5 ### 📊 Changes **100 files changed** (+570 additions, -7664 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `AppConfig.json` (+1 -1) 📝 `CHANGELOG.md` (+6 -0) 📝 `dist/prober.php` (+50 -50) 📝 `package.json` (+26 -27) ➖ `pnpm-lock.yaml` (+0 -6982) 📝 `src/Components/Bootstrap/src/components/index.tsx` (+13 -13) 📝 `src/Components/Bootstrap/src/components/style/index.ts` (+1 -2) 📝 `src/Components/Bootstrap/src/stores/index.ts` (+4 -6) 📝 `src/Components/Card/src/components/card-grid.tsx` (+2 -3) 📝 `src/Components/Card/src/components/card-link.tsx` (+1 -2) 📝 `src/Components/Card/src/components/card-ruby.tsx` (+6 -2) 📝 `src/Components/Card/src/components/error.tsx` (+4 -3) 📝 `src/Components/Card/src/components/index.tsx` (+4 -5) 📝 `src/Components/Card/src/components/multi-item-container.tsx` (+4 -1) 📝 `src/Components/Card/src/stores/index.ts` (+16 -19) 📝 `src/Components/ColorScheme/src/components/index.tsx` (+5 -6) 📝 `src/Components/ColorScheme/src/stores/color-scheme-dark.ts` (+1 -2) 📝 `src/Components/ColorScheme/src/stores/color-scheme-default.ts` (+1 -2) 📝 `src/Components/ColorScheme/src/stores/color-schemes.ts` (+3 -4) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yan added the pull-request label 2026-01-15 11:43:24 +08:00
yan closed this issue 2026-01-15 11:43:26 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#149