This commit is contained in:
2025-09-04 11:43:35 +08:00
parent 8872c20cf2
commit 60e4ef39ed
707 changed files with 1498 additions and 29309 deletions

View File

@@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 75d4c33e7e46b5c478f8e068ed9be6c6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,22 +0,0 @@
/****************************************************************************
* Copyright (c) 2015 - 2022 liangxiegame UNDER MIT License
*
* http://qframework.cn
* https://github.com/liangxiegame/QFramework
* https://gitee.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace Stary.Evo
{
public class APIDescriptionCNAttribute : Attribute
{
public string Description { get; private set; }
public APIDescriptionCNAttribute(string description)
{
Description = description;
}
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 2c5538bb5e55498ba063f98c0c7a8800
timeCreated: 1647422088

View File

@@ -1,23 +0,0 @@
/****************************************************************************
* Copyright (c) 2015 - 2022 liangxiegame UNDER MIT License
*
* http://qframework.cn
* https://github.com/liangxiegame/QFramework
* https://gitee.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace Stary.Evo
{
public class APIDescriptionENAttribute : Attribute
{
public string Description { get; private set; }
public APIDescriptionENAttribute(string description)
{
Description = description;
}
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 570b6aa696204dbc949fea41caf8fcae
timeCreated: 1647422110

View File

@@ -1,22 +0,0 @@
/****************************************************************************
* Copyright (c) 2015 - 2022 liangxiegame UNDER MIT License
*
* http://qframework.cn
* https://github.com/liangxiegame/QFramework
* https://gitee.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace Stary.Evo
{
public class APIExampleCodeAttribute : Attribute
{
public string Code { get; private set; }
public APIExampleCodeAttribute(string code)
{
Code = code;
}
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: b48b349a950f405095cf304b9bde0338
timeCreated: 1647424574

View File

@@ -1,24 +0,0 @@
using System;
namespace Stary.Evo
{
[AttributeUsage(AttributeTargets.Class)]
public class ClassAPIAttribute : Attribute
{
public string DisplayMenuName { get; private set; }
public string GroupName { get; private set; }
public int RenderOrder { get;private set; }
public string DisplayClassName { get; private set; }
public ClassAPIAttribute(string groupName, string displayMenuName,int renderOrder,string displayClassName = null)
{
GroupName = groupName;
DisplayMenuName = displayMenuName;
RenderOrder = renderOrder;
DisplayClassName = displayClassName;
}
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 72248ec1038f4ce58ad2861e9b02aa52
timeCreated: 1647404455

View File

@@ -1,18 +0,0 @@
/****************************************************************************
* Copyright (c) 2015 - 2022 liangxiegame UNDER MIT License
*
* http://qframework.cn
* https://github.com/liangxiegame/QFramework
* https://gitee.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace Stary.Evo
{
[AttributeUsage(AttributeTargets.Method)]
public class MethodAPIAttribute : Attribute
{
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: 5db430b6c4ac4de5a9836454125e0669
timeCreated: 1647428627

View File

@@ -1,18 +0,0 @@
/****************************************************************************
* Copyright (c) 2015 - 2022 liangxiegame UNDER MIT License
*
* http://qframework.cn
* https://github.com/liangxiegame/QFramework
* https://gitee.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace Stary.Evo
{
[AttributeUsage(AttributeTargets.Property)]
public class PropertyAPIAttribute : Attribute
{
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: ab3c662f56b4401eaad6594ef6182e75
timeCreated: 1647515468