chore(release): release tauri v1.2.0

This commit is contained in:
Soybean
2024-06-06 23:41:35 +08:00
parent fe06b8c499
commit f2d4d8fc8f
26 changed files with 3884 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': [