feat:fix dict list

This commit is contained in:
zyronon
2025-07-19 23:41:52 +08:00
parent 246f9f6dec
commit b10c861302
29 changed files with 1218 additions and 3603 deletions

View File

@@ -29,4 +29,8 @@ app.use(pinia)
app.use(i18n)
app.use(router)
app.mount('#app')
app.directive('opacity', (el, binding) => {
el.style.opacity = binding.value ? 1 : 0
})
app.mount('#app')