LoveKicher

Results 10 issues of LoveKicher

## 问题 我有一个组件按照官方文档使用SFC+ts+`vue-class-component`写的: ```typescript import { APlayer } from "@moefe/vue-aplayer"; // ... 组件声明 @Ref() player!: APlayer; audio: APlayer.Audio = { // ... }; ``` 编译能通过,但是编辑器audio类型检查(以及编译类型检查)报错 > Cannot find namespace 'APlayer'...

I have a file named `axios.ts` . If any file includes `import axios from "axios"` in the same directory, it will be replaced to `const axios_1 = require("./axios")`, not use...

A workspace project with Vue CLI 5, default vue verison is vue2.7. Run `build:3` succeeded, run `build:2` got compiler error TS7006. yarn workspace can pass build, but VSCode still shows...

I can't set value to `FieldDefinition.Constant` and `FieldDefinition.HasConstant` because it depends on the constant value inside of the assembly module. ```csharp private TypeDefinition CloneEnum(TypeDefinition type, ModuleDefinition target) { var baseType...

### Environment: * .NET 7 * AssetsTools.NET.Texture 1.0.0-preview2 * AssetsTools.NET 3.0.0-preview3 ``` System.IO.FileNotFoundException: Could not load file or assembly 'System.Half, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. 系统找不到指定的文件。 File name: 'System.Half, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'...

If the file uses LF as the line seperator, plugin works well.If the file uses CRLF(default on Windows), only replace wildcards to the last line.

渲染的结果应该类似某知名视频网站的logo,但导出图片时所有的文字都消失了。 ```html Blue Archive ``` * 如果不设置字体,可以正常导出 * 如果匹配到的字体为系统已安装字体,可以导出 * 如果匹配到的字体为预先定义过的css字体,且不含任何font-weight变种,也可以导出 * 如果匹配到了一种字体在不同font-weight下的变种不同,会导致文字直接消失 e.g. ```css @font-face { font-family: "Source Han Sans CN"; src: url("/font/SourceHanSansCN-Medium.woff2"); font-weight: 500; } @font-face { font-family:...

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). 我已经阅读了[文档](https://alist.nn.ci)。 - [X] I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。 - [X]...

bug
stale

![image](https://github.com/nulla2011/bluearchive-logo/assets/20746516/f4a242c0-f197-42c2-b789-bc143e198716) 如图,浏览器内核为Chrome 95