Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Sep 26, 2021
2 parents 45b7582 + 1e09492 commit 798d718
Show file tree
Hide file tree
Showing 14 changed files with 3,277 additions and 2,837 deletions.
36 changes: 11 additions & 25 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
<p align="center">
<img width="100px" src="https://user-images.githubusercontent.com/29518677/113705830-7c8fc580-9710-11eb-9b75-f2eddd761590.png" align="center" alt="GitHub Readme Stats" />
<h2 align="center">smartUp手势</h2>
<p align="center">一个更好的手势类扩展。功能包括:鼠标手势,简易拖曳,超级拖曳,摇杆手势和滚轮手势。</p>
<p align="center">
<a href="https://github.com/zimocode/smartup/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/zimocode/smartup" />
</a>
<a href="https://github.com/zimocdoe/smartup/members">
<img alt="forks" src="https://img.shields.io/github/forks/zimocode/smartup" />
</a>
<a href="https://github.com/zimocode/smartup/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/zimocode/smartup" />
</a>
<a href="https://github.com/zimocode/smartup/pulls">
<img alt="GitHub pull requests" src="https://img.shields.io/github/license/zimocode/smartup" />
</a>
<br />
</p>
![https://img.shields.io/github/issues/zimocode/smartup](https://user-images.githubusercontent.com/29518677/113705830-7c8fc580-9710-11eb-9b75-f2eddd761590.png)

<p align="center">
<a href="/docs/readme_fr.md">English</a>
·
<a href="/docs/readme_cn.md">简体中文</a>
</p>
</p>
# smartUp手势

一个更好的手势类扩展。功能包括:鼠标手势,简易拖曳,超级拖曳,摇杆手势和滚轮手势。

[![](https://img.shields.io/github/issues/zimocode/smartup)](https://github.com/zimocode/smartup/issues)
[![](https://img.shields.io/github/forks/zimocode/smartup)](https://github.com/zimocdoe/smartup/members)
[![](https://img.shields.io/github/stars/zimocode/smartup)](https://github.com/zimocode/smartup/stargazers)
[![](https://img.shields.io/github/license/zimocode/smartup)](LICENSE)

[English](README.md) ·[简体中文](README-zh_CN.md)
36 changes: 11 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
<p align="center">
<img width="100px" src="https://user-images.githubusercontent.com/29518677/113705830-7c8fc580-9710-11eb-9b75-f2eddd761590.png" align="center" alt="GitHub Readme Stats" />
<h2 align="center">smartUp Gestures</h2>
<p align="center">A better gestures extension. Features include: mouse gestures, simple drag, super drag, rocker gestures and wheel gestures.</p>
<p align="center">
<a href="https://github.com/zimocode/smartup/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/zimocode/smartup" />
</a>
<a href="https://github.com/zimocdoe/smartup/members">
<img alt="forks" src="https://img.shields.io/github/forks/zimocode/smartup" />
</a>
<a href="https://github.com/zimocode/smartup/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/zimocode/smartup" />
</a>
<a href="https://github.com/zimocode/smartup/pulls">
<img alt="GitHub pull requests" src="https://img.shields.io/github/license/zimocode/smartup" />
</a>
<br />
</p>
![https://img.shields.io/github/issues/zimocode/smartup](https://user-images.githubusercontent.com/29518677/113705830-7c8fc580-9710-11eb-9b75-f2eddd761590.png)

<p align="center">
<a href="/docs/README.md">English</a>
·
<a href="/docs/README-zh_CN.md">简体中文</a>
</p>
</p>
# smartUp Gestures

A better gestures extension. Features include: mouse gestures, simple drag, super drag, rocker gestures and wheel gestures.

[![](https://img.shields.io/github/issues/zimocode/smartup)](https://github.com/zimocode/smartup/issues)
[![](https://img.shields.io/github/forks/zimocode/smartup)](https://github.com/zimocdoe/smartup/members)
[![](https://img.shields.io/github/stars/zimocode/smartup)](https://github.com/zimocode/smartup/stargazers)
[![](https://img.shields.io/github/license/zimocode/smartup)](LICENSE)

[English](README.md) ·[简体中文](README-zh_CN.md)
11 changes: 10 additions & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,10 @@
"message": "Default"
},
"s_current": {
"message": "Current"
"message": "Current Tab"
},
"s_currentwin":{
"message":"Current Window"
},
"s_others": {
"message": "Others"
Expand Down Expand Up @@ -353,6 +356,9 @@
"s_uric":{
"message":"encodeURIComponent"
},
"s_uricgbk":{
"message":"encodeURI(GBK)"
},
"s_none": {
"message": "None"
},
Expand Down Expand Up @@ -518,6 +524,9 @@
"n_dialog":{
"message":"Show dialog box"
},
"n_duplicatetype":{
"message":"Open duplicated tab in background."
},
"script": {
"message": "Script"
},
Expand Down
11 changes: 10 additions & 1 deletion _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@
"message": "默认"
},
"s_current": {
"message": "当前"
"message": "当前标签页"
},
"s_currentwin":{
"message":"当前窗口"
},
"s_others": {
"message": "其他"
Expand Down Expand Up @@ -350,6 +353,9 @@
"s_uric":{
"message":"encodeURIComponent"
},
"s_uricgbk":{
"message":"encodeURI(GBK)"
},
"s_none": {
"message": ""
},
Expand Down Expand Up @@ -515,6 +521,9 @@
"n_dialog":{
"message":"显示对话框"
},
"n_duplicatetype":{
"message":"在后台打开复制的标签页。"
},
"script": {
"message": "运行脚本"
},
Expand Down
11 changes: 11 additions & 0 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"log": [
{
"ver":"6.8.1233.1117",
"date":"2021.09.21",
"content":[
"new: add new option open type - current window",
"improve: Support Developer",
"update README",
"fix bugs: issues@github: #141, #154, #113, #152",
"fix new added options of actions dont show and delete droped options"
]
},
{
"ver":"6.7.366.1103",
"date":"2021.03.03",
Expand Down
Loading

0 comments on commit 798d718

Please sign in to comment.