chore(release): release tauri v1.3.10

This commit is contained in:
Soybean
2024-12-16 16:47:53 +08:00
parent 2849463bd6
commit c5ecd8adeb
27 changed files with 3990 additions and 40 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': [