chore(release): release tauri v1.3.11

This commit is contained in:
Soybean
2025-01-19 22:27:39 +08:00
parent 5cf3236475
commit 22a8cb324a
31 changed files with 10054 additions and 1 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': [