Skip to content

Commit

Permalink
Merge pull request #21 from besscroft/dev
Browse files Browse the repository at this point in the history
🐛修复词库切换问题
  • Loading branch information
besscroft authored Sep 29, 2023
2 parents eeb8dc9 + e99c784 commit 6fef16b
Show file tree
Hide file tree
Showing 4 changed files with 1,710 additions and 1,159 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
user_id = #{userId}
AND
book_id = #{bookId}
LIMIT 1
</select>

</mapper>
24 changes: 12 additions & 12 deletions heming-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"start:generate": "npx serve .output/public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@iconify-json/carbon": "^1.1.20",
"@antfu/eslint-config": "^0.43.1",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/twemoji": "^1.1.12",
"@mdi/font": "^7.2.96",
"@nuxt/devtools": "^0.8.0",
"@nuxt/devtools": "^0.8.5",
"@nuxthq/ui": "^2.7.0",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia-plugin-persistedstate/nuxt": "^1.1.2",
"@pinia/nuxt": "^0.4.11",
"@unocss/eslint-config": "^0.55.2",
"@unocss/nuxt": "^0.55.2",
"@vite-pwa/nuxt": "^0.1.0",
"@vueuse/nuxt": "^10.3.0",
"@unocss/eslint-config": "^0.56.4",
"@unocss/nuxt": "^0.56.4",
"@vite-pwa/nuxt": "^0.1.1",
"@vueuse/nuxt": "^10.4.1",
"consola": "^3.2.3",
"eslint": "^8.47.0",
"nuxt": "^3.7.0",
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"pinia": "^2.1.6",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.8"
"typescript": "^5.2.2",
"vue-tsc": "^1.8.15"
},
"dependencies": {
"ky": "^0.33.3",
Expand Down
Loading

0 comments on commit 6fef16b

Please sign in to comment.