关于 LeetCode 算法的初步笔记
This commit is contained in:
@@ -31,13 +31,14 @@ export default defineUserConfig({
|
||||
/**
|
||||
* 文章贡献者配置
|
||||
*/
|
||||
// 修改contributors配置
|
||||
contributors: {
|
||||
mode: 'inline', // 设置为inline模式,在文章页底部与最后更新时间并列显示
|
||||
mode: 'block', // 改为block模式
|
||||
info: [
|
||||
{
|
||||
username: 'si-meng', // 您的GitHub用户名
|
||||
name: '祀梦', // 显示名称
|
||||
alias: ['祀梦', 'simeng'], // 别名,本地git配置中的用户名
|
||||
username: 'si-meng',
|
||||
name: '祀梦',
|
||||
alias: ['祀梦', 'simeng'],
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user