@noob-stupid/dsh-plugin-console 0.5.5 → 0.5.6

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.
Files changed (2) hide show
  1. package/icon.svg +7 -4
  2. package/package.json +1 -1
package/icon.svg CHANGED
@@ -1,6 +1,9 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="dsh-plugin-gating-hub">
2
- <!-- 占位图标(PLACEHOLDER):等正式图替换。规格对齐 @linxin666/dsh-web-all/icon.svg:512 方形、单色 #4d6bfe -->
3
- <path fill="#4d6bfe" fill-rule="evenodd" d="M256 40 L432 112 V272 C432 368 360 440 256 472 C152 440 80 368 80 272 V112 Z M256 96 L136 148 V272 C136 344 186 400 256 424 C326 400 376 344 376 272 V148 Z"/>
4
- <path fill="#4d6bfe" d="M244 176 h24 v160 h-24 z"/>
5
- <path fill="#4d6bfe" d="M180 244 h152 v24 h-152 z"/>
2
+ <!-- 512 方形、单色 #4d6bfe。整体内缩 0.72(四周留约 28% 内边距):
3
+ 官方列表按整框渲染图标,图形占满会显得比同排其它插件大一圈。 -->
4
+ <g transform="translate(256 256) scale(0.72) translate(-256 -256)">
5
+ <path fill="#4d6bfe" fill-rule="evenodd" d="M256 40 L432 112 V272 C432 368 360 440 256 472 C152 440 80 368 80 272 V112 Z M256 96 L136 148 V272 C136 344 186 400 256 424 C326 400 376 344 376 272 V148 Z"/>
6
+ <path fill="#4d6bfe" d="M244 176 h24 v160 h-24 z"/>
7
+ <path fill="#4d6bfe" d="M180 244 h152 v24 h-152 z"/>
8
+ </g>
6
9
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noob-stupid/dsh-plugin-console",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "DSH 框架升级安全与插件升级门控:一键升级、失败自动回滚、升级后回滚上版、旧插件不适配自动禁用;内置多源插件市场为发现层,插件源全部可自定义,可指向公司内网私有源 / 私有索引 / 本地 Git 仓库,纯内网离线可用 | Framework upgrade safety & plugin version gating for DSH, with a customizable multi-source plugin market: point every source at internal mirrors or a local file:// repo for intranet-only, offline installs.",
5
5
  "repository": {
6
6
  "type": "git",