chore(release): release tauri v1.0.6

This commit is contained in:
Soybean
2024-04-25 22:13:58 +08:00
parent 1c3b4734fa
commit 4f19cc02ef
26 changed files with 3973 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from '@soybeanjs/eslint-config';
export default defineConfig(
{ vue: true, unocss: true },
{ vue: true, unocss: true, ignores: ['src-tauri/target'] },
{
rules: {
'vue/multi-word-component-names': [