Skip to content

Commit 0a3bea7

Browse files
authored
chore: update favicon and upgrade 0.2.0 (#127)
1 parent 2e16cfd commit 0a3bea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/t8",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -51,10 +51,10 @@
5151
"keywords": [
5252
"antv",
5353
"t8",
54+
"ai",
5455
"text",
5556
"narrative",
56-
"visualization",
57-
"ai"
57+
"visualization"
5858
],
5959
"license": "MIT",
6060
"devDependencies": {

site/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineConfig({
7878
},
7979
},
8080
description: '🧬 Narrative text visualization for unstructured data.',
81-
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
81+
head: [['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }]],
8282
themeConfig: {
8383
logo: {
8484
src: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*FBLnQIAzx6cAAAAAQDAAAAgAemJ7AQ/original',

site/public/favicon.ico

-4.99 KB
Binary file not shown.

site/public/favicon.png

5.73 KB
Loading

0 commit comments

Comments
 (0)