diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..7b35fd8 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,11 @@ +pages: + stage: deploy + script: + - mkdir .public + - cp -r * .public + - mv .public public + artifacts: + paths: + - public + only: + - master \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f68e67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,260 @@ +# Created by https://www.toptal.com/developers/gitignore/api/vue,hexo,linux,macos,vuejs,windows,visualstudiocode,node +# Edit at https://www.toptal.com/developers/gitignore?templates=vue,hexo,linux,macos,vuejs,windows,visualstudiocode,node + +### Hexo ### +db.json +public/ +.deploy_git/ + +### Linux ### +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +### Node Patch ### +# Serverless Webpack directories +.webpack/ + +# Optional stylelint cache + +# SvelteKit build / generate output +.svelte-kit + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### Vue ### +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + +### Vuejs ### +# Recommended template: Node.gitignore + +dist/ +npm-debug.log +yarn-error.log + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.toptal.com/developers/gitignore/api/vue,hexo,linux,macos,vuejs,windows,visualstudiocode,node \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..6e71a80 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +sunny.xmuli.tech \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee6a18a --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# SunnyCapturer + + + +SunnyCapturer is a simple and beautiful cross-platform screenshot software tool that supports OCR to extract text from images, image translation, and pinning images to the screen, among other features. + +SunnyCapturer 是一款简单且漂亮的跨平台截图软件工具,支持 OCR 从图片中提取文本,图片翻译,以及将图片钉在屏幕上等功能。 + + + +This site is built using [docsify](https://docsify.js.org); anyone is welcome to help modify or improve this user manual! + +本网站使用 [docsify](https://docsify.js.org) 搭建;欢迎任何人帮助修改或完善此用户手册。 + + + +- Official Website & Download & Doc | 官网 & 下载 & 用户手册:[http://sunnycapturer.xmuli.tech](http://sunnycapturer.xmuli.tech/) +- open source Code | 代码开源:[https://github.com/SunnyCapturer](https://github.com/SunnyCapturer) + + + +```bash +docsify serve docs +docsify serve .\SunnyPages\ +``` + diff --git a/_coverpage.md b/_coverpage.md new file mode 100644 index 0000000..a197223 --- /dev/null +++ b/_coverpage.md @@ -0,0 +1,28 @@ + + +![logo](/logo.svg) + +# Sunny 2.x → SunnyCapturer 3.0 + +## https://sunny.xmuli.tech → https://sunnycapturer.xmuli.tech + +> A simple and beautiful cross-platform screenshot software + +> 一款简单且漂亮的跨平台截图软件 + +> Sunny has been upgraded from 2.x to 3.x, with changes to the repository name and domain. + +> This site serves as a transitional platform to prevent issues such as broken links or parsing errors. + +> 由于 Sunny 从 2.x 升级到 3.x,仓库名称和域名已更新。 +> 因此,本网站作为过渡站点,以避免链接跳转失败或解析异常等问题。 + +Update Time | 更新时间: 2024.12.24 + +- OCR Extract text | 提取文本 +- Image Translation | 图片翻译 + +[Download](https://github.com/XMuli/SunnyCapturer/releases) +[Feedback](https://github.com/XMuli/SunnyCapturer/issues) +[Documentation](#sunnycapturer) + diff --git a/_sidebar.md b/_sidebar.md new file mode 100644 index 0000000..ea74757 --- /dev/null +++ b/_sidebar.md @@ -0,0 +1,18 @@ +- Guide + - [Getting Started](/getting-started) + - [FAQ](/faq) + - [Troubleshooting](/troubleshooting) +- Advanced + - [Extract Text (OCR)](/extract-text-ocr) + - [Image Translation](/image-translation) +- Document + - [Support System](/support-platform) + - [Technology Share](/development-technology) +- Contribution + - [Translation](/translation) + - [Acknowledgement](/acknowledgement) +- More + - [Official Site](/office-site) + - [Changelog](/changelog) + - [Donate](/donate) + diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..078f3ef Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..362a23b --- /dev/null +++ b/index.html @@ -0,0 +1,75 @@ + + + + + + SunnyCapturer + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..5c3cb45 --- /dev/null +++ b/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/zh-cn/README.md b/zh-cn/README.md new file mode 100644 index 0000000..45dc7aa --- /dev/null +++ b/zh-cn/README.md @@ -0,0 +1,11 @@ +# Headline + +> An awesome project. + + + + + +- Official Website & Download & Doc | 官网 & 下载 & 用户手册:[http://sunnycapturer.xmuli.tech](http://sunnycapturer.xmuli.tech/) +- open source Code | 代码开源:[https://github.com/SunnyCapturer](https://github.com/SunnyCapturer) + diff --git a/zh-cn/_sidebar.md b/zh-cn/_sidebar.md new file mode 100644 index 0000000..6bbe7ef --- /dev/null +++ b/zh-cn/_sidebar.md @@ -0,0 +1,18 @@ +- 指南 + - [基础操作](/zh-cn/getting-started) + - [常见问题](/zh-cn/faq) + - [故障排除](/zh-cn/troubleshooting) +- 进阶 + - [提取文字](/zh-cn/extract-text-ocr) + - [图片翻译](/zh-cn/image-translation) +- 文档 + - [平台兼容](/zh-cn/support-platform) + - [技术分享](/zh-cn/development-technology) +- 贡献 + - [帮助翻译](/zh-cn/translation) + - [鸣谢](/zh-cn/acknowledgement) +- 更多 + - [官网&下载](/zh-cn/office-site) + - [日志](/zh-cn/changelog) + - [捐助](/zh-cn/donate) +