koishi-plugin-music-parser-all 0.0.3 → 0.0.4

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/lib/index.js +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -422,8 +422,8 @@ function generateFormattedText(p, format) {
422
422
  album: p.album,
423
423
  cover: p.cover,
424
424
  music_url: p.musicUrl,
425
- level: p.level || '未知',
426
- size: p.size || '未知',
425
+ level: p.level || '',
426
+ size: p.size || '',
427
427
  };
428
428
  const formatVarRegex = /\$\{([^}]+)\}/g;
429
429
  const lines = format.split('\n');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-music-parser-all",
3
3
  "description": "Koishi 全平台音乐解析插件,支持网易云音乐/酷我音乐/QQ音乐/汽水音乐等平台",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [