Skip to content

Commit

Permalink
update setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli0718 committed May 26, 2024
1 parent a24bfca commit bdfd0c9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 38 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tagline: >-
description: >- # used by seo meta and the atom feed
ZhgChgLi iOS Developer 求知若渴 教學相長 更愛電影/美劇/西音/運動/生活
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
url: "https://zhgchg.li"
url: "https://en.zhgchg.li"

github:
username: zhgchgli # change to your github username
Expand Down
28 changes: 0 additions & 28 deletions _posts/2023-01-09-declaration_for_google_search_result.md

This file was deleted.

2 changes: 1 addition & 1 deletion _posts/zmediumtomarkdown/2019-07-05-c3150cdc85dd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "ZhgChgLi"
date: 2019-07-05T17:13:47.487+0000
last_modified_at: 2024-04-13T07:49:52.330+0000
categories: "ZRealm Life."
tags: ["Life", "Unboxing", "3c", "Mijia", "homekit"]
tags: ["life", "unboxing", "3c", "Mijia", "homekit"]
description: "Mijia Smart Camera and Mijia Smart Desk Lamp, Mijia, Homekit Setup Tutorial"
image:
path: /assets/c3150cdc85dd/1*Aa9zfAh7xclVOZS0IkcaMQ.jpeg
Expand Down
2 changes: 1 addition & 1 deletion _posts/zmediumtomarkdown/2019-07-08-a66ce3dc8bb9.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "ZhgChgLi"
date: 2019-07-08T14:55:50.302+0000
last_modified_at: 2023-08-05T17:14:46.538+0000
categories: "ZRealm Life."
tags: ["Life", "Unboxing", "3c", "apple-watch", "catalyst"]
tags: ["life", "unboxing", "3c", "apple-watch", "catalyst"]
description: "Catalyst Apple Watch Ultra-Thin Waterproof Case & Muvit Apple Watch Case"
image:
path: /assets/a66ce3dc8bb9/1*IIgbhnQNb4H3UT3-5wQ0dw.jpeg
Expand Down
2 changes: 1 addition & 1 deletion _posts/zmediumtomarkdown/2019-09-26-bcff7c157941.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "ZhgChgLi"
date: 2019-09-26T13:16:42.319+0000
last_modified_at: 2023-08-05T17:09:39.996+0000
categories: "ZRealm Life."
tags: ["Xiaomi", "Mi Home", "Life", "Home Appliances", "Unboxing"]
tags: ["Xiaomi", "Mi Home", "life", "Home Appliances", "unboxing"]
description: "AI Speaker, Temperature and Humidity Sensor, Scale 2, DC Inverter Fan"
image:
path: /assets/bcff7c157941/1*DFq5pB-AwdTxgsjtO_aqyw.jpeg
Expand Down
2 changes: 1 addition & 1 deletion _posts/zmediumtomarkdown/2020-01-12-94a4020edb82.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "ZhgChgLi"
date: 2020-01-12T14:04:14.058+0000
last_modified_at: 2023-08-05T17:04:02.912+0000
categories: "ZRealm Life."
tags: ["Life", "Unboxing", "Xiaomi Air Purifier", "iOS", "Xiaomi"]
tags: ["life", "unboxing", "Xiaomi Air Purifier", "ios", "Xiaomi"]
description: "Newly purchased Xiaomi Air Purifier 3 & recording the linkage issues between Mi Home and Xiao Ai Speaker"
image:
path: /assets/94a4020edb82/1*X2T8fvt9LWwq-VgdOtDQDg.jpeg
Expand Down
2 changes: 1 addition & 1 deletion _posts/zmediumtomarkdown/2021-03-23-9659db1357e4.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ const app = express();
admin.initializeApp();
app.use(cors({ origin: true }));

const vaildPlatformTypes = ["iOS","Android"]
const vaildPlatformTypes = ["ios","Android"]
const vaildActionTypes = ["clicked","received"]

// Insert Log
Expand Down
6 changes: 3 additions & 3 deletions _posts/zmediumtomarkdown/2021-11-21-793cb8f89b72.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function execute() {
Logger.log(fetchCrashFreeUsersRate())
}

function fetchCrashFreeUsersRate(platform = "iOS", startDate = "30daysAgo", endDate = "today") {
function fetchCrashFreeUsersRate(platform = "ios", startDate = "30daysAgo", endDate = "today") {
const dimensionPlatform = AnalyticsData.newDimension();
dimensionPlatform.name = "platform";

Expand Down Expand Up @@ -202,12 +202,12 @@ function execute() {

var rows = [];
rows[0] = Utilities.formatDate(daysAgo7, "GMT+8", "MM/dd")+"~"+Utilities.formatDate(today, "GMT+8", "MM/dd");
rows[1] = fetchCrashFreeUsersRate("iOS", Utilities.formatDate(daysAgo7, "GMT+8", "yyyy-MM-dd"), Utilities.formatDate(today, "GMT+8", "yyyy-MM-dd"));
rows[1] = fetchCrashFreeUsersRate("ios", Utilities.formatDate(daysAgo7, "GMT+8", "yyyy-MM-dd"), Utilities.formatDate(today, "GMT+8", "yyyy-MM-dd"));
rows[2] = fetchCrashFreeUsersRate("android", Utilities.formatDate(daysAgo7, "GMT+8", "yyyy-MM-dd"), Utilities.formatDate(today, "GMT+8", "yyyy-MM-dd"));
sheet.appendRow(rows);
}

function fetchCrashFreeUsersRate(platform = "iOS", startDate = "30daysAgo", endDate = "today") {
function fetchCrashFreeUsersRate(platform = "ios", startDate = "30daysAgo", endDate = "today") {
const dimensionPlatform = AnalyticsData.newDimension();
dimensionPlatform.name = "platform";

Expand Down
2 changes: 1 addition & 1 deletion _posts/zmediumtomarkdown/2023-10-04-d78e0b15a08a.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: "ZhgChgLi"
date: 2023-10-04T04:46:37.787+0000
last_modified_at: 2024-01-10T08:39:13.559+0000
categories: "Z Travelogues"
tags: ["Life","japan","kyushu","fukuoka","kumamoto"]
tags: ["life","japan","kyushu","fukuoka","kumamoto"]
description: "Kyushu 10-Day Solo Trip: Fukuoka, Nagasaki, Kumamoto Overview"
image:
path: /assets/d78e0b15a08a/1*CgUVnYiFpygQFoxwzDXOlA.png
Expand Down

0 comments on commit bdfd0c9

Please sign in to comment.