Skip to content

Commit

Permalink
修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
draJiang committed Apr 14, 2024
1 parent 26b5618 commit 6f52015
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const CONFIG = {
'ga': '',
'ga': 'G-6C4Z9NHW8J',
'whiteboard_id': 'd4cc3728297609add1a00aab108e90c4e57a1c378cfc2307c251745bf7d2a884',
'title': '数字花园🌱', // 站点标题
'pages': {
Expand All @@ -8,8 +8,9 @@ const CONFIG = {
// 'Activity':'activity', // 花园活跃状态页面
'About': '3a433c0b-e2e1-4722-8a88-a17e9aa2b927'
},
'server': '', // Discord 服务器 ID,非必填,填写后将在网站中显示聊天入口
'channel': '' // Discord 频道 ID,非必填,填写后将在网站中显示聊天入口
'server': '1214087861653995540', // Discord 服务器 ID,非必填,填写后将在网站中显示聊天入口
'channel': '1214087861653995545' // Discord 频道 ID,非必填,填写后将在网站中显示聊天入口
}

export default CONFIG
export default CONFIG

0 comments on commit 6f52015

Please sign in to comment.