File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 77[ ![ GitHub Pages] ( https://img.shields.io/github/actions/workflow/status/Drswith/usb.ids/github-pages.yml?label=github%20pages )] ( https://github.com/Drswith/usb.ids/actions/workflows/github-pages.yml )
88
99<!-- START VERSION PLACEHOLDER -->
10+
1011> ** 📦 Latest Release**
11- > ** Version:** ` 1.0.1756751242553 `
12- > ** Updated:** ` 2025-09-01 18:27:22 UTC `
12+ >
13+ > ** Version:** ` 1.0.1756734426891 `
14+ > ** Updated:** ` 2025-09-01 13:47:06 UTC `
1315> ** Status:** ✅ Auto-updated daily
1416
1517<!-- END VERSION PLACEHOLDER -->
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ The script updates README.md with a styled version block:
5353
5454``` markdown
5555> ** 📦 Latest Release**
56+ >
5657> ** Version:** ` 1.0.xxxxx `
5758> ** Updated:** ` YYYY-MM-DD HH:MM:SS UTC `
5859> ** Status:** ✅ Auto-updated daily
Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ function updateReadmeVersion(): void {
6161
6262 // 构建新的版本信息块
6363 const newVersionBlock = `
64+
6465> **📦 Latest Release**
66+ >
6567> **Version:** \`${ version } \`
6668> **Updated:** \`${ updateTime } \`
6769> **Status:** ✅ Auto-updated daily
You can’t perform that action at this time.
0 commit comments