Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
feat: init
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Dec 24, 2024
0 parents commit 6303451
Show file tree
Hide file tree
Showing 12 changed files with 449 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
260 changes: 260 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sunny.xmuli.tech
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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\
```

28 changes: 28 additions & 0 deletions _coverpage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!-- _coverpage.md -->

![logo](/logo.svg)

# Sunny <small>2.x</small> → SunnyCapturer <small>3.0</small>

## https://sunny.xmuli.techhttps://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)

18 changes: 18 additions & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -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)

Binary file added favicon.ico
Binary file not shown.
Loading

0 comments on commit 6303451

Please sign in to comment.