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

chg: ポイントアップキャンペーン #187

Merged
merged 1 commit into from
Aug 29, 2024
Merged
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
8 changes: 4 additions & 4 deletions utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export const IMAGE_PATH_BASE = "https://d2s4ypph6g1t06.cloudfront.net";
export const AMAZON_ASSOCIATE_ID = "ashcolor-22";
export const DLSITE_ASSOCIATE_ID = "ashcolor";
export const RAKUTEN_ASSOCIATE_ID = "349366b6.92086da6.349366b7.0d318a37";
export const AMAZON_SALE_URL = "https://amzn.to/3RKmdD4";
export const AMAZON_SALE_START_DATE = new Date("2024-07-11T00:00:00");
export const AMAZON_SALE_END_DATE = new Date("2024-07-17T23:59:00");
export const AMAZON_SALE_MAX_POINT_UP = 15;
export const AMAZON_SALE_URL = "https://amzn.to/47dmc0Y";
export const AMAZON_SALE_START_DATE = new Date("2024-08-29T09:00:00");
export const AMAZON_SALE_END_DATE = new Date("2024-09-04T23:59:00");
export const AMAZON_SALE_MAX_POINT_UP = 8;

export const JAPANESE_DAYS = ["日", "月", "火", "水", "木", "金", "土"];