mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 03:37:33 +00:00
Update Shian for updated styles
This commit is contained in:
parent
94e3c86f81
commit
d134f0bd4a
@ -9,7 +9,7 @@
|
|||||||
"start": "node __sapper__/build"
|
"start": "node __sapper__/build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@damillora/shian": "^0.3.1",
|
"@damillora/shian": "^0.4.0",
|
||||||
"compression": "^1.7.1",
|
"compression": "^1.7.1",
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"howler": "^2.2.1",
|
"howler": "^2.2.1",
|
||||||
|
1
src/node_modules/components/CopyArea.svelte
generated
vendored
1
src/node_modules/components/CopyArea.svelte
generated
vendored
@ -6,7 +6,6 @@
|
|||||||
copyarea.select();
|
copyarea.select();
|
||||||
copyarea.setSelectionRange(0, 99999);
|
copyarea.setSelectionRange(0, 99999);
|
||||||
document.execCommand("copy");
|
document.execCommand("copy");
|
||||||
console.log(copyarea.value);
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
3
src/node_modules/lib/yuriko-birthday.js
generated
vendored
3
src/node_modules/lib/yuriko-birthday.js
generated
vendored
@ -7,7 +7,6 @@ dayjs.extend(timezone);
|
|||||||
|
|
||||||
const isYurikoBirthday = function() {
|
const isYurikoBirthday = function() {
|
||||||
const today = dayjs().tz("Asia/Tokyo");
|
const today = dayjs().tz("Asia/Tokyo");
|
||||||
console.log(today.date() +" "+today.hour());
|
|
||||||
const month = today.month();
|
const month = today.month();
|
||||||
const date = today.date();
|
const date = today.date();
|
||||||
return (month === 2 /* march */) && (date === 18);
|
return (month === 2 /* march */) && (date === 18);
|
||||||
@ -15,4 +14,4 @@ const isYurikoBirthday = function() {
|
|||||||
|
|
||||||
export {
|
export {
|
||||||
isYurikoBirthday
|
isYurikoBirthday
|
||||||
}
|
}
|
||||||
|
@ -823,10 +823,10 @@
|
|||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@damillora/shian@^0.3.1":
|
"@damillora/shian@^0.4.0":
|
||||||
version "0.3.1"
|
version "0.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-0.3.1.tgz#afdd48dba94ba2711956e6b5f331ae5a9d91178d"
|
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-0.4.0.tgz#9d7b3a56cbc3a799f9b3878ff6ea62d7c7c1362a"
|
||||||
integrity sha512-D2wEW5O0hQMBU1MndZiFbjXngRnwoYtG/knqlaYFkGztmRc1W3SVQsqhwlLbKyPGnLJgQMzS7i6KQn5FQC8ZBg==
|
integrity sha512-OLGCD2455mVjXTrV43dQ3YD+sze23zmDRdXgwZmSJj3Fi4Dhmq8SPU9eKkaOH5TdbmQW72xIMa6CmDwzZXYKBQ==
|
||||||
|
|
||||||
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
|
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
|
||||||
version "1.0.0-next.11"
|
version "1.0.0-next.11"
|
||||||
|
Loading…
Reference in New Issue
Block a user