chore(release): release tauri v1.1.0

This commit is contained in:
Soybean
2024-05-07 18:24:02 +08:00
parent e7f0a30bd8
commit 3d89ab8829
26 changed files with 3950 additions and 29 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': [