koishi-plugin-noah 2.0.5 → 2.0.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/lib/index.cjs +1 -1
  2. package/package.json +1 -1
package/lib/index.cjs CHANGED
@@ -6086,7 +6086,7 @@ var SDVXService2 = class _SDVXService {
6086
6086
  responseType: "json"
6087
6087
  });
6088
6088
  const filteredData = data.filter(
6089
- (score) => score.music_id !== 244 && score.music_id !== 1759 && score.music_id !== 1761
6089
+ (score) => score.music_id !== 244 && score.music_id !== 1759 && score.music_id !== 1761 && score.is_plus === 0
6090
6090
  );
6091
6091
  const musicIds = filteredData.map((score) => score.music_id);
6092
6092
  const diffTypes = filteredData.map((score) => parseInt(score.music_diff));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koishi-plugin-noah",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "contributors": [
5
5
  "Logthm <logthm@outlook.com>"
6
6
  ],