feat(projects): release v1.0.1 tauri branch

This commit is contained in:
Soybean
2024-04-03 00:24:55 +08:00
parent 0fbb00cee1
commit d693c36b0b
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': [