Feng Kaiyu
Feng Kaiyu
When trying to test for component use aliplayer-react, an error triggered in `aliplayer-react/lib/index.js` indicates that ES6 syntax `import` used outside the module. ``` ● Test suite failed to run .../node_modules/aliplayer-react/lib/index.js:12...
This commit fix the failure execution of api/social-image. The problem is cause by incompatible node version. (currently in 16, but only 14 is support by chrome-aws-lambda). Filed social-image-api in demo:...
Related Issue: #281 Related PR: #292 For short, use `v0.2.0-beta.0` of `next-themes` will prevent flashing. A demo can be seen in #292.
We may filter the content before rendering the page using https://github.com/transitive-bullshit/nextjs-notion-starter-kit/issues/179#issuecomment-1086672520. In practice, though, we would want to make these tags clickable so that users can go to the tags...
## 背景 目前的有关开发的描述被写在了 readme 中。但是这些内容只告诉我们「怎么做」,没有告诉我们「要做什么」。 并且,大部分阅读 readme 的用户其实是普通的使用者;这些信息会给他们造成干扰。 ## 计划 - [x] 移动 README.md 中开发者相关内容至独立文件。 - [x] 增加对 Projects 的引导。 - [ ] 增加开发者的参考资料。
替换原有的: https://mp.weixin.qq.com/s/5mBYqN6w_abx2btIBkMQmw
## 背景 **得到学校的认证**无疑是本项目被学生作为毕业设计论文使用的最必要的条件之一。否则,学生们很难背着“可能不被学校承认”的危险使用此项目。 当然,上面的描述有些夸张;实际上,学校只需要满足其相关论文撰写要求的论文,并没有先天地定性某某某项目是否可以使用。并且,事实上地,已经有大量的同学使用此项目用于毕业论文写作。**毋庸置疑的是,你可以放心地使用本项目。** ### 关于本科的毕设模板 2020 年得到过官方的支持;大约在 2021 年,我们再次教务部的老师沟通过模板的事情。 ### 关于研究生的毕设模板 ~~本项目没有直接和研究生院进行沟通;但是本项目继承的前项目 BIT-Thesis 是由研究生院官方支持的。~~ 已经与官方进行沟通,长期来看肯定要成为新的正式模板。 ## 我们要做什么 本科(教务部): - [x] 和教务部取得联系。 - [x] 提交我们的样稿,让对方进行审核并获得认可。 - [x] 修改原有的 LaTeX 使用培训[公众号文章](https://mp.weixin.qq.com/s/5mBYqN6w_abx2btIBkMQmw)。#164...
UUID should be serialized into a more human-readable format when working with JSON. This commit fixes #73.