diff --git a/.cid/tiny-vue.yml b/.cid/tiny-vue.yml index 7afc96fa2..cc3a294e0 100644 --- a/.cid/tiny-vue.yml +++ b/.cid/tiny-vue.yml @@ -89,6 +89,7 @@ artifacts: # - config_path: ./dist/dept/package.json # - config_path: ./dist/detail-page/package.json # - config_path: ./dist/dialog-box/package.json + # - config_path: ./dist/dialog-select/package.json # - config_path: ./dist/drop-roles/package.json # - config_path: ./dist/drop-times/package.json # - config_path: ./dist/dropdown/package.json @@ -97,6 +98,7 @@ artifacts: # - config_path: ./dist/espace/package.json # - config_path: ./dist/exception/package.json # - config_path: ./dist/file-upload/package.json + # - config_path: ./dist/filter-panel/package.json # - config_path: ./dist/floatbar/package.json # - config_path: ./dist/form/package.json # - config_path: ./dist/form-item/package.json @@ -108,6 +110,7 @@ artifacts: # - config_path: ./dist/grid-toolbar/package.json # - config_path: ./dist/hrapprover/package.json # - config_path: ./dist/icon/package.json + # - config_path: ./dist/infinite-scroll/package.json # - config_path: ./dist/image/package.json # - config_path: ./dist/image-viewer/package.json # - config_path: ./dist/input/package.json @@ -166,6 +169,7 @@ artifacts: # - config_path: ./dist/table/package.json # - config_path: ./dist/tabs/package.json # - config_path: ./dist/tag/package.json + # - config_path: ./dist/tag-group/package.json # - config_path: ./dist/text-popup/package.json # - config_path: ./dist/time/package.json # - config_path: ./dist/time-line/package.json diff --git a/.codecheck/check.yml b/.codecheck/check.yml index d88ba8576..5dc912131 100644 --- a/.codecheck/check.yml +++ b/.codecheck/check.yml @@ -6,4 +6,4 @@ steps: tool_params: secsolar: - source_dir: ./ \ No newline at end of file + source_dir: ./ diff --git a/.husky/pre-commit b/.husky/pre-commit index c37466e2b..36af21989 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx lint-staged \ No newline at end of file +npx lint-staged diff --git a/commitlint.config.js b/commitlint.config.js index 4fedde6da..33a7b5c1d 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1 +1 @@ -module.exports = { extends: ['@commitlint/config-conventional'] } +module.exports = { extends: ['@commitlint/config-conventional'] } \ No newline at end of file diff --git a/jsconfig.json b/jsconfig.json index 056210ab6..19b283ae9 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -12,4 +12,4 @@ "vueCompilerOptions": { "target": 2 } -} +} \ No newline at end of file diff --git a/logo.svg b/logo.svg index 59d1b063b..e784aa9c4 100644 --- a/logo.svg +++ b/logo.svg @@ -1,6 +1,6 @@ - logo-top + OpenTiny Logo diff --git a/volar.config.js b/volar.config.js index d7e5d968e..024b3c8df 100644 --- a/volar.config.js +++ b/volar.config.js @@ -11,4 +11,4 @@ module.exports = { } })) ] -} +} \ No newline at end of file