Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重新打开实体书购买链接 #210

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## 赞助项目

<img width='200' src='https://github.com/flutterchina/flutter_in_action_2nd/raw/main/src/imgs/sponse.jpeg'>
<img width='200' src='https://github.com/flutterchina/flutter_in_action_2nd/raw/main/src/imgs/pay.jpeg'>

## 内容简介

Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/theme/layouts/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
if(channel){
href='http://product.dangdang.com/29518299.html'
}
//open(href, '_blank');
open(href, '_blank');
},

toggleSidebar(to) {
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

## 勘误

由于Flutter SDK在不断更新,本书中的部分内容(如类的继承关系、参数等)可能会和新版本的Flutter不一致,读者以最新的Flutter SDK为准。另外,由于时间仓促,书中难免有错误之处,如果发现错误,可以在本书Github项目[issue列表](https://github.com/flutterchina/flutter-in-action-2nd/issues)中去反馈 。另外你也可以关注本书电子版官网(https://book.flutterchina.club),电子版会定期修正错误及更新内容。
由于Flutter SDK在不断更新,本书中的部分内容(如类的继承关系、参数等)可能会和新版本的Flutter不一致,读者以最新的Flutter SDK为准。另外,由于时间仓促,书中难免有错误之处,如果发现错误,可以在本书Github项目[issue列表](https://github.com/flutterchina/flutter_in_action_2nd/issues)中去反馈 。另外你也可以关注本书电子版官网([https://book.flutterchina.club](https://book.flutterchina.club)),电子版会定期修正错误及更新内容。

## 致谢

Expand Down
2 changes: 1 addition & 1 deletion src/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

## 勘误

由于Flutter SDK在不断更新,本书中的部分内容(如类的继承关系、参数等)可能会和新版本的Flutter不一致,读者以最新的Flutter SDK为准。另外,由于时间仓促,书中难免有错误之处,如果发现错误,可以在本书Github项目[issue列表](https://github.com/flutterchina/flutter-in-action-2nd/issues)中去反馈 。另外你也可以关注本书电子版官网(https://book.flutterchina.club),电子版会定期修正错误及更新内容。
由于Flutter SDK在不断更新,本书中的部分内容(如类的继承关系、参数等)可能会和新版本的Flutter不一致,读者以最新的Flutter SDK为准。另外,由于时间仓促,书中难免有错误之处,如果发现错误,可以在本书Github项目[issue列表](https://github.com/flutterchina/flutter_in_action_2nd/issues)中去反馈 。另外你也可以关注本书电子版官网([https://book.flutterchina.club](https://book.flutterchina.club)),电子版会定期修正错误及更新内容。

## 致谢

Expand Down