This commit is contained in:
7
assets/scripts/wird-tracker.js
Normal file → Executable file
7
assets/scripts/wird-tracker.js
Normal file → Executable file
@@ -9,11 +9,12 @@
|
||||
|
||||
// type: "count" | "juz" | "min" | "rating" | "nafl" | "khatm"
|
||||
const DAILY_WIRD = {
|
||||
durood: { label: "Durood", type: "count", unit: "count", target: 500 },
|
||||
durood: { label: "Durood", type: "count", unit: "count", target: 300 },
|
||||
istighfar: { label: "Istighfar", type: "count", unit: "count", target: 200 },
|
||||
quran: { label: "Qurʾān", type: "juz", unit: "juz", target: 3 },
|
||||
quran: { label: "Qurʾān", type: "juz", unit: "juz", target: 2 },
|
||||
muraqabah: { label: "Murāqabah", type: "min", unit: "min", target: 10 },
|
||||
wuqoof_qalbi: { label: "Wuqūf Qalbī", type: "rating", unit: "", target: 3 },
|
||||
wuqoof_qalbi: { label: "Wuqūf Qalbī", type: "rating", unit: "", target: 3 },
|
||||
Allah: { label: "Allah's Name", type: "count", unit: "count", target: 500 },
|
||||
};
|
||||
|
||||
// Nafl prayers — stored in wird_entries, value=1 when done
|
||||
|
||||
Reference in New Issue
Block a user