-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# **🛠️ ChatGPT 聊天复制代码按钮 更新日志** | ||
|
||
### **📅 2024-09-23 08:58:07- Ver 1.2.0.0** | ||
|
||
**修复**: • 新发送内容也会错误添加按钮,改为添加时判断元素是否存在以下子元素`querySelector('div.flex.items-center.text-token-text-secondary')` | ||
**修复**: •导出代码检测代码类型出错的问题`var languageDiv = elem.parentElement.parentElement.querySelector('div.flex.items-center.text-token-text-secondary')` →`var languageDiv = elem.querySelector('div.flex.items-center.text-token-text-secondary')` | ||
|
||
--- | ||
|
||
### **📅 2024-09-22 10:44:07- Ver 1.1.0.0** | ||
|
||
**新增**: •增加一个导出代码的按钮,新增的代码来自脚本 →[**ChatGPT Code Export Button**](https://greasyfork.org/zh-CN/scripts/499627) | ||
|
||
--- | ||
|
||
### **📅 2024-09-22 07:06:07- Ver 1.0.0.0** | ||
|
||
**新增**: •兼容新版的 ChatGPT 官网 | ||
|
||
--- |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# **🛠️ ChatGPT 字符计数器 更新日志** | ||
|
||
### **📅 2024/9/1 09:37 - Ver 1.3.1** | ||
|
||
**修复**: 无法在新开聊天或切换聊天时显示计数器的问题,以及发送后计数器不清零的问题 | ||
|
||
--- |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# **🛠️ ChatGPT 折叠自己消息和最大宽度 更新日志** | ||
|
||
### **📅 2024/9/28 09:32 - Ver 0.3.0.0** | ||
|
||
**新增**: 兼容新 ChatGPT 官网,设置最大宽度失败时,自动重新添加. | ||
|
||
--- | ||
|
||
### **📅 2024/9/15 11:13 - Ver 0.2.0.0** | ||
|
||
**新增**: 增加在移动设备回车键发送。代码来自[ChatGPT.com Mobile Layout Enter Key Fix](https://greasyfork.org/scripts/498559) | ||
|
||
--- |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# **🛠️ 网页写入剪辑版授权管理器 更新日志** | ||
|
||
### **📅 2024-09-28 08:21- Ver 1.2.3.1** | ||
|
||
**修复**: •复制函数 `pc` 不为 red 时且来源于为 `window.navigator.clipboard.writeText` ,需要手动复制到剪辑版.@90 | ||
**修复**: •逻辑错误 ↠ 按下快捷键复制后只有指示器为 red 时候重置,为 green 不重置@161 | ||
|
||
--- | ||
|
||
### **📅 2024-09-27 11:55- Ver 1.2.3.0** | ||
|
||
**新增**: •监听`clipboard.writeText`事件 | ||
|
||
--- |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# **🛠️ 绚丽渐变美化网页表格 更新日志** | ||
|
||
### **📅 2024/9/6 05:41 - Ver 1.0.0.0** | ||
|
||
**修改**: 修改为自动渐变色..... | ||
|
||
--- |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
param ( | ||
[string]$qinwuyuan_messageFilePath | ||
) | ||
$qinwuyuan_scriptPath = $PSScriptRoot | ||
$qinwuyuan_rootDrive1 = [System.IO.Path]::GetPathRoot($qinwuyuan_scriptPath).TrimEnd('\') | ||
if (-not $qinwuyuan_messageFilePath) { | ||
$qinwuyuan_messageFilePath = "$qinwuyuan_rootDrive1\path\to\change\commit.txt" | ||
} | ||
$qinwuyuan_oldCommitFilePath = "$qinwuyuan_scriptPath\oldcommit.txt" | ||
if (-not (Test-Path $qinwuyuan_messageFilePath)) { | ||
exit 1 | ||
} | ||
if (-not (Test-Path .git)) { | ||
exit 1 | ||
} | ||
$qinwuyuan_newCommitMessage = Get-Content $qinwuyuan_messageFilePath -Raw | ||
$qinwuyuan_oldCommitMessage = if (Test-Path $qinwuyuan_oldCommitFilePath) { | ||
Get-Content $qinwuyuan_oldCommitFilePath -Raw | ||
} else { | ||
"" | ||
} | ||
if ($qinwuyuan_newCommitMessage -eq $qinwuyuan_oldCommitMessage) { | ||
$qinwuyuan_currentDateTime = Get-Date -Format "yyyy/M/d HH:mm:ss" | ||
$qinwuyuan_commitMessage = @" | ||
<b><img src="https://avatars.githubusercontent.com/u/96548841?v=4&size=32"> | ||
<a href="https://github.com/ChinaGodMan"> | ||
<ruby>人民的勤务员<rt>Github:ChinaGodMan</rt></ruby> | ||
</a> | ||
<span>(UTC+8) $qinwuyuan_currentDateTime </span></b> | ||
"@ | ||
} else { | ||
$qinwuyuan_currentDateTime = Get-Date -Format "yyyy/M/d HH:mm:ss" | ||
$qinwuyuan_commitMessage = $qinwuyuan_newCommitMessage -replace '\$qinwuyuan_currentDateTime', $qinwuyuan_currentDateTime | ||
} | ||
$qinwuyuan_currentBranch = git rev-parse --abbrev-ref HEAD | ||
if ($LASTEXITCODE -ne 0) { | ||
exit 1 | ||
} | ||
git add . | ||
git commit -m $qinwuyuan_commitMessage | ||
if ($LASTEXITCODE -ne 0) { | ||
exit 1 | ||
} | ||
git push origin $qinwuyuan_currentBranch --force | ||
if ($LASTEXITCODE -ne 0) { | ||
exit 1 | ||
} | ||
Copy-Item -Path $qinwuyuan_messageFilePath -Destination $qinwuyuan_oldCommitFilePath -Force |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# **🛠️ GitHub 自动确认设备授权 更新日志** | ||
|
||
### **📅 2024-09-18 08:50:32- Ver 1.0.0.0** | ||
**新增**: •仅仅处理授权码行为,方便自用罢了. | ||
|
||
--- |