Skip to content

Commit

Permalink
Functional testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BNDong committed Jul 4, 2024
1 parent 6cb5e96 commit afd94a5
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 21 deletions.
1 change: 0 additions & 1 deletion dist/script/page-links.3377b63f.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/script/page-links.a851673a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/simpleMemory.js

Large diffs are not rendered by default.

Binary file modified dist/simpleMemory.js.gz
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/v2.1/docs/src/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 2024.07.04 - v2.1.5
* 文章页复制内容携带版权信息 [(#429)](https://github.com/BNDong/Cnblogs-Theme-SimpleMemory/pull/429)

* 文章页评论框打字动效 [(#431)](https://github.com/BNDong/Cnblogs-Theme-SimpleMemory/pull/431)

## 2024.01.02 - v2.1.4
* 修改了博客运行时间的文字描述
* 调整了“今日诗词”获取的方式
Expand Down
27 changes: 26 additions & 1 deletion docs/v2.1/docs/src/reference/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ window.cnblogsConfig = {
```

::: tip 提示
img 建议使用 base64 转码后的图片,素材建议到 [花瓣网](https://huaban.com/follow) 寻找透明背景素材
img 建议使用 base64 转码后的图片,素材建议透明背景素材
:::

```javascript
Expand Down Expand Up @@ -1071,6 +1071,31 @@ window.cnblogsConfig = {
}
```

### typing - 评论框打字动效 <Badge type="tip" text="v2.1.5" /> [(#431)](https://github.com/BNDong/Cnblogs-Theme-SimpleMemory/pull/431)

- 类型:`Object`
- 默认值:

```json5
{
enable: false, // 是否开启
options: {
colorful: true, // 是否多彩
shake: false, // 是否震动
}
}
```

```javascript
window.cnblogsConfig = {
animate: {
typing: {
enable: false
},
},
}
```

## code - 代码

### type - 代码渲染类型
Expand Down
15 changes: 0 additions & 15 deletions src/components/config/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -247,21 +247,6 @@
macStyle: true,
},
},
// -- 代码高亮 --
code: {
type: '',
// hljs
options: {
hljs: {
theme: 'atom-one-dark-reasonable',
languages: []
},
maxHeight: '',
fontSize: 14,
line: false,
macStyle: true,
},
},
// -- 文章后缀 --
articleSuffix: {
imgUrl: '',
Expand Down

0 comments on commit afd94a5

Please sign in to comment.