Skip to content

Commit e0920c2

Browse files
committed
import pinyin-pro
1 parent dded83f commit e0920c2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lambda-blog",
33
"type": "module",
44
"version": "0.0.1",
5-
"license":"GPL-3.0-only",
5+
"license": "GPL-3.0-only",
66
"scripts": {
77
"dev": "astro dev",
88
"build": "astro build",
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@tailwindcss/vite": "^4.1.1",
1414
"astro": "^5.5.4",
15+
"pinyin-pro": "^3.26.0",
1516
"tailwindcss": "^4.1.1"
1617
},
1718
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,11 @@ picomatch@^4.0.2:
19731973
resolved "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
19741974
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
19751975

1976+
pinyin-pro@^3.26.0:
1977+
version "3.26.0"
1978+
resolved "https://registry.npmmirror.com/pinyin-pro/-/pinyin-pro-3.26.0.tgz#9e3b8a9f848263b81552d56e9319f520f7709ad6"
1979+
integrity sha512-HcBZZb0pvm0/JkPhZHWA5Hqp2cWHXrrW/WrV+OtaYYM+kf35ffvZppIUuGmyuQ7gDr1JDJKMkbEE+GN0wfMoGg==
1980+
19761981
19771982
version "6.0.10"
19781983
resolved "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"

0 commit comments

Comments
 (0)