npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

electron-ssr

v0.2.0-beta-1

Published

Cross platform ShadowsocksR GUI client built with electron

Downloads

10

Readme

ShadowsocksR跨平台客户端

这是一个跨平台(支持Windows MacOS Linux系统)的ShadowsocksR客户端桌面应用,它功能丰富,支持windows版大部分功能,更有更多人性化功能。它是开源的,它来源于开源,回馈以开源。

功能特色

  • 支持手动添加配置

  • 支持服务器订阅更新,复制该地址测试

    https://raw.githubusercontent.com/erguotou520/electron-ssr/redesign/docs/assets/subscribe.txt

  • 支持二维码扫描(请确保屏幕中只有一个有效的二维码),扫描该二维码测试

  • 剪贴板复制、配置文件导入等方式添加配置

  • 支持复制二维码图片(右键菜单),SSR链接

  • 支持链接打开应用(仅Mac和Windows),因平台限制,请前往该地址点击测试

  • 支持切换系统代理模式:PAC、全局、不代理

  • 内置http_proxy服务,可在选项中开启或关闭

  • 支持配置项变更

  • 更多功能尽在任务栏菜单中

Telegram交流

环境要求

  • 只需要系统已安装 python 可正常执行shadowsocksr的python版即可

已知Bug

  • 部分Linux系统无法切换系统代理模式(使用gsetting设置的,非gnome桌面可能不生效),如果你知道如何实现,欢迎发issue告知。

应用截图

FAQ

FAQ

打赏

如果觉得本项目对你有所帮助,欢迎打赏

开发和构建

# or npm install
yarn

# 开发时
npm run dev

# 打包构建
npm run build

# 单元测试
npm test

# 代码风格检查
npm run lint

ShadowsocksR 参考文档


This project was generated with electron-vue@1c165f7 using vue-cli. Documentation about the original structure can be found here.