chore: 调整首页描述

This commit is contained in:
yubaolee 2025-06-08 14:10:12 +08:00
parent 748b522681
commit 4f88d84780
3 changed files with 62 additions and 65 deletions

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com> * @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
* @Date: 2022-05-12 23:33:44 * @Date: 2022-05-12 23:33:44
* @LastEditTime: 2024-06-20 09:23:53 * @LastEditTime: 2025-06-08 14:02:36
* @Description: * @Description:
* *
* Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved. * Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved.
@ -11,7 +11,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>OpenAuth.Net Vue2版本|最好用的.net权限工作流框架|.net快速开发框架|.net权限管理|.net工作流</title> <title>OpenAuth.Net开源版|最好用的.net权限工作流框架|.net快速开发框架|.net权限管理|.net工作流</title>
<meta name="Keywords" content="openauth.net,.net开源工作流,.NET开源权限管理"> <meta name="Keywords" content="openauth.net,.net开源工作流,.NET开源权限管理">
<meta name="Description" content="最好用的.net开源工作流框架,最好用的.NET开源权限管理框架"> <meta name="Description" content="最好用的.net开源工作流框架,最好用的.NET开源权限管理框架">
<link rel="stylesheep" type="text/css" media="print" href="./print-lock.css"></link> <link rel="stylesheep" type="text/css" media="print" href="./print-lock.css"></link>

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com> * @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
* @Date: 2021-06-01 14:10:29 * @Date: 2021-06-01 14:10:29
* @LastEditTime: 2025-06-07 23:54:30 * @LastEditTime: 2025-06-08 14:07:28
* @Description: * @Description:
* @ * @
* @Copyright (c) 2022 by yubaolee | ahfu~ , All Rights Reserved. * @Copyright (c) 2022 by yubaolee | ahfu~ , All Rights Reserved.
@ -17,8 +17,6 @@
<el-card class="box-card"> <el-card class="box-card">
<el-tag type="danger">一些说明</el-tag> <el-tag type="danger">一些说明</el-tag>
<p></p> <p></p>
开源版演示地址<a href="http://demo.openauth.net.cn:1803">http://demo.openauth.net.cn:1803</a>
<p></p>
官方网址<a href="http://openauth.net.cn">http://openauth.net.cn</a> 官方网址<a href="http://openauth.net.cn">http://openauth.net.cn</a>
<p></p> <p></p>
官方博客<a href="http://www.cnblogs.com/yubaolee/">http://www.cnblogs.com/yubaolee/</a> 官方博客<a href="http://www.cnblogs.com/yubaolee/">http://www.cnblogs.com/yubaolee/</a>
@ -32,12 +30,12 @@
</el-row> </el-row>
<el-row class="auth-box" :gutter="0"> <el-row class="auth-box" :gutter="0">
<el-col :span="6" class="auth-col"> <el-col :span="6" class="auth-col">
<div class="auth-head" style="line-height: 50px;"><p>功能特权</p></div> <div class="auth-head" style="line-height: 50px;"><p>功能</p></div>
<div class="auth-item" v-for="(item, index) in auths" :key="index">{{item.name}}</div> <div class="auth-item" v-for="(item, index) in auths" :key="index">{{item.name}}</div>
</el-col> </el-col>
<el-col :span="6" v-for="good in goods" :key="good.type" class="auth-col" :class="{'active': good.recomment}"> <el-col :span="6" v-for="good in goods" :key="good.type" class="auth-col" :class="{'active': good.recomment}">
<div class="auth-head"> <div class="auth-head">
<a target="_blank" href="http://old.openauth.net.cn/question/detail.html?id=a2be2d61-7fcb-4df8-8be2-9f296c22a89c"> <a target="_blank" href="http://www.openauth.net.cn/newpricing/">
<span v-if="good.recomment" class="recomment">推荐</span> <span v-if="good.recomment" class="recomment">推荐</span>
<p>{{good.name}}<br><span class="subTitle">{{good.subTitle}}</span></p> <p>{{good.name}}<br><span class="subTitle">{{good.subTitle}}</span></p>
<el-button type="warning" plain style="width: 100px;" size="mini">选择</el-button> <el-button type="warning" plain style="width: 100px;" size="mini">选择</el-button>
@ -46,9 +44,9 @@
<div class="auth-item" v-for="(item, index) in auths" :key="index"> <div class="auth-item" v-for="(item, index) in auths" :key="index">
<span v-if="item.belongs.indexOf(good.type) >= 0" class="auth-icon"><i class="el-icon-success"></i></span> <span v-if="item.belongs.indexOf(good.type) >= 0" class="auth-icon"><i class="el-icon-success"></i></span>
<span v-else class="auth-icon"><i class="el-icon-error"></i></span> <span v-else class="auth-icon"><i class="el-icon-error"></i></span>
<span v-if="good.type === 'base' && item.baseRemark">{{item.baseRemark}}</span> <span v-if="good.type === 'opensource' && item.opensourceRemark">{{item.opensourceRemark}}</span>
<span v-else-if="good.type === 'senior' && item.seniorRemark">{{item.seniorRemark}}</span> <span v-else-if="good.type === 'annual' && item.annualRemark">{{item.annualRemark}}</span>
<span v-else-if="good.type === 'business' && item.businessRemark">{{item.businessRemark}}</span> <span v-else-if="good.type === 'lifetime' && item.lifetimeRemark">{{item.lifetimeRemark}}</span>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
@ -65,79 +63,78 @@
return { return {
auths: [ auths: [
{ {
name: '专属QQ群', name: '价格',
belongs: ['base', 'senior', 'business'], belongs: ['opensource', 'annual', 'lifetime'],
opensourceRemark: '永久免费',
annualRemark: '1688元/年',
lifetimeRemark: '3000元/永久',
}, },
{ {
name: '专属授权文件', name: '代码获取',
belongs: ['base', 'senior', 'business'], belongs: ['opensource', 'annual', 'lifetime'],
opensourceRemark: '开源中国、GitHub',
annualRemark: '平台下载、持续更新',
lifetimeRemark: '平台下载、持续更新',
}, },
{ {
name: '社区VIP', name: '授权域名个数',
belongs: ['base', 'senior', 'business'], belongs: ['opensource', 'annual', 'lifetime'],
baseRemark: 'VIP标识', opensourceRemark: '无限制',
seniorRemark: '高级VIP标识', annualRemark: '无限制',
businessRemark: '企业VIP标识', lifetimeRemark: '无限制',
}, },
{ {
name: '分发限制', name: '授权项目个数',
belongs: ['base', 'senior', 'business'], belongs: ['opensource', 'annual', 'lifetime'],
baseRemark: '仅个人,禁止公司', opensourceRemark: '无限制',
seniorRemark: '仅个人,禁止公司', annualRemark: '无限制',
businessRemark: '无任何限制', lifetimeRemark: '无限制',
},
{
name: '永久使用',
belongs: ['opensource', 'annual', 'lifetime'],
}, },
{ {
name: 'Vue2+ElementUI源码', name: 'Vue2+ElementUI源码',
belongs: ['base', 'senior', 'business'], belongs: ['opensource', 'annual', 'lifetime'],
baseRemark: '不支持升级',
}, },
{ {
name: '最新的代码生成工具', name: '专属QQ群',
belongs: ['senior', 'business'], belongs: ['annual', 'lifetime'],
}, opensourceRemark: '可进大群',
{
name: '永久免费升级',
belongs: ['senior', 'business'],
},
{
name: '提供项目管理平台账号',
belongs: ['senior', 'business'],
},
{
name: '技术咨询服务',
belongs: ['senior', 'business'],
seniorRemark: '为个人提供',
businessRemark: '为公司团队提供',
},
{
name: 'Vue3+ElementPlus源码',
belongs: ['business'],
},
{
name: '移动H5源码',
belongs: ['business'],
},
{
name: '远程技术支持',
belongs: ['business'],
}, },
{ {
name: '提供正规发票', name: '提供正规发票',
belongs: ['business'], belongs: ['annual', 'lifetime'],
},
{
name: 'Vue3+ElementPlus源码',
belongs: ['annual', 'lifetime'],
annualRemark: '订阅期内有效',
},
{
name: '移动UniApp源码',
belongs: ['annual', 'lifetime'],
annualRemark: '订阅期内有效',
},
{
name: '技术支持服务',
belongs: ['annual', 'lifetime'],
annualRemark: '订阅期内有效',
} }
], ],
goods: [{ goods: [{
name: '标准版', name: '开源版',
subTitle: '500元', subTitle: '',
type: 'base' type: 'opensource'
},{ },{
name: '高级版', name: '年费订阅',
subTitle: '800元', subTitle: '',
type: 'senior' type: 'annual'
},{ },{
name: '企业版', name: '终生订阅',
subTitle: '2000元', subTitle: '',
type: 'business', type: 'lifetime',
recomment: true recomment: true
}] }]
} }

View File

@ -4,7 +4,7 @@
<img class="leftImg" src="~@/assets/login/left.png" alt=""> <img class="leftImg" src="~@/assets/login/left.png" alt="">
<el-form class="login-form" autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" <el-form class="login-form" autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm"
label-position="left"> label-position="left">
<h3 class="title">OpenAuth.Net Vue2</h3> <h3 class="title">OpenAuth.Net开源</h3>
<p class="tips">powered by vue2/element-ui</p> <p class="tips">powered by vue2/element-ui</p>
<el-form-item prop="username"> <el-form-item prop="username">