📄 verconfig.cs
字号:
using System;
using System.Collections.Generic;
using System.Text;
namespace NetCMS.Config
{
public class verConfig
{
public static readonly string PublicType = "0";
public static readonly string Productversion = "NetCMS v1.5";
public static readonly string getnetcmsURL = "http://www.aspxcms.com/ver/index.html";
public static readonly string isTryversion = "<a href=\"Http://passport.aspxcms.com/libary/netcms/version/download\" title=\"NetCMS网站内容管理系统 For .NET(NETCMS) 点击进入NetCMS官方站获取最新版本\" target=\"_blank\" style=\"font-family:Arial;color:#006699;font-size:11.5px;text-decoration:none;\">" + Productversion + "</a> ";
public static readonly string helpcenterStr = "<a href=\"Http://doc.aspxcms.com\" title=\"帮助中心\" target=\"_blank\" style=\"font-family:Arial;color:#006699;font-size:11.5px;text-decoration:none;\">Help center</a>  ";
public static readonly string ForumStr = "<a href=\"Http://bbs.aspxcms.com\" title=\"进入技术支持论坛\" target=\"_blank\" style=\"font-family:Arial;color:#006699;font-size:11.5px;text-decoration:none;\">Forum</a> ";
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -