@@ -38,7 +38,7 @@ export const footer = [
3838 {
3939 title : 'Web components' ,
4040 href :
41- 'https://developer.mozilla.org/en-US /docs/Web/Web_Components'
41+ 'https://developer.mozilla.org/zh-CN /docs/Web/Web_Components'
4242 } ,
4343 {
4444 title : 'Custom elements' ,
@@ -52,20 +52,21 @@ export const footer = [
5252 } ,
5353 {
5454 title : 'Element Internals' ,
55- href : 'https://web.dev/more-capable-form-controls/'
55+ href :
56+ 'https://tech-query.me/programming/more-capable-form-controls/'
5657 } ,
5758 {
5859 title : 'CSS variables' ,
5960 href :
60- 'https://developer.mozilla.org/en-US /docs/Web/CSS/Using_CSS_variables'
61+ 'https://developer.mozilla.org/zh-CN /docs/Web/CSS/Using_CSS_variables'
6162 } ,
6263 {
6364 title : 'ECMAScript 6+' ,
6465 href : 'http://es6-features.org/'
6566 } ,
6667 {
6768 title : 'TypeScript 4+' ,
68- href : 'https://www.typescriptlang.org/'
69+ href : 'https://www.typescriptlang.org/zh/ '
6970 }
7071 ]
7172 } ,
@@ -113,7 +114,7 @@ export const feature = [
113114 summary : '声明式组件代码,简洁、优雅,一键享受 ECMAScript 成熟提案语法' ,
114115 logo :
115116 'https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/typescript/typescript.png' ,
116- link : 'https://www.typescriptlang.org/'
117+ link : 'https://www.typescriptlang.org/zh/ '
117118 } ,
118119 {
119120 title : '虚拟 DOM 引擎采用 SnabbDOM' ,
@@ -125,13 +126,13 @@ export const feature = [
125126 title : '工具链采用零配置的 Parcel' ,
126127 summary : '项目启动分分钟,在线演示也只需一条网址' ,
127128 logo : 'https://github.com/parcel-bundler.png' ,
128- link : 'https://parceljs.org/'
129+ link : 'https://zh. parceljs.org/'
129130 } ,
130131 {
131132 title : '官方适配 MobX 状态管理库' ,
132133 summary : '一致的装饰器风格,简洁的响应式更新' ,
133134 logo : 'https://github.com/mobxjs.png' ,
134- link : 'https://mobx.js.org/'
135+ link : 'https://cn. mobx.js.org/'
135136 } ,
136137 {
137138 title : '简洁的官方路由库' ,
@@ -186,6 +187,16 @@ export const upstream = [
186187 repo : 'element-internals-polyfill' ,
187188 issue : 13
188189 } ,
190+ {
191+ org : 'calebdwilliams' ,
192+ repo : 'element-internals-polyfill' ,
193+ issue : 17
194+ } ,
195+ {
196+ org : 'GoogleChrome' ,
197+ repo : 'web.dev' ,
198+ pull : 4400
199+ } ,
189200 {
190201 org : 'tc39' ,
191202 repo : 'proposal-decorators' ,
@@ -211,6 +222,11 @@ export const upstream = [
211222 repo : 'ts-node' ,
212223 issue : 990
213224 } ,
225+ {
226+ org : 'TypeStrong' ,
227+ repo : 'typedoc' ,
228+ issue : 1401
229+ } ,
214230 {
215231 org : 'jsdom' ,
216232 repo : 'jsdom' ,
0 commit comments