@3-/aiapi 0.1.26 → 0.1.27

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/factCheck.js +1 -1
  2. package/package.json +1 -1
package/factCheck.js CHANGED
@@ -120,7 +120,7 @@ txtLi = (txt) => {
120
120
  all_tag.delete(tag);
121
121
  pre = tag;
122
122
  t[tag] = trim.slice(tag.length + 1).trim();
123
- if (tag === '失实度') {
123
+ if (tag === '失实度' && all_tag.size === 0) {
124
124
  reset();
125
125
  }
126
126
  continue out;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3-/aiapi",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://atomgit.com/i18n/lib.git"