飞龙project

Results 14 issues of 飞龙project

# 正常显示效果: - 点击蓝色脚注链接①可以跳转到②注释,再点③可以跳到①所在行 ![Snipaste_2020-09-12_22-35-03.jpg](https://i.loli.net/2020/09/12/uzIJpCN6WBtgUex.jpg) ------ # 实际效果: - 点击蓝色脚注链接①会跳转到404页面,而且①处的链接指向(②处)应该是以`#`开头,跳转到页尾,但这里直接跳转到另一个页面了 ![Snipaste_2020-09-12_22-42-10.jpg](https://i.loli.net/2020/09/12/IRg62BkJ9umZqFj.jpg)

如题

good first issue

(自己写的代码太丑,希望大佬改一下) 我的代码 1. 在`layout.pug`中的 ``` #total-categories span.total-title Categories: span.total-number= site.categories.length ``` 后面添加 ``` link(rel="stylesheet", href="/css/about_me.css") #about_me.about_me br a(href=theme.social.github.url) img(src=theme.social.github.img, alt="social-github") a(href=theme.social.weibo.url) img(src=theme.social.weibo.img, alt="social-weibo") a(href=theme.social.wyy.url) img(src=theme.social.wyy.img, alt="social-wyy") a(href=theme.social.email.url) img(src=theme.social.email.img, alt="social-email") a(href=theme.social.wechat.url)...

good first issue

rt,希望在每日签到/抽签后,如果继续发送的话会有"已签到/已抽签"的提醒功能

### 请确保您已阅读以上注意事项,并勾选下方的确认框。 - [X] 我已经仔细阅读上述教程和 ["提问前需知"](https://forums.go-cqhttp.org/t/topic/141) - [X] 我已经使用 [dev分支版本](https://github.com/Mrs4s/go-cqhttp/actions/workflows/ci.yml) 测试过,问题依旧存在。 - [X] 我已经在 [Issue Tracker](https://github.com/Mrs4s/go-cqhttp/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。 - [X] 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(这些问题应当在 Discussion 板块提出。) ### go-cqhttp 版本 v1.0.0-rc3...

bug?

在[官方API文档](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_messages.html)里有说明,可以通过`multipart/form-data`参数里的`file_image`字段,直接通过文件上传的方式发送图片,请求适配

官方API:[https://bot.q.qq.com/wiki/develop/api/openapi/message/post_markdown_messages.html](https://bot.q.qq.com/wiki/develop/api/openapi/message/post_markdown_messages.html)

我想使用typescript开发机器人,但是在`docs/develop`下无法找到相关文档,且其他文档中关于基础API的链接均已失效,目前在历史提交中只能找到`ec49252`这次关于基础API最后一次提交(下一次提交已移除api目录)。请问如何获取最新的api文档?

I have an FBS file generated from another source (I cannot change it), and its structure is roughly as follows: ``` table AcademyMessanger1Excel { SaveCurrentLocalBossHP: string; } ``` I used...