调整 utm_source 关键字以更好的区分点击渠道

This commit is contained in:
巴拉迪维 2021-01-08 17:47:16 +08:00
parent eb92959b4f
commit 8bc40ddf13
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ chrome.browserAction.setBadgeBackgroundColor({
});
chrome.runtime.onInstalled.addListener(function () {
console.log('OSCHINA Chrome Extension installed.');
console.log('OSCHINA Microsoft Edge Extension installed.');
});
chrome.browserAction.onClicked.addListener(function () {

View File

@ -23,7 +23,7 @@ const RSS_RECOMM_BLOGS_CATEGORY_PREFIX = 'https://www.oschina.net/blog/rss?cid='
const RSS_CIRCLE_ARTICLES_PREFIX = 'https://www.oschina.net/groups/rss?ident=';
//UTM_SOURCE 配置
const UTM_SOURCE_STR = 'utm_source=oschina-chrome-extension';
const UTM_SOURCE_STR = 'utm_source=oschina-edge-extension';
//Gitee 仓库链接
const GITEE_REPO_URL = 'https://gitee.com/barat/osc-edge-extension?' + UTM_SOURCE_STR;