|
@@ -1,36 +0,0 @@
|
|
|
-/*
|
|
|
- * Copyright (c) 2018-2025, lengleng All rights reserved.
|
|
|
- *
|
|
|
- * Redistribution and use in source and binary forms, with or without
|
|
|
- * modification, are permitted provided that the following conditions are met:
|
|
|
- *
|
|
|
- * Redistributions of source code must retain the above copyright notice,
|
|
|
- * this list of conditions and the following disclaimer.
|
|
|
- * Redistributions in binary form must reproduce the above copyright
|
|
|
- * notice, this list of conditions and the following disclaimer in the
|
|
|
- * documentation and/or other materials provided with the distribution.
|
|
|
- * Neither the name of the pig4cloud.com developer nor the names of its
|
|
|
- * contributors may be used to endorse or promote products derived from
|
|
|
- * this software without specific prior written permission.
|
|
|
- * Author: lengleng (wangiegie@gmail.com)
|
|
|
- */
|
|
|
-
|
|
|
-export const tableData = [{
|
|
|
- username: 'lengleng',
|
|
|
- name: 'lengleng',
|
|
|
- number: 12,
|
|
|
- type: '0',
|
|
|
- stars: 'https://gitee.com/log4j/pig/badge/star.svg?theme=white',
|
|
|
- git: 'https://gitee.com/log4j/pig',
|
|
|
- address: 'https://gitee.com/log4j',
|
|
|
- info: 'Pig是基于Spring Cloud、OAuth2.0,使用Vue前后分离的开发平台,支持账号、 短信、 SSO等多种登录。 '
|
|
|
-}, {
|
|
|
- username: 'smallwei',
|
|
|
- name: 'smallwei',
|
|
|
- number: 20,
|
|
|
- type: '1',
|
|
|
- stars: 'https://gitee.com/smallweigit/avue/badge/star.svg?theme=white',
|
|
|
- git: 'https://gitee.com/smallweigit/avue',
|
|
|
- address: 'https://gitee.com/smallweigit',
|
|
|
- info: 'Avue是一个后台集成解决方案,它基于 Vue.js 和 element。 使用了最新的前端技术栈,支持权限验证,第三方网站嵌套等功能。'
|
|
|
-}]
|