chore(release): release tauri v1.0.3

This commit is contained in:
Soybean
2024-04-16 00:19:23 +08:00
parent d9af5aa2d3
commit f4cf4c8d57
26 changed files with 3883 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': [