forked from ArchiDog1998/RotationSolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c167314
commit b860d90
Showing
10 changed files
with
93 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
bin/ | ||
obj/ | ||
/lib/ | ||
gifs/ | ||
docs/ | ||
gifs/ |
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# XIV Auto Attack⚔️ | ||
|
||
What a great plugin it is! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# 404 Not Found! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
![logo](https://raw.githubusercontent.com/ArchiDog1998/XIVAutoAttack/master/XIVAutoAttackIcon.png) | ||
|
||
# **⚔️XIV Auto Attack** <small>1.0.0.0</small> | ||
|
||
> Teach you how to perform better in combat! -- gamous | ||
[Github](https://github.com/ArchiDog1998/XIVAutoAttack) | ||
[Start](#Whale🦗) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!--- [主页](/)--> | ||
<!--- [GH插件](my_plugins/Grasshopper/) | ||
- [PersistentDataEditor](my_plugins/Grasshopper/PersistentDataEditor/ "快速修改运算器中的内置数据。") | ||
- [QuickConnection](my_plugins/Grasshopper/QuickConnection/ "快速对运算器进行连线。") | ||
- [RichedWireType](my_plugins/Grasshopper/RichedWireType/ "修改连线的样式。") | ||
- [SuperHelper](my_plugins/Grasshopper/SuperHelper/ "查看运算器的详细信息。") | ||
- [RibbonTabIconFixer](my_plugins/Grasshopper/RibbonTabIconFixer/ "修复分类中的图标缺失问题。") | ||
- [SolutionAsync](my_plugins/Grasshopper/SolutionAsync/ "让GH界面永不卡死。") | ||
- 教程 | ||
- [论GH的劣根性](http://www.rhinostudio.cn/goods/show/2290 "关于GH的二次开发的进阶课程。") | ||
- 链接 | ||
- [白菜Blog](http://archibc.gitee.io/note-bc/#/)--> | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>XIV Auto Attack</title> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="description" content="Great"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"> | ||
<link rel="icon" href="./Icon.ico" type="image/x-icon"> | ||
<link rel="shortcut icon" href="./Icon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="//unpkg.com/docsify-gifcontrol/dist/docsify-gifcontrol.css"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
|
||
|
||
<script> | ||
window.$docsify = { | ||
name: '⚔️XIV Auto Attack', | ||
repo: 'https://github.com/ArchiDog1998/XIVAutoAttack', | ||
auto2top: true, | ||
loadSidebar: true, | ||
coverpage: true, | ||
loadNavbar: true, | ||
themeColor: "#4B0082", | ||
autoHeader: true, | ||
mergeNavbar: true, | ||
notFoundPage: true, | ||
maxLevel: 4, | ||
subMaxLevel: 2, | ||
search: { | ||
maxAge: 86400000, // Expiration time, the default one day | ||
|
||
paths: 'auto', | ||
|
||
placeholder: 'search', | ||
|
||
noData: 'not found!', | ||
|
||
hideOtherSidebarContent: true, // whether or not to hide other sidebar content | ||
} | ||
} | ||
</script> | ||
<!-- Docsify --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify"></script> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> | ||
<script src="//unpkg.com/docsify-gifcontrol/dist/docsify-gifcontrol.js"></script> | ||
|
||
<!-- For Emoji --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script> | ||
|
||
<!-- Add a Edit --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script> | ||
|
||
<!-- Easy to copy --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script> | ||
|
||
<script src="//unpkg.com/mermaid/dist/mermaid.js"></script> | ||
<script src="//unpkg.com/docsify-mermaid@latest/dist/docsify-mermaid.js"></script> | ||
<script>mermaid.initialize({ startOnLoad: true });</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters