https://github.com/bddjr/clipcc-extension-joinstrings
字符串,连接3 ~ 连接10。
https://github.com/bddjr/clipcc-extension-joinstrings
ccx clipcc clipcc-extension codingclip makeccx
Last synced: 12 months ago
JSON representation
字符串,连接3 ~ 连接10。
- Host: GitHub
- URL: https://github.com/bddjr/clipcc-extension-joinstrings
- Owner: bddjr
- License: unlicense
- Created: 2025-05-18T02:22:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T15:09:24.000Z (about 1 year ago)
- Last Synced: 2025-06-08T16:08:58.679Z (about 1 year ago)
- Topics: ccx, clipcc, clipcc-extension, codingclip, makeccx
- Language: TypeScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Join Strings
字符串,连接3 ~ 连接10。
使用 [`Array.prototype.join`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/join) 实现。
## 下载并构建扩展
```
git clone https://github.com/bddjr/clipcc-extension-joinstrings
cd clipcc-extension-joinstrings
pnpm i
pnpm build
```