-
Notifications
You must be signed in to change notification settings - Fork 190
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
duwen
committed
Aug 21, 2018
0 parents
commit 9d0ea46
Showing
572 changed files
with
46,647 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.firebaserc | ||
.DS_Store | ||
_site | ||
apks | ||
.sass-cache | ||
build | ||
.firebaserc | ||
.*swp | ||
node_modules | ||
.jekyll-metadata | ||
|
||
# Dart ignores. | ||
.packages | ||
.pub/ | ||
pubspec.lock | ||
packages | ||
example/*.dart | ||
|
||
.idea/ | ||
cos.js |
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 @@ | ||
language: node_js | ||
node_js: | ||
- "8.1" | ||
sudo: false | ||
before_install: | ||
- rvm install 2.2.2 | ||
- ./tool/before_install.sh | ||
script: ./tool/travis.sh |
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,11 @@ | ||
--- | ||
layout: page | ||
title: 404 | ||
comment: false | ||
permalink: /404.html | ||
--- | ||
|
||
## 对不起,您访问的网页没有找到 :-( | ||
|
||
去主页找找吧,或者您可以去 [Flutter英文网站](https://flutter.io/) 去试试运气。 | ||
|
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,9 @@ | ||
# Below is a list of people and organizations that have contributed | ||
# to the Flutter project. Names should be added to the list like so: | ||
# | ||
# Name/Organization <email address> | ||
|
||
Google Inc. | ||
Faisal Abid <[email protected]> | ||
Iiro Krankka <[email protected]> | ||
Ryuji Iwata <[email protected]> |
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,4 @@ | ||
source "https://gems.ruby-china.org" | ||
gem 'jekyll', '3.7.3' | ||
gem 'therubyracer' | ||
gem 'html-proofer' |
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,98 @@ | ||
GEM | ||
remote: https://gems.ruby-china.org/ | ||
specs: | ||
activesupport (5.1.5) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
addressable (2.5.2) | ||
public_suffix (>= 2.0.2, < 4.0) | ||
colorator (1.1.0) | ||
colorize (0.8.1) | ||
concurrent-ruby (1.0.5) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
ethon (0.11.0) | ||
ffi (>= 1.3.0) | ||
eventmachine (1.2.5) | ||
ffi (1.9.23) | ||
forwardable-extended (2.6.0) | ||
html-proofer (3.8.0) | ||
activesupport (>= 4.2, < 6.0) | ||
addressable (~> 2.3) | ||
colorize (~> 0.8) | ||
mercenary (~> 0.3.2) | ||
nokogiri (~> 1.8.1) | ||
parallel (~> 1.3) | ||
typhoeus (~> 1.3) | ||
yell (~> 2.0) | ||
http_parser.rb (0.6.0) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (3.7.3) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 0.7) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 1.14) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 4) | ||
safe_yaml (~> 1.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-watch (2.0.0) | ||
listen (~> 3.0) | ||
kramdown (1.16.2) | ||
libv8 (3.16.14.19) | ||
liquid (4.0.0) | ||
listen (3.1.5) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
ruby_dep (~> 1.2) | ||
mercenary (0.3.6) | ||
mini_portile2 (2.3.0) | ||
minitest (5.11.3) | ||
nokogiri (1.8.2) | ||
mini_portile2 (~> 2.3.0) | ||
parallel (1.12.1) | ||
pathutil (0.16.1) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (3.0.2) | ||
rb-fsevent (0.10.3) | ||
rb-inotify (0.9.10) | ||
ffi (>= 0.5.0, < 2) | ||
ref (2.0.0) | ||
rouge (3.1.1) | ||
ruby_dep (1.5.0) | ||
safe_yaml (1.0.4) | ||
sass (3.5.5) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
therubyracer (0.12.3) | ||
libv8 (~> 3.16.14.15) | ||
ref | ||
thread_safe (0.3.6) | ||
typhoeus (1.3.0) | ||
ethon (>= 0.9.0) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
yell (2.0.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
html-proofer | ||
jekyll (= 3.7.3) | ||
therubyracer | ||
|
||
BUNDLED WITH | ||
1.16.1 |
Oops, something went wrong.