Skip to content

Commit

Permalink
feat: improve chip recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Jul 16, 2023
1 parent 062710a commit 9dc39aa
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 316 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"lint": "cross-env NODE_ENV=production vue-cli-service lint"
},
"dependencies": {
"@arkntools/depot-recognition": "^1.7.0",
"@arkntools/depot-recognition": "^1.8.1",
"@johmun/vue-tags-input": "^2.1.0",
"@yzfe/darkmodejs": "^1.2.1",
"browser-image-resizer": "^2.4.1",
"comlink": "^4.4.1",
"core-js": "^3.30.1",
"core-js": "^3.31.1",
"encoding-japanese": "^2.0.0",
"eventemitter3": "^5.0.1",
"idb-keyval": "^6.2.0",
"idb-keyval": "^6.2.1",
"javascript-lp-solver": "^0.4.24",
"js-base64": "^3.7.5",
"js-md5": "^0.7.3",
Expand All @@ -28,7 +28,7 @@
"lodash": "^4.17.21",
"lodash.combinations": "^18.11.1",
"mdui": "^0.4.3",
"pinia": "^2.0.35",
"pinia": "^2.1.4",
"register-service-worker": "^1.7.2",
"smoothscroll-polyfill": "^0.4.4",
"utf8-buffer-size": "0.0.4",
Expand All @@ -49,7 +49,6 @@
"@vue/cli-plugin-pwa": "^4.5.19",
"@vue/cli-plugin-router": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"arkntools-scripts": "^1.0.2",
"babel-eslint": "^10.1.0",
"base-x": "^3.0.9",
"comlink-loader": "^2.0.0",
Expand Down
3 changes: 1 addition & 2 deletions src/views/Depot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ text: {{ num.text }}</pre
</template>
</div>
<!-- 测试用 -->
<img class="test-img mdui-m-t-2" v-for="(img, i) in drDebug" :key="i" :src="img" />
<img class="test-img mdui-m-t-2 mdui-m-r-2" v-for="(img, i) in drDebug" :key="i" :src="img" />
</div>
</template>

Expand Down Expand Up @@ -461,7 +461,6 @@ export default defineComponent({
}
}
.test-img {
display: block;
max-width: 100%;
}
}
Expand Down
Loading

0 comments on commit 9dc39aa

Please sign in to comment.