mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
调整字体
This commit is contained in:
parent
ec58a24782
commit
2c9199d2c2
@ -182,7 +182,7 @@ function useSwitchTheme() {
|
|||||||
//背景色用于调试用
|
//背景色用于调试用
|
||||||
// leftDiv.style.backgroundColor = "rgba(255,0,0,0.1)";
|
// leftDiv.style.backgroundColor = "rgba(255,0,0,0.1)";
|
||||||
//居左
|
//居左
|
||||||
document.body.style.textAlign = "right";
|
// document.body.style.textAlign = "right";
|
||||||
//固定
|
//固定
|
||||||
rightDiv.style.position = "fixed";
|
rightDiv.style.position = "fixed";
|
||||||
//距离左边距
|
//距离左边距
|
||||||
@ -256,7 +256,7 @@ function useSwitchTheme() {
|
|||||||
|
|
||||||
// 添加点击事件监听器
|
// 添加点击事件监听器
|
||||||
internalDiv.addEventListener("click", function () {
|
internalDiv.addEventListener("click", function () {
|
||||||
// window.location.href = 'weixin://dl/miniprogram?appId=wxXXXXXXXXXXXXX&path=/pages/index/index&type=0';
|
// window.location.href = 'weixin://dl/miniprogram?appId=wx28e3b98396801326&path=/pages/home/index&type=0';
|
||||||
window.location.href = "weixin://profile/gh_d2e49475117d";
|
window.location.href = "weixin://profile/gh_d2e49475117d";
|
||||||
});
|
});
|
||||||
}, [config]);
|
}, [config]);
|
||||||
|
Loading…
Reference in New Issue
Block a user