eslint配置迁移到扁平模式。

This commit is contained in:
2026-02-03 19:25:24 +08:00
parent 8879c6ed3c
commit 9f2bc65a0e
6 changed files with 432 additions and 247 deletions

View File

@@ -1,24 +1,12 @@
<template>
<div>
<a
href="https://vite.dev"
target="_blank"
>
<img
src="/vite.svg"
class="logo"
alt="Vite logo"
>
<a href="https://vite.dev" target="_blank">
<img src="/vite.svg" class="logo"
alt="Vite logo">
</a>
<a
href="https://vuejs.org/"
target="_blank"
>
<img
src="./assets/vue.svg"
class="logo vue"
alt="Vue logo"
>
<a href="https://vuejs.org/" target="_blank">
<img src="./assets/vue.svg" class="logo vue"
alt="Vue logo">
</a>
</div>
<HelloWorld msg="Vite ++++ Vue" />
@@ -28,17 +16,17 @@ import HelloWorld from "./components/HelloWorld.vue";
</script>
<style scoped>
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
height: 6em;
padding: 1.5em;
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue:hover {
filter: drop-shadow(0 0 2em #42b883aa);
filter: drop-shadow(0 0 2em #42b883aa);
}
</style>

View File

@@ -2,7 +2,7 @@
* @Author: Kane Wang <wangkane@qq.com>
* @Date: 2026-01-05 10:42:42
* @LastEditors: Kane Wang
* @LastModified: 2026-01-05 19:21:09
* @LastModified: 2026-02-03 18:15:32
* @FilePath: src/utils/regulatory_utils.ts
* @Description:
*
@@ -19,8 +19,7 @@ interface AddNewRegulatoryResponse
}
interface Render {
( resonse: AddNewRegulatoryResponse ) :void,
}
( resonse: AddNewRegulatoryResponse ) :void, }
/**
*