feat: add @vben/hooks and @vben-core/constants
This commit is contained in:
12
packages/@core/shared/constants/src/index.ts
Normal file
12
packages/@core/shared/constants/src/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @zh_CN GITHUB 仓库地址
|
||||
*/
|
||||
const VBEN_GITHUB_URL = 'https://github.com/vbenjs/vue-vben-admin';
|
||||
|
||||
/**
|
||||
* @zh_CN Vben Logo
|
||||
*/
|
||||
const VBEN_LOGO_URL =
|
||||
'https://cdn.jsdelivr.net/npm/@vbenjs/static-source@0.1.3/source/logo-v1.webp';
|
||||
|
||||
export { VBEN_GITHUB_URL, VBEN_LOGO_URL };
|
Reference in New Issue
Block a user