Skip to content

Commit

Permalink
docs(examples): 更新演示小程序
Browse files Browse the repository at this point in the history
  • Loading branch information
c10342 committed Sep 21, 2021
1 parent f26c81b commit 356c71f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pages/extends/apiCache/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"usingComponents": {},
"navigationBarTitleText": "Api缓存"
}
"navigationBarTitleText": "接口缓存"
}
2 changes: 1 addition & 1 deletion examples/pages/navigator/extend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Page({
path: "/pages/extends/storage/index"
},
{
label: "api缓存",
label: "接口缓存",
bgColor: `
linear-gradient(135deg, rgba(244, 226, 156, 0), #3b293a),
linear-gradient(90deg, #f4e29c 0, #826057)
Expand Down
2 changes: 1 addition & 1 deletion examples/pages/navigator/logs/logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { logsType } from "../../../config/index";
export default [
{
version: "2.0.0",
time: "2021-09-16",
time: "2021-09-21",
content: [
{
title: "重构",
Expand Down

0 comments on commit 356c71f

Please sign in to comment.