feat: 初始化 fl-knowledge 仓库 - 防雷项目源码

This commit is contained in:
chengkai3
2026-06-06 08:03:01 +08:00
commit 3726b404c4
99 changed files with 44754 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Office.Interop.Word;
[ComImport]
[CompilerGenerated]
[Guid("00020952-0000-0000-C000-000000000046")]
[TypeIdentifier]
public interface _Font
{
void _VtblGap1_26();
[DispId(141)]
float Size
{
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(141)]
get;
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(141)]
[param: In]
set;
}
[DispId(142)]
string Name
{
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(142)]
[return: MarshalAs(UnmanagedType.BStr)]
get;
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
[DispId(142)]
[param: In]
[param: MarshalAs(UnmanagedType.BStr)]
set;
}
}