Skip to content

Commit

Permalink
文档::尝试连接到 coding.net 加速国内访问
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Aug 4, 2018
1 parent 16faab2 commit 44936e9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
9 changes: 8 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
description: 'Mathematica 视觉盛宴!'
}
},
serviceWorker: true,
themeConfig: {
repo: 'GalAster/Illusory',
editLinks: true,
Expand Down Expand Up @@ -50,5 +49,13 @@ module.exports = {
]
}
]
},
serviceWorker: true,
configureWebpack: {
resolve: {
alias: {
'@pkg': 'Packages/Module'
}
}
}
};
4 changes: 2 additions & 2 deletions docs/LineArt/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LineArt 模块
- 模块可单独加载

```haskell
$head="https://raw.githubusercontent.com/GalAster/Illusory/master/Packages/Module/";
Import[$head<>"LineArt.wl"];
$site="https://coding.net/u/GalAster/p/Illusory_sync/git/raw/master/Packages/Module/";
Import[$site<>"LineArt.wl"];
```

## LineWeb
Expand Down
16 changes: 11 additions & 5 deletions docs/PolyArt/Readme.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
# Functions
# Module

## PolyArt

PolyArt 模块

[test_path](~@pkg/PolyArt.m)

- 模块可单独加载

```haskell
$head="https://raw.githubusercontent.com/GalAster/Illusory/master/Packages/Module/";
Import[$head<>"PolyArt.wl"];
$site="https://coding.net/u/GalAster/p/Illusory_sync/git/raw/master/Packages/Module/";
Import[$site<>"PolyArt.wl"];
```

## TriPainting
# Functions

- `TriPainting[img, k:100]`
## TriPainting

### 参数说明

::: tip TriPainting[img, k:100]
- img 类型为 `Image`, 表示需要转化的图片
- k 类型为 `Integer`, 表示最终结果的三角形密度
:::

### 可选项

Expand Down
3 changes: 2 additions & 1 deletion docs/Stereogram/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Stereogram 模块是一个可以合成和解码**自动立体图**的程序包.
- 模块可单独加载

```haskell
Import["https://raw.githubusercontent.com/GalAster/Illusory/master/Packages/Module/Stereogram.wl"];
$site="https://coding.net/u/GalAster/p/Illusory_sync/git/raw/master/Packages/Module/";
Import[$site<>"Stereogram.wl"];
```

## StereogramEncode
Expand Down
4 changes: 2 additions & 2 deletions docs/TextArt/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ TextArt 模块
- 模块可单独加载

```haskell
$head="https://raw.githubusercontent.com/GalAster/Illusory/master/Packages/Module/";
Import[$head<>"TextArt.wl"];
$site="https://coding.net/u/GalAster/p/Illusory_sync/git/raw/master/Packages/Module/";
Import[$site<>"TextArt.wl"];
```

## TextifyChars
Expand Down

0 comments on commit 44936e9

Please sign in to comment.