fix filenames

This commit is contained in:
wangchangqi 2022-08-18 20:42:28 +08:00
parent e234064b3c
commit 46e9129ec3
5 changed files with 4 additions and 6 deletions

View File

@ -5,14 +5,12 @@ semi: false
singleQuote: true
quoteProps: 'as-needed'
bracketSpacing: false
# 多属性html标签的>折行放置
# 多属性html标签的'>'折行放置
jsxBracketSameLine: false
arrowParens: 'always'
requirePragma: false
insertPragma: false
# //对HTML全局空白不敏感
htmlWhitespaceSensitivity: 'ignore'
# 结束行形式
endOfLine: 'lf'
# 对引用代码进行格式化
embeddedLanguageFormatting: 'auto'

View File

@ -5,9 +5,9 @@ import {UlType} from '../../../components/ul/ul'
import {LiType} from '../../../components/li/li'
import {ButtonType, StarButton} from '../../../components/button/button'
import {sharedStyles} from '../shared-styles'
import './about_machine/about_machine'
import './update/auto_update'
import './update/update_system'
import './about-machine/about-machine'
import './update/auto-update'
import './update/update-system'
@customElement('panel-general')
export class PanelGeneral extends LitElement {