Skip to content

Commit d055c04

Browse files
author
XboxYan
committed
update from gridea: 2019-04-16 14:53:10
1 parent eb58205 commit d055c04

File tree

12 files changed

+793
-14
lines changed

12 files changed

+793
-14
lines changed

archives/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="description" content="" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>XboxYan</title>
7-
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555395387417">
7+
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555397583550">
88
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
99
<link rel="stylesheet" href="https://XboxYan.github.io/styles/main.css">
1010

@@ -18,7 +18,7 @@
1818
<div class="main-content">
1919
<div class="site-header">
2020
<a href="https://XboxYan.github.io">
21-
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555395387417" alt="">
21+
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555397583550" alt="">
2222
</a>
2323
<h1 class="site-title">
2424
XboxYan
@@ -80,6 +80,17 @@ <h1 class="site-title">
8080
<h2 class="year">2019</h2>
8181

8282

83+
<article class="post">
84+
<a href="https://XboxYan.github.io/post/javascript-jian-pan-fang-wen-ban-zi-dong-hua-jie-jue-fang-an">
85+
<h2 class="post-title">
86+
javascript 键盘访问半自动化解决方案
87+
<small>2019-04-16</small>
88+
</h2>
89+
</a>
90+
</article>
91+
92+
93+
8394
<article class="post">
8495
<a href="https://XboxYan.github.io/post/test">
8596
<h2 class="post-title">
@@ -98,6 +109,8 @@ <h2 class="year">2018</h2>
98109

99110

100111

112+
113+
101114
<article class="post">
102115
<a href="https://XboxYan.github.io/post/hello-gridea">
103116
<h2 class="post-title">

index.html

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="description" content="" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>XboxYan</title>
7-
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555395387417">
7+
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555397583550">
88
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
99
<link rel="stylesheet" href="https://XboxYan.github.io/styles/main.css">
1010

@@ -18,7 +18,7 @@
1818
<div class="main-content">
1919
<div class="site-header">
2020
<a href="https://XboxYan.github.io">
21-
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555395387417" alt="">
21+
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555397583550" alt="">
2222
</a>
2323
<h1 class="site-title">
2424
XboxYan
@@ -75,6 +75,41 @@ <h1 class="site-title">
7575

7676
<div class="post-container">
7777

78+
<article class="post">
79+
<a href="https://XboxYan.github.io/post/javascript-jian-pan-fang-wen-ban-zi-dong-hua-jie-jue-fang-an">
80+
<h2 class="post-title">javascript 键盘访问半自动化解决方案</h2>
81+
</a>
82+
<div class="post-info">
83+
<time class="post-time">
84+
· 2019-04-16 ·
85+
</time>
86+
87+
<a href="https://XboxYan.github.io/tag/javascript" class="post-tag">
88+
# javascript
89+
</a>
90+
91+
<a href="https://XboxYan.github.io/tag/keyborad" class="post-tag">
92+
# keyborad
93+
</a>
94+
95+
</div>
96+
97+
<a href="https://XboxYan.github.io/post/javascript-jian-pan-fang-wen-ban-zi-dong-hua-jie-jue-fang-an" class="post-feature-image" style="background-image: url('https://XboxYan.github.io/post-images/javascript-jian-pan-fang-wen-ban-zi-dong-hua-jie-jue-fang-an.jpg')">
98+
</a>
99+
100+
<div class="post-abstract">
101+
<p><img src="https://XboxYan.github.io/post-images/1555396185183.jpg" alt="logo"></p>
102+
<h2 id="概要">概要</h2>
103+
<p>这是一个半自动化的键盘访问解决方案,主要适用于需要完全键盘操作场景,比如大屏展示,电视,游戏菜单等,大大简化按键操作的逻辑。</p>
104+
<p>焦点使用虚拟焦点,也就是通过添加<code>.focus</code>等class实现,而不是原生自带的<code>:focus</code>,更利于定制化需求。</p>
105+
<p>基于<code>HTML</code>页面。</p>
106+
<blockquote>
107+
<p>比较冷门,键盘交互方向,不感兴趣的可以跳过。</p>
108+
</blockquote>
109+
110+
</di>
111+
</article>
112+
78113
<article class="post">
79114
<a href="https://XboxYan.github.io/post/test">
80115
<h2 class="post-title">test</h2>

post-images/1555396185183.jpg

29.6 KB
Loading
157 KB
Loading

post/about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="description" content="" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>关于 | XboxYan</title>
7-
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555395387417">
7+
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555397583550">
88
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
99
<link rel="stylesheet" href="https://XboxYan.github.io/styles/main.css">
1010

@@ -18,7 +18,7 @@
1818
<div class="main-content">
1919
<div class="site-header">
2020
<a href="https://XboxYan.github.io">
21-
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555395387417" alt="">
21+
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555397583550" alt="">
2222
</a>
2323
<h1 class="site-title">
2424
XboxYan

post/hello-gridea/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="description" content="" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>Hello Gridea | XboxYan</title>
7-
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555395387417">
7+
<link rel="shortcut icon" href="https://XboxYan.github.io/favicon.ico?v=1555397583550">
88
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
99
<link rel="stylesheet" href="https://XboxYan.github.io/styles/main.css">
1010

@@ -18,7 +18,7 @@
1818
<div class="main-content">
1919
<div class="site-header">
2020
<a href="https://XboxYan.github.io">
21-
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555395387417" alt="">
21+
<img class="avatar" src="https://XboxYan.github.io/images/avatar.png?v=1555397583550" alt="">
2222
</a>
2323
<h1 class="site-title">
2424
XboxYan

0 commit comments

Comments
 (0)