Skip to content

Commit

Permalink
删除根目录下的脚本,移动脚本目录根目录
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaGodMan committed Oct 20, 2024
1 parent a6b1fdc commit 0b5326a
Show file tree
Hide file tree
Showing 227 changed files with 20,377 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-change-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: merge-change-history
on:
push:
paths:
- "Script details/**/Change history/README.md" # 增加了新历史说明
- "**/Change history/README.md" # 增加了新历史说明
#- 'docs/ScriptsPath.json' # 也在 docs/ScriptsPath.json 文件发生变动时触发 修改了新说明.
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-chinagodman-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 人民的勤务员更新脚本
on:
push:
paths:
- "Script details/**/*.js" #新的脚本被提交或者被修改了.
- "**/*.js" #新的脚本被提交或者被修改了.
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-translate-script-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git config --global user.signingkey "${{ secrets.GPG_PRIVATE_ID }}"
git pull
git add .
git commit -n -S -m "Scr:谷歌翻译[\`Script details/**/README.md\`]→[\`Script details/**/README{_xx}.md\`]" || echo "没有需要提交的更改"
git commit -n -S -m "Scr:谷歌翻译[\`**/README.md\`]→[\`**/README{_xx}.md\`]" || echo "没有需要提交的更改"
git push
171 changes: 171 additions & 0 deletions chatgpt-code-styling/README.md

Large diffs are not rendered by default.

File renamed without changes.
20 changes: 20 additions & 0 deletions chatgpt-copy-code-button/Change history/README.md
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 官网

---
230 changes: 230 additions & 0 deletions chatgpt-copy-code-button/README.md

Large diffs are not rendered by default.

230 changes: 230 additions & 0 deletions chatgpt-copy-code-button/README_en.md

Large diffs are not rendered by default.

File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions chatgpt-counter/Change history/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# **🛠️ ChatGPT 字符计数器 更新日志**

### **📅 2024/9/1 09:37 - Ver 1.3.1**

**修复**: 无法在新开聊天或切换聊天时显示计数器的问题,以及发送后计数器不清零的问题

---
195 changes: 195 additions & 0 deletions chatgpt-counter/README.md

Large diffs are not rendered by default.

200 changes: 200 additions & 0 deletions chatgpt-counter/README_en.md

Large diffs are not rendered by default.

File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions chatgpt-plus/Change history/README.md
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)

---
210 changes: 210 additions & 0 deletions chatgpt-plus/README.md

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions chatgpt-plus/README_en.md

Large diffs are not rendered by default.

217 changes: 217 additions & 0 deletions chatgpt-plus/README_vi.md

Large diffs are not rendered by default.

212 changes: 212 additions & 0 deletions chatgpt-plus/README_zh-TW.md

Large diffs are not rendered by default.

File renamed without changes.
Binary file added chatgpt-plus/preview/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions clipboard-manager/Change history/README.md
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`事件

---
205 changes: 205 additions & 0 deletions clipboard-manager/README.md

Large diffs are not rendered by default.

205 changes: 205 additions & 0 deletions clipboard-manager/README_en.md

Large diffs are not rendered by default.

File renamed without changes.
Binary file added clipboard-manager/preview/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions colorful-table/Change history/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# **🛠️ 绚丽渐变美化网页表格 更新日志**

### **📅 2024/9/6 05:41 - Ver 1.0.0.0**

**修改**: 修改为自动渐变色.....

---
214 changes: 214 additions & 0 deletions colorful-table/README.md

Large diffs are not rendered by default.

218 changes: 218 additions & 0 deletions colorful-table/README_en.md

Large diffs are not rendered by default.

File renamed without changes.
Binary file added colorful-table/preview/colorful-table-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added colorful-table/preview/colorful-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
177 changes: 177 additions & 0 deletions csdn-blocker/README.md

Large diffs are not rendered by default.

File renamed without changes.
390 changes: 195 additions & 195 deletions docs/README.md

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions docs/ScriptsPath.json

Large diffs are not rendered by default.

266 changes: 266 additions & 0 deletions github-commit-viewer/README.md

Large diffs are not rendered by default.

268 changes: 268 additions & 0 deletions github-commit-viewer/README_en.md

Large diffs are not rendered by default.

File renamed without changes.
Binary file added github-commit-viewer/preview/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added github-commit-viewer/preview/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions github-commit-viewer/preview/qinwuyuan.ps1
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
6 changes: 6 additions & 0 deletions github-device-authorization/Change history/README.md
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**
**新增**: •仅仅处理授权码行为,方便自用罢了.

---
Loading

0 comments on commit 0b5326a

Please sign in to comment.