去除授权
This commit is contained in:
@@ -39,11 +39,6 @@
|
|||||||
typeTitle: '警告',
|
typeTitle: '警告',
|
||||||
title: '授权可获得插件市场极大优惠价格。'
|
title: '授权可获得插件市场极大优惠价格。'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'danger',
|
|
||||||
typeTitle: '违规',
|
|
||||||
title: '未授权商用将有可能被资源采集工具爬取并追责。'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'info',
|
type: 'info',
|
||||||
typeTitle: '信息',
|
typeTitle: '信息',
|
||||||
|
|||||||
@@ -97,8 +97,8 @@
|
|||||||
const recentVisits = [
|
const recentVisits = [
|
||||||
{
|
{
|
||||||
icon: Reading,
|
icon: Reading,
|
||||||
title: '授权购买',
|
title: '项目文档',
|
||||||
path: 'https://gin-vue-admin.com/empower/index.html'
|
path: 'https://www.gin-vue-admin.com/guide/introduce/project.html'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Document,
|
icon: Document,
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<warning-bar
|
|
||||||
href="https://www.gin-vue-admin.com/empower/"
|
|
||||||
title="此功能只针对授权用户开放,点我【购买授权】"
|
|
||||||
/>
|
|
||||||
<div class="gva-search-box">
|
<div class="gva-search-box">
|
||||||
<div class="text-xl mb-2 text-gray-600">
|
<div class="text-xl mb-2 text-gray-600">
|
||||||
AI前端工程师<a
|
AI前端工程师<a
|
||||||
@@ -121,17 +117,6 @@
|
|||||||
@focus="handleFocus"
|
@focus="handleFocus"
|
||||||
/>
|
/>
|
||||||
<div class="flex absolute right-2 bottom-2">
|
<div class="flex absolute right-2 bottom-2">
|
||||||
<el-tooltip effect="light">
|
|
||||||
<template #content>
|
|
||||||
<div>
|
|
||||||
此功能仅针对授权用户开放,前往<a
|
|
||||||
class="text-blue-600"
|
|
||||||
href="https://www.gin-vue-admin.com/empower/"
|
|
||||||
target="_blank"
|
|
||||||
>购买授权</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="llmAutoFunc()"
|
@click="llmAutoFunc()"
|
||||||
@@ -141,7 +126,6 @@
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
生成
|
生成
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -187,7 +171,6 @@
|
|||||||
import { createWeb } from '@/api/autoCode'
|
import { createWeb } from '@/api/autoCode'
|
||||||
import { ref, reactive, markRaw } from 'vue'
|
import { ref, reactive, markRaw } from 'vue'
|
||||||
import * as Vue from "vue";
|
import * as Vue from "vue";
|
||||||
import WarningBar from '@/components/warningBar/warningBar.vue'
|
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
import { defineAsyncComponent } from 'vue'
|
import { defineAsyncComponent } from 'vue'
|
||||||
import { DocumentCopy } from '@element-plus/icons-vue'
|
import { DocumentCopy } from '@element-plus/icons-vue'
|
||||||
|
|||||||
Reference in New Issue
Block a user