Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 03:19:19 +08:00

Compare commits

..

No commits in common. "main" and "v5.0.0-beta.5" have entirely different histories.

8 changed files with 1234 additions and 1567 deletions

View File

@ -27,9 +27,6 @@ V3 Admin Vite is a well-crafted backend management system template, built with p
> [!TIP]
> Paid services are officially launched! If you dont want to do it yourself but want to remove TS or other modules, try the lazy package! [Click to check it out](https://github.com/un-pany/v3-admin-vite/issues/225)
> [!TIP]
> If you have mobile web app needs, try the new open-source template. [MobVue](https://github.com/un-pany/mobvue)
## Usage
<details>
@ -136,23 +133,21 @@ pnpm test
## Links
**Online Preview**: [github-pages](https://un-pany.github.io/v3-admin-vite)
**Online Preview**[github-pages](https://un-pany.github.io/v3-admin-vite)
**Chinese Documentation**: [link](https://juejin.cn/post/7089377403717287972)
**Chinese Documentation**[link](https://juejin.cn/post/7089377403717287972)
**Zero to Hero Tutorial**: [link](https://juejin.cn/column/7207659644487139387)
**Mobile Web App**: [mobvue](https://github.com/un-pany/mobvue)
**Zero to Hero Tutorial**[link](https://juejin.cn/column/7207659644487139387)
**Electron Desktop Version**: [v3-electron-vite](https://github.com/un-pany/v3-electron-vite)
**Chinese Repository**: [gitee](https://gitee.com/un-pany/v3-admin-vite)
**Chinese Repository**[gitee](https://gitee.com/un-pany/v3-admin-vite)
**Optional Group**: [check how to join](https://github.com/un-pany/v3-admin-vite/issues/191)
**Optional Group**[check how to join](https://github.com/un-pany/v3-admin-vite/issues/191)
**Donations**: [buy a coffee for the author](https://github.com/un-pany/v3-admin-vite/issues/69)
**Donations**[buy a coffee for the author](https://github.com/un-pany/v3-admin-vite/issues/69)
**Releases & Changelog**: [releases](https://github.com/un-pany/v3-admin-vite/releases)
**Releases & Changelog**[releases](https://github.com/un-pany/v3-admin-vite/releases)
## Features
@ -204,7 +199,7 @@ pnpm test
**CSS Variables**: Primarily controls layout and color in the project
**ESLint**: Code linting and formatting
**ESlint**: Code linting and formatting
**Axios**: Sends network requests

View File

@ -27,9 +27,6 @@ V3 Admin Vite 是一个精心制作的后台管理系统模板,基于 Vue3、V
> [!TIP]
> 正式推出付费服务,如果不想自己动手,但想移除 TS 或其他模块?试试懒人套餐![点击看看](https://github.com/un-pany/v3-admin-vite/issues/225)
> [!TIP]
> 如果你有移动端 H5 需求,试试新的开源模板。[MobVue](https://github.com/un-pany/mobvue)
## 使用
<details>
@ -142,9 +139,7 @@ pnpm test
**零基础教程**[链接](https://juejin.cn/column/7207659644487139387)
**移动端 H5**[mobvue](https://github.com/un-pany/mobvue)
**Electron 桌面版**[v3-electron-vite](https://github.com/un-pany/v3-electron-vite)
**Electron 桌面版**: [v3-electron-vite](https://github.com/un-pany/v3-electron-vite)
**国内仓库**[gitee](https://gitee.com/un-pany/v3-admin-vite)
@ -160,9 +155,9 @@ pnpm test
**详细的注释**:各个配置项都写有尽可能详细的注释
**最新的依赖**及时更新所有三方依赖至最新版
**最新的依赖**: 及时更新所有三方依赖至最新版
**有一点规范**代码风格统一、命名风格统一、注释风格统一
**有一点规范**: 代码风格统一、命名风格统一、注释风格统一
## 内置功能
@ -178,9 +173,9 @@ pnpm test
**首页**:根据不同用户显示不同的 Dashboard 页面
**错误页**403、404
**错误页**: 403、404
**兼容移动端**布局兼容移动端页面分辨率
**兼容移动端**: 布局兼容移动端页面分辨率
**其他**SVG 雪碧图、动态侧边栏、动态面包屑、标签页快捷导航、内容区放大与全屏、组合式函数
@ -190,7 +185,7 @@ pnpm test
**Element Plus**Element UI 的 Vue3 版本
**Pinia**传说中的 Vuex5
**Pinia**: 传说中的 Vuex5
**Vite**:真的很快
@ -204,7 +199,7 @@ pnpm test
**CSS 变量**:主要控制项目的布局和颜色
**ESLint**:代码校验与格式化
**ESlint**:代码校验与格式化
**Axios**:发送网络请求(已封装好)

View File

@ -36,8 +36,7 @@ export default antfu(
"no-console": "off",
"no-debugger": "off",
"symbol-description": "off",
"antfu/if-newline": "off",
"unicorn/no-instanceof-builtins": "off"
"antfu/if-newline": "off"
}
}
)

View File

@ -1,7 +1,7 @@
{
"name": "v3-admin-vite",
"type": "module",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.5",
"description": "A crafted admin template, built with Vue3, Vite, TypeScript, Element Plus, and more",
"author": "pany <939630029@qq.com> (https://github.com/pany-ang)",
"repository": "https://github.com/un-pany/v3-admin-vite",
@ -16,9 +16,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"axios": "1.8.4",
"axios": "1.7.9",
"dayjs": "1.11.13",
"element-plus": "2.9.7",
"element-plus": "2.9.5",
"js-cookie": "3.0.5",
"lodash-es": "4.17.21",
"mitt": "3.0.1",
@ -26,37 +26,37 @@
"nprogress": "0.2.0",
"path-browserify": "1.0.1",
"path-to-regexp": "8.2.0",
"pinia": "3.0.2",
"pinia": "3.0.1",
"screenfull": "6.0.2",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vxe-table": "4.6.25"
},
"devDependencies": {
"@antfu/eslint-config": "4.12.0",
"@antfu/eslint-config": "4.3.0",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/node": "22.14.1",
"@types/node": "22.13.4",
"@types/nprogress": "0.2.3",
"@types/path-browserify": "1.0.3",
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue-jsx": "4.1.2",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/test-utils": "2.4.6",
"eslint": "9.24.0",
"eslint": "9.20.1",
"eslint-plugin-format": "1.0.1",
"happy-dom": "17.4.4",
"happy-dom": "17.1.1",
"husky": "9.1.7",
"lint-staged": "15.5.1",
"lint-staged": "15.4.3",
"sass": "1.78.0",
"typescript": "5.8.3",
"unocss": "66.1.0-beta.12",
"unplugin-auto-import": "19.1.2",
"typescript": "5.7.3",
"unocss": "66.0.0",
"unplugin-auto-import": "19.1.0",
"unplugin-svg-component": "0.12.1",
"unplugin-vue-components": "28.5.0",
"vite": "6.3.2",
"unplugin-vue-components": "28.4.0",
"vite": "6.1.1",
"vite-svg-loader": "5.1.0",
"vitest": "3.1.1",
"vue-tsc": "2.2.8"
"vitest": "3.0.6",
"vue-tsc": "2.2.2"
},
"lint-staged": {
"*": "eslint --fix"

2687
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,24 @@
<script lang="ts" setup>
import type { ThemeName } from "@@/composables/useTheme"
import { useTheme } from "@@/composables/useTheme"
import { MagicStick } from "@element-plus/icons-vue"
const { themeList, activeThemeName, setTheme } = useTheme()
function handleChangeTheme({ clientX, clientY }: MouseEvent, themeName: ThemeName) {
const maxRadius = Math.hypot(
Math.max(clientX, window.innerWidth - clientX),
Math.max(clientY, window.innerHeight - clientY)
)
const style = document.documentElement.style
style.setProperty("--v3-theme-x", `${clientX}px`)
style.setProperty("--v3-theme-y", `${clientY}px`)
style.setProperty("--v3-theme-r", `${maxRadius}px`)
const handler = () => {
setTheme(themeName)
}
document.startViewTransition ? document.startViewTransition(handler) : handler()
}
</script>
<template>
@ -20,7 +36,7 @@ const { themeList, activeThemeName, setTheme } = useTheme()
v-for="(theme, index) in themeList"
:key="index"
:disabled="activeThemeName === theme.name"
@click="(e: MouseEvent) => setTheme(e, theme.name)"
@click="(e: MouseEvent) => handleChangeTheme(e, theme.name)"
>
<span>{{ theme.title }}</span>
</el-dropdown-item>

View File

@ -1,5 +1,4 @@
import { getActiveThemeName, setActiveThemeName } from "@@/utils/cache/local-storage"
import { setCssVar } from "@@/utils/css"
const DEFAULT_THEME_NAME = "normal"
@ -33,18 +32,8 @@ const themeList: ThemeList[] = [
const activeThemeName = ref<ThemeName>(getActiveThemeName() || DEFAULT_THEME_NAME)
/** 设置主题 */
function setTheme({ clientX, clientY }: MouseEvent, value: ThemeName) {
const maxRadius = Math.hypot(
Math.max(clientX, window.innerWidth - clientX),
Math.max(clientY, window.innerHeight - clientY)
)
setCssVar("--v3-theme-x", `${clientX}px`)
setCssVar("--v3-theme-y", `${clientY}px`)
setCssVar("--v3-theme-r", `${maxRadius}px`)
const handler = () => {
activeThemeName.value = value
}
document.startViewTransition ? document.startViewTransition(handler) : handler()
function setTheme(value: ThemeName) {
activeThemeName.value = value
}
/** 在 html 根元素上挂载 class */

View File

@ -87,6 +87,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, Slot, Slots, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}