Skip to content

Commit 063d266

Browse files
committed
chore: 更新
1 parent 30e1625 commit 063d266

File tree

26 files changed

+155
-155
lines changed

26 files changed

+155
-155
lines changed

docs/.vuepress/components/Swiper.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<swiper :options="swiperOption" ref="mySwiper" class="img-shadow">
44
<!-- slides -->
55
<swiper-slide>
6-
<img class="banner swiper-lazy" data-src="https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/map-main-01.png" alt="" />
6+
<img class="banner swiper-lazy" data-src="http://oss.codeexpander.com/i/map-main-01.png" alt="" />
77
</swiper-slide>
88
<swiper-slide>
9-
<img class="banner swiper-lazy" data-src="https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/map-main-02.png" alt="" />
9+
<img class="banner swiper-lazy" data-src="http://oss.codeexpander.com/i/map-main-02.png" alt="" />
1010
</swiper-slide>
1111
<swiper-slide>
12-
<img class="banner swiper-lazy" data-src="https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/map-main-03.png" alt="" />
12+
<img class="banner swiper-lazy" data-src="http://oss.codeexpander.com/i/map-main-03.png" alt="" />
1313
</swiper-slide>
1414
<swiper-slide>
15-
<img class="banner swiper-lazy" data-src="https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/map-main-04.png" alt="" />
15+
<img class="banner swiper-lazy" data-src="http://oss.codeexpander.com/i/map-main-04.png" alt="" />
1616
</swiper-slide>
1717
<!-- Optional controls -->
1818
<div

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,40 +41,40 @@ Codeexpander通过将缩写词替换为您定义的常用短语来加快在任
4141

4242
> 运行原理:检测你输入的关键词(预先设定的指令)并在输入时替换它。
4343
44-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/custom-snippet.gif =705x665)
44+
![](http://oss.codeexpander.com/i/custom-snippet.gif =705x665)
4545

4646
### 自定义脚本
4747

4848
快速运行脚本得到处理后的结果,想要什么功能你都可以实现。[如何创建>>](/views/advance/text-and-script.html#script-snippets)
4949

50-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/gene-md.gif =705x665)
50+
![](http://oss.codeexpander.com/i/gene-md.gif =705x665)
5151

5252
### 创建模板
5353

5454
支持自定义日期、模拟键盘宏、生成富文本模板。[如何创建>>](/views/advance/fill-in.html#fill-in标签)
5555

56-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in.gif =705x665)
56+
![](http://oss.codeexpander.com/i/fill-in.gif =705x665)
5757

5858
### 创建片段
5959

6060
快速保存已有的代码片段,即可同步另一台电脑。
6161

62-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/gene-snippet.gif)
62+
![](http://oss.codeexpander.com/i/gene-snippet.gif)
6363

6464
### 生成代码图片
6565

6666
更加便捷的分享自定义属于自己的风格片段给他人。
6767

68-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/gene-pic.gif =705x665)
68+
![](http://oss.codeexpander.com/i/gene-pic.gif =705x665)
6969

7070
### 搜索栏
7171

7272
无需记忆,模糊全文搜索便出结果。[如何使用>>](/views/introduce/quick-browse.html#搜索工具栏)
7373

74-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/search-bar.gif =705x665)
74+
![](http://oss.codeexpander.com/i/search-bar.gif =705x665)
7575

7676
所有片段都可同步`本地化``Github``码云`平台的片段管理, 拥有无限公共/私有片段, 分组, 云同步, 在线编辑, 分享他人。
7777

7878
### 关于我
7979

80-
![微信](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/weixin-profile.jpg)
80+
![微信](http://oss.codeexpander.com/i/weixin-profile.jpg)

docs/en/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Most features are free and buy now for \$4.99 if you want to support the author
4040

4141
Please contact me if you have any questions
4242

43-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/weixin-profile.jpg)
43+
![](http://oss.codeexpander.com/i/weixin-profile.jpg)
4444

4545
## Features
4646

@@ -50,37 +50,37 @@ Avoid typing the same sentence repeatedly, refusing to paste and copy starts wit
5050

5151
> How it works: Detect keywords you enter (pre-set instructions) and replace them as you type.
5252
53-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/custom-snippet.gif)
53+
![](http://oss.codeexpander.com/i/custom-snippet.gif)
5454

5555
### Custom scripts
5656

5757
Quickly run the script to get the processed results, and you can achieve any function you want.[How to create>>](/en/views/advance/text-and-script.html)
5858

59-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/gene-md.gif)
59+
![](http://oss.codeexpander.com/i/gene-md.gif)
6060

6161
### Create template
6262

6363
Support custom date, simulate keyboard macro, generate rich text template.[How to create>>](/en/views/advance/fill-in.html)
6464

65-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in.gif)
65+
![](http://oss.codeexpander.com/i/fill-in.gif)
6666

6767
### Create snippets
6868

6969
Quickly save existing code snippets and sync to another computer.
7070

71-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/gene-snippet.gif)
71+
![](http://oss.codeexpander.com/i/gene-snippet.gif)
7272

7373
### Generate code picture
7474

7575
Easier to share your own style clips to others.
7676

77-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/gene-pic.gif)
77+
![](http://oss.codeexpander.com/i/gene-pic.gif)
7878

7979
### Search bar
8080

8181
No memory required, fuzzy full text search results.[How to use>>](/en/views/introduce/quick-browse.html)
8282

83-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/search-bar.gif)
83+
![](http://oss.codeexpander.com/i/search-bar.gif)
8484

8585
All clips can be synchronized to the clip management of `Localization`,` Github`, `Code Cloud` platform, with unlimited public / private clips, grouping, cloud synchronization, online editing, and sharing with others.
8686

docs/en/views/advance/calendar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ date: 2020-01-11
77

88
Fast insert date anywhere. Add a future expiration date to your mail, a current date to your file name, all using a calendar.
99

10-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/date.gif)
10+
![](http://oss.codeexpander.com/i/date.gif)
1111

1212
- `Short、Medium、Long、Full`
1313
- `Custom Date Format`
1414

15-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/date-ui.png)
15+
![](http://oss.codeexpander.com/i/date-ui.png)
1616

1717
### Basic **Localized formats**
1818

@@ -33,7 +33,7 @@ Fast insert date anywhere. Add a future expiration date to your mail, a current
3333

3434
You can choose or customize the date format to support international standards.
3535

36-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/date-i18n.png)
36+
![](http://oss.codeexpander.com/i/date-i18n.png)
3737

3838
<Gist id="f1eb82cf68a9dc54acc5a0e49b76cea9"></Gist>
3939

docs/en/views/advance/fill-in.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@ date: 2020-01-11
77

88
Simplify your email. Take sample email responses or sales queries and customize the areas you need. You have multiple jobs, use your email signature, and link to current social media!
99

10-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in.gif)
10+
![](http://oss.codeexpander.com/i/fill-in.gif)
1111

1212
- Sing-line Field
1313

14-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in-sing-line.png)
14+
![](http://oss.codeexpander.com/i/fill-in-sing-line.png)
1515

1616
- Multi-line Field
1717

18-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in-multi-line.png)
18+
![](http://oss.codeexpander.com/i/fill-in-multi-line.png)
1919

2020
- Optional Section
2121

22-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in-option.png)
22+
![](http://oss.codeexpander.com/i/fill-in-option.png)
2323

2424
- Popup Menu
2525

26-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in-menu.png)
26+
![](http://oss.codeexpander.com/i/fill-in-menu.png)
2727

2828
## Mixed Test Cases
2929

30-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/fill-in-test.png)
30+
![](http://oss.codeexpander.com/i/fill-in-test.png)
3131

3232
- In the snippet format drop-down menu, choose `Text` as the format type.
3333
- In the snippet field, you may enter:

docs/en/views/advance/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ date: 2020-01-11
55

66
`Grouping` is a means of managing a large number of snippets, one of which has multiple snippets, and another file that can hold multiple snippets that collectively relate to the same snippet description.
77

8-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/group-ui.png)
8+
![](http://oss.codeexpander.com/i/group-ui.png)
99

1010
If the `current grouping configuration` is not enabled, the `ALL grouping configuration` is used by default, and the correct configuration can be run in different projects using the same instructions.

docs/en/views/advance/keyboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ date: 2020-01-11
77

88
The keyboard will simulate a keyboard operation, and each simulated key will be followed by the next simulated key.
99

10-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/keyboard.gif)
10+
![](http://oss.codeexpander.com/i/keyboard.gif)
1111

1212
- `Enter、Esc、Tab`
1313
- `Composite Keyboard`
1414

15-
![Operating options](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/keyboard-ui.png)
15+
![Operating options](http://oss.codeexpander.com/i/keyboard-ui.png)
1616

17-
![Operating custom](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/keyboard-ui-setting.png)
17+
![Operating custom](http://oss.codeexpander.com/i/keyboard-ui-setting.png)
1818

1919
## Composite Keyboard
2020

docs/en/views/advance/rich-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ As the name implies, `plain text` snippet insert unformatted text. In most cases
1313
- [Calendar](/en/views/advance/calendar.html)
1414
- [Fill-In](/en/views/advance/fill-in.html)
1515

16-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/rich-text-ui.png)
16+
![](http://oss.codeexpander.com/i/rich-text-ui.png)

docs/en/views/advance/text-and-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As the name implies, `plain text` snippet insert unformatted text. In most cases
1414
- [Calendar](/en/views/advance/calendar.html)
1515
- [Fill-In](/en/views/advance/fill-in.html)
1616

17-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/text-script-ui.png)
17+
![](http://oss.codeexpander.com/i/text-script-ui.png)
1818

1919
## Script Snippets
2020

@@ -24,7 +24,7 @@ It has great flexibility to meet most `dynamic requirements`. However, the build
2424

2525
> Its built-in function: clipboard properties `CODEEXPANDER_CLIPBOARD`
2626
27-
![Example: All uppercase clipboard contents](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/text-script-script.png)
27+
![Example: All uppercase clipboard contents](http://oss.codeexpander.com/i/text-script-script.png)
2828

2929
## Javascript
3030

@@ -37,7 +37,7 @@ For simple example:
3737
console.log("Hello world");
3838
```
3939

40-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/text-script-js.png)
40+
![](http://oss.codeexpander.com/i/text-script-js.png)
4141

4242
> `CodeExpander` captures the output of the `console` and returns it to the consumer, because it is an essential element of the entire javascript, otherwise it gets nothing.
4343

docs/en/views/introduce/basic-usage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ You can refer to this [page](/en/views/introduce/installation.html) for installa
2020

2121
## Login the `github` account
2222

23-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/usage-login.png)
23+
![](http://oss.codeexpander.com/i/usage-login.png)
2424

2525
## Create a new group
2626

2727
You can use [shortcut](/en/views/reference/shortcut) `⌘ + T` and open the create-group-modal or touch the plus button as follow.
2828

29-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/usage-group.png)
29+
![](http://oss.codeexpander.com/i/usage-group.png)
3030

3131
## Create a new snippet
3232

3333
You can use [shortcut](/en/views/reference/shortcut) `Alt + ]` and open the Create-Snippet-window or touch the plus button as follow.
3434

35-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/usage-snippet.png)
35+
![](http://oss.codeexpander.com/i/usage-snippet.png)
3636

3737
## Select the snippet type that you want
3838

@@ -46,10 +46,10 @@ You can click this [Advanced Features](/en/views/advance/text-and-script.html) t
4646

4747
`Yes`.Just click the **Link** icon and jump to the `gist website`.
4848

49-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/usage-edit-online.png)
49+
![](http://oss.codeexpander.com/i/usage-edit-online.png)
5050

5151
### Can I configure the preferences of the software?
5252

5353
`Yes`. You can set the `hotkeys` or more and more.
5454

55-
![](https://gitee.com/xudaolong/codeexpander-oss/raw/master/i/usage-settings.png)
55+
![](http://oss.codeexpander.com/i/usage-settings.png)

0 commit comments

Comments
 (0)