yank-note-registry 1.0.45 → 1.0.49
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/README.md +3 -1
- package/extensions.json +2 -1
- package/index.json +50 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
这里是 Yank Note 扩展的注册中心,如果你想要将自己的扩展注册添加到 Yank Note 扩展集中,请参考下面的步骤:
|
|
4
4
|
|
|
5
|
-
1. 将扩展发布到 NPM
|
|
5
|
+
1. 将扩展发布到 NPM 仓库中,需要注意:
|
|
6
|
+
1. 包名需要以`yank-note-extension-` 开头
|
|
7
|
+
2. `README.md` 中不要嵌入本地图片,需要使用网络图片,否则不能正确展示
|
|
6
8
|
2. Fork 本项目
|
|
7
9
|
3. 编辑 `extension.json`,将自己的扩展添加到 `$.registry` 中
|
|
8
10
|
4. 创建一个新的 Pull Request, 并将相关说明附带上
|
package/extensions.json
CHANGED
package/index.json
CHANGED
|
@@ -363,5 +363,55 @@
|
|
|
363
363
|
"readmeUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-sublime-merge@1.0.5/README.md?__t=1652779098712",
|
|
364
364
|
"changelogUrl": "https://fastly.jsdelivr.net/npm/@yank-note/extension-sublime-merge@1.0.5/CHANGELOG.md?__t=1652779099979",
|
|
365
365
|
"origin": "official"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "yank-note-extension-theme-yanser",
|
|
369
|
+
"version": "1.0.1",
|
|
370
|
+
"displayName": "theme|Yanser",
|
|
371
|
+
"description": "theme from Yanser",
|
|
372
|
+
"displayName_ZH-CN": "主题|烟舍",
|
|
373
|
+
"description_ZH-CN": "来自烟舍的主题",
|
|
374
|
+
"author": {
|
|
375
|
+
"name": "yanser"
|
|
376
|
+
},
|
|
377
|
+
"license": "AGPL-3.0",
|
|
378
|
+
"keywords": [],
|
|
379
|
+
"homepage": "https://github.com/Yannnser/yank-note-theme.git",
|
|
380
|
+
"repository": {
|
|
381
|
+
"type": "git",
|
|
382
|
+
"url": "https://github.com/Yannnser/yank-note-theme.git"
|
|
383
|
+
},
|
|
384
|
+
"publishConfig": {
|
|
385
|
+
"access": "public",
|
|
386
|
+
"registry": "https://registry.npmjs.org/"
|
|
387
|
+
},
|
|
388
|
+
"icon": "https://fastly.jsdelivr.net/npm/yank-note-extension-theme-yanser@1.0.1/icon.png?__t=1652967467032",
|
|
389
|
+
"engines": {
|
|
390
|
+
"node": ">=14.6.0",
|
|
391
|
+
"yank-note": "^3.30.1"
|
|
392
|
+
},
|
|
393
|
+
"themes": [
|
|
394
|
+
{
|
|
395
|
+
"name": "winter",
|
|
396
|
+
"css": "./themes/winter.css"
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"dist": {
|
|
400
|
+
"shasum": "077f56b2578656dc302d9dcc97d9ef7a70eb3a29",
|
|
401
|
+
"integrity": "sha512-aW+fPBD8Pi4VSD/m+ybyOMxxcQHr2b6sZE8bQ7p1du/97sI1/1/2wksMR2KGXOwzi6TYl2QDokdfubkzey4eIw==",
|
|
402
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-theme-yanser/-/yank-note-extension-theme-yanser-1.0.1.tgz",
|
|
403
|
+
"fileCount": 9,
|
|
404
|
+
"unpackedSize": 22564
|
|
405
|
+
},
|
|
406
|
+
"directories": {},
|
|
407
|
+
"maintainers": [
|
|
408
|
+
{
|
|
409
|
+
"name": "yanser",
|
|
410
|
+
"email": "2306974571@qq.com"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"readmeUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-theme-yanser@1.0.1/README.md?__t=1652967467145",
|
|
414
|
+
"changelogUrl": "https://fastly.jsdelivr.net/npm/yank-note-extension-theme-yanser@1.0.1/CHANGELOG.md?__t=1652967467262",
|
|
415
|
+
"origin": "registry"
|
|
366
416
|
}
|
|
367
417
|
]
|