chore(release): release tauri v1.1.3

This commit is contained in:
Soybean
2024-06-02 01:35:40 +08:00
parent 756f84ab1d
commit 9e05cef7a6
26 changed files with 4059 additions and 428 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': [