docs: 更新项目中的部分外链

This commit is contained in:
pany 2024-11-20 15:40:24 +08:00
parent 4a0452d38e
commit f2eba50938
5 changed files with 7 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# 修改配置后重启编辑器 # 修改配置后重启编辑器
# 配置项文档https://editorconfig.org/ # 配置项文档https://editorconfig.org
# 告知 EditorConfig 插件,当前即是根文件 # 告知 EditorConfig 插件,当前即是根文件
root = true root = true

View File

@ -17,8 +17,7 @@ ElNotification({
title: "Hello", title: "Hello",
type: "success", type: "success",
dangerouslyUseHTMLString: true, dangerouslyUseHTMLString: true,
message: message: "<a style='color: teal' target='_blank' href='https://github.com/un-pany/v3-admin-vite'>小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)</a>",
"<a style='color: teal' target='_blank' href='https://github.com/un-pany/v3-admin-vite'>小项目获取 star 不易,如果你喜欢这个项目的话,欢迎点击这里支持一个 star !这是作者持续维护的唯一动力(小声:毕竟是免费的)</a>",
duration: 0, duration: 0,
position: "bottom-right" position: "bottom-right"
}) })

View File

@ -1,8 +1,6 @@
import type { App } from "vue" import type { App } from "vue"
// https://vxetable.cn/#/table/start/install import VXETable from "vxe-table" // https://vxetable.cn/#/start/install
import VXETable from "vxe-table" import VXETablePluginElement from "vxe-table-plugin-element" // https://github.com/x-extends/vxe-table-plugin-element
// https://github.com/x-extends/vxe-table-plugin-element
import VXETablePluginElement from "vxe-table-plugin-element"
VXETable.use(VXETablePluginElement) VXETable.use(VXETablePluginElement)

View File

@ -1,4 +1,4 @@
// See https://cn.vuejs.org/guide/built-ins/transition.html for detail // https://cn.vuejs.org/guide/built-ins/transition
// fade-transform // fade-transform
.fade-transform-leave-active, .fade-transform-leave-active,

View File

@ -1,5 +1,5 @@
// https://cn.vuejs.org/guide/typescript/overview.html#configuring-tsconfig-json // https://cn.vuejs.org/guide/typescript/overview#configuring-tsconfig-json
// https://cn.vitejs.dev/guide/features.html#typescript-compiler-options // https://cn.vite.dev/guide/features#typescript-compiler-options
{ {
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",