chore(release): release tauri v1.2.8

This commit is contained in:
Soybean
2024-06-21 10:17:14 +08:00
parent cf9fc7d31f
commit 322c6642d0
26 changed files with 3885 additions and 2 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': [