chore(release): release tauri v1.3.4

This commit is contained in:
Soybean
2024-08-01 16:08:36 +08:00
parent e6aa25e9f8
commit b6a15bbb22
26 changed files with 4319 additions and 39 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': [