chore(release): release tauri v1.3.9

This commit is contained in:
Soybean
2024-11-17 22:47:54 +08:00
parent af4177e70b
commit f6c97f403f
27 changed files with 3888 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': [