chore(release): release tauri v1.2.7

This commit is contained in:
Soybean
2024-07-12 10:30:11 +08:00
parent a454b620f1
commit 5063b8657d
26 changed files with 3909 additions and 26 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': [