Skip to content

Commit

Permalink
feat: 新增黑夜模式 (#93)
Browse files Browse the repository at this point in the history
* perf: 优化复制问卷地址的baseURl (#89)

* feat: 新增暗黑模式功能

* refactor: 使用dark类重构login页面,修改按钮透明度

* refector: 使用dark类重构主页面

* refector: 重构发帖与修改帖子页面;fix: 修复黑夜模式仍然是白色加载背景的问题

* refector: 修正命名,增加可读性

* fix: 修复了查看数据页面未适配的问题

* feat: 新增用户端黑夜模式

* fix: 修复暗夜模式下设置中选项框看不见的问题

---------

Co-authored-by: 离谱 <144224541+xixiIBN5100@users.noreply.github.com>
  • Loading branch information
mao2006 and xixiIBN5100 authored Oct 9, 2024
1 parent ed9ca5e commit 20d78a5
Show file tree
Hide file tree
Showing 29 changed files with 7,548 additions and 123 deletions.
10 changes: 10 additions & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {

}
29 changes: 29 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTag: typeof import('element-plus/es')['ElTag']
ElUpload: typeof import('element-plus/es')['ElUpload']
Modal: typeof import('./src/components/Modal/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Skeleton: typeof import('./src/components/Skeleton/index.vue')['default']
}
}
Loading

0 comments on commit 20d78a5

Please sign in to comment.