@vuepress-plume/plugin-search 1.0.0-rc.179 → 1.0.0-rc.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/node/index.js +3 -3
- package/package.json +5 -5
package/lib/node/index.js
CHANGED
|
@@ -246,10 +246,10 @@ const ruSearchLocale = {
|
|
|
246
246
|
//#endregion
|
|
247
247
|
//#region src/node/locales/zh-tw.ts
|
|
248
248
|
const zhTwSearchLocale = {
|
|
249
|
-
placeholder: "
|
|
250
|
-
resetButtonTitle: "
|
|
249
|
+
placeholder: "搜尋文件",
|
|
250
|
+
resetButtonTitle: "重設搜尋",
|
|
251
251
|
backButtonTitle: "關閉",
|
|
252
|
-
noResultsText: "
|
|
252
|
+
noResultsText: "無搜尋結果:",
|
|
253
253
|
footer: {
|
|
254
254
|
selectText: "選擇",
|
|
255
255
|
selectKeyAriaLabel: "輸入",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuepress-plume/plugin-search",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0-rc.
|
|
4
|
+
"version": "1.0.0-rc.181",
|
|
5
5
|
"description": "The Plugin for VuePress 2 - local search",
|
|
6
6
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"vuepress": "2.0.0-rc.26"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@vuepress/helper": "2.0.0-rc.
|
|
38
|
-
"@vueuse/core": "^14.
|
|
39
|
-
"@vueuse/integrations": "^14.
|
|
40
|
-
"chokidar": "
|
|
37
|
+
"@vuepress/helper": "2.0.0-rc.120",
|
|
38
|
+
"@vueuse/core": "^14.1.0",
|
|
39
|
+
"@vueuse/integrations": "^14.1.0",
|
|
40
|
+
"chokidar": "5.0.0",
|
|
41
41
|
"focus-trap": "^7.6.6",
|
|
42
42
|
"mark.js": "^8.11.1",
|
|
43
43
|
"minisearch": "^7.2.0",
|