chore(release): release tauri v1.3.12

This commit is contained in:
Soybean
2025-03-12 23:29:27 +08:00
parent a6a47247ff
commit 13fedb8ff0
31 changed files with 10060 additions and 7 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': [