├── .gitignore ├── LICENSE ├── README.md ├── assets ├── Welcome.png ├── avatar.png ├── bao-food-1.png ├── covers │ ├── 0409.2.PNG │ ├── 0409.3.png │ ├── 0409.png │ └── IMG_5339.PNG ├── days-card │ ├── card-bg-1.jpg │ ├── card-bg-10.jpg │ ├── card-bg-11.jpg │ ├── card-bg-12.jpg │ ├── card-bg-13.jpg │ ├── card-bg-14.jpg │ ├── card-bg-15.jpg │ ├── card-bg-2.jpg │ ├── card-bg-3.jpg │ ├── card-bg-4.jpg │ ├── card-bg-5.jpg │ ├── card-bg-6.jpg │ ├── card-bg-7.jpg │ ├── card-bg-8.jpg │ └── card-bg-9.jpg ├── drink │ ├── drink-1.png │ ├── drink-10.png │ ├── drink-11.png │ ├── drink-12.png │ ├── drink-13.png │ ├── drink-14.png │ ├── drink-15.png │ ├── drink-16.png │ ├── drink-17.png │ ├── drink-18.png │ ├── drink-19.png │ ├── drink-2.png │ ├── drink-20.png │ ├── drink-3.png │ ├── drink-4.png │ ├── drink-5.png │ ├── drink-6.png │ ├── drink-7.png │ ├── drink-8.png │ └── drink-9.png ├── emoji │ ├── emoji-1.png │ ├── emoji-2.png │ ├── emoji-3.png │ ├── emoji-4.png │ ├── emoji-5.png │ └── emoji-6.png ├── flowers │ ├── eto.jpg │ ├── icons8-flower-64.png │ ├── icons8-flower-75.png │ └── tulip.png ├── flowus │ ├── all.png │ ├── biaoqing │ │ ├── 01.png │ │ ├── 02.png │ │ ├── 03.png │ │ ├── 04.png │ │ ├── 05.png │ │ ├── 06.png │ │ ├── 07.png │ │ └── 08.png │ ├── green.png │ ├── pink.png │ ├── slice_0_0.png │ ├── slice_1.png │ ├── slice_1_0.png │ ├── slice_2.png │ ├── slice_2_0.png │ ├── slice_3.svg │ ├── white.png │ └── yellow │ │ ├── y-1.PNG │ │ ├── y-2.PNG │ │ ├── y-3.PNG │ │ ├── y-4.PNG │ │ └── y-5.PNG ├── food │ ├── food-1.png │ ├── food-10.png │ ├── food-11.png │ ├── food-12.png │ ├── food-13.png │ ├── food-14.png │ ├── food-15.png │ ├── food-16.png │ ├── food-17.png │ ├── food-18.png │ ├── food-19.png │ ├── food-2.png │ ├── food-20.png │ ├── food-3.png │ ├── food-4.png │ ├── food-5.png │ ├── food-6.png │ ├── food-7.png │ ├── food-8.png │ └── food-9.png ├── fruits │ ├── fruit-1.png │ ├── fruit-10.png │ ├── fruit-11.png │ ├── fruit-12.png │ ├── fruit-13.png │ ├── fruit-14.png │ ├── fruit-15.png │ ├── fruit-16.png │ ├── fruit-17.png │ ├── fruit-18.png │ ├── fruit-19.png │ ├── fruit-2.png │ ├── fruit-20.png │ ├── fruit-3.png │ ├── fruit-4.png │ ├── fruit-5.png │ ├── fruit-6.png │ ├── fruit-7.png │ ├── fruit-8.png │ └── fruit-9.png ├── heart.jpg ├── music │ ├── Dott_-_01_-_This_Christmas.mp3 │ ├── Mark_Smeby_-_07_-_Jingle_Bell_Swing.mp3 │ ├── Simon_Panrucker_-_01_-_Snowflakes_Falling_Down.mp3 │ └── TRG_Banks_-_12_-_No_room_at_the_inn.mp3 ├── rose.jpg ├── snow.jpeg ├── snow │ ├── snowflake1.png │ ├── snowflake2.png │ ├── snowflake3.png │ ├── snowflake4.webp │ ├── snowflake5.webp │ └── spark1.png ├── snowflake1.png ├── spark1.png └── water.jpeg ├── calendar.html ├── calendarByWeek.html ├── charts-kg.html ├── code ├── Christmas-no-music.html ├── Christmas-no-music_2024.html ├── Christmas.html └── merry.html ├── colorful-svg-time_b.html ├── colorful-svg-time_w.html ├── counts ├── count-template-2024-august.html ├── count-template-2024-dairy.html ├── count-template-2024-gtd.html ├── count-template-2024-loss.html ├── count-template-2024-new-term.html ├── count-template-2024-todos.html ├── count-template-2024-travel.html ├── count-template-2024-wedding.html ├── count-template-2024-weekly.html ├── count-template-2024winter.html ├── count-template-2025-finance-tracker.html ├── count-template-2025-movie.html ├── count-template-2025-year-planner.html ├── count-template-2026-kaoyan.html ├── count-template-PARA.html ├── count-template-couple-space.html ├── count-template-flowus-august.html ├── count-template-kn.html ├── count-template-monthly-v2.html ├── count-template-monthly-v3.html ├── count-template-mood.html ├── count-template-points-discipline.html ├── count-template-reli.html ├── count-template-wardrobe-mg.html ├── count-template-weekly.html └── new-counts.sh ├── covers └── todos.html ├── css ├── font-awesome.min.css └── normalize.min.css ├── days-matter.html ├── days-matter2.html ├── flexibleMerge.js ├── flow ├── clock.html ├── matter.html ├── matter2.html ├── month.html ├── view.html └── week.html ├── fonts ├── Dancing_Script │ ├── DancingScript-VariableFont_wght.ttf │ ├── OFL.txt │ ├── README.txt │ └── static │ │ ├── DancingScript-Bold.ttf │ │ ├── DancingScript-Medium.ttf │ │ ├── DancingScript-Regular.ttf │ │ └── DancingScript-SemiBold.ttf ├── FontAwesome.otf ├── Indie_Flower │ ├── IndieFlower-Regular.ttf │ └── OFL.txt ├── J7aHnp1uDWRBEqV98dVQztYldFcLowEFA87Heg.woff2 ├── Klee_One │ ├── KleeOne-Regular.ttf │ ├── KleeOne-SemiBold.ttf │ └── OFL.txt ├── LED.ttf ├── LEDSimulator.ttf ├── Rampart_One │ ├── OFL.txt │ └── RampartOne-Regular.ttf ├── font-awesome.min.css ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── 站酷仓耳渔阳体-W02.ttf ├── 站酷庆科黄油体.ttf └── 荆南波波黑-Bold.ttf ├── github.readme.md ├── index.html ├── index.js ├── js ├── CopyShader.js ├── EffectComposer.js ├── LuminosityHighPassShader.js ├── RenderPass.js ├── ShaderPass.js ├── UnrealBloomPass.js └── three.min.js ├── lib ├── aes.min.js ├── axios.min.js ├── busuanzi.pure.mini.js ├── crypto-js.min.js ├── echarts.min.js ├── font.js ├── global.js ├── jinrishici.js ├── jquery-3.6.0.min.js ├── json │ └── holiday.js ├── lunar.js ├── tailwindcss-3.js └── vue@2.js ├── move ├── calendar.html ├── calendarByWeek.html ├── colorful-svg-time_b.html ├── colorful-svg-time_w.html ├── days-matter.html ├── days-matter2.html ├── quarterly-progress.html ├── quote-EN.html ├── quote.html ├── quote2.html └── quote3.html ├── new ├── Xnip2022-04-04_13-12-52.jpg ├── big-clock.html ├── blue-week.html ├── calendar.html ├── calendar_b.html ├── clock2.html ├── countdown.html ├── highlight-week.html ├── history-today.html ├── mul-days-matter.html ├── personal-progress.html ├── progress-ceils.html ├── progress-vertical.html ├── progress.html ├── quick-entry.html ├── today-shici.html ├── week-ceils.html └── year-block.html ├── package.json ├── private ├── waline.html └── weight-2021.html ├── progress.html ├── quarterly-progress.html ├── quote-EN.html ├── quote.html ├── quote2.html ├── quote3.html ├── swiper-bundle.min.css ├── swiper-bundle.min.js ├── swiper.html ├── temps ├── flowus-2023review.html ├── flowus-2024travle.html ├── flowus-2024yearly.html ├── flowus-gtd.html ├── flowus-jz.html ├── flowus-kaoyan.html ├── flowus-share.html └── flowus-tunhuo.html ├── v201 ├── bg-calendar.html ├── brown-pro.html ├── calendar.html ├── custom-progress.html ├── e'clock.html ├── flowus-subscribe-btns.html ├── logos │ ├── facebook.png │ ├── figma.png │ ├── flowus.png │ ├── github.png │ ├── gmail.png │ ├── instagram.png │ ├── linkedin.png │ ├── mail.png │ ├── notion.png │ ├── stack-overflow.png │ ├── twitter.png │ ├── weibo.png │ ├── youtube.png │ └── zoom.png ├── my-btns.html ├── one.html └── tomato.html ├── v203 ├── countdown-card.html ├── horoscope-card.html └── mul-days-matter.html ├── v211 ├── count-template-2024aio.html ├── count-template-2024result.html ├── count-template-2024win.html ├── count-template-2025kaoyan.html ├── count-template-abhs.html ├── count-template-aibin.html ├── count-template-bill3.html ├── count-template-brain.html ├── count-template-daily.html ├── count-template-flashcard.html ├── count-template-flowus-crm.html ├── count-template-flowus-home.html ├── count-template-jfdk.html ├── count-template-jizhang-3.0.html ├── count-template-kaogong.html ├── count-template-kaoyan.html ├── count-template-library.html ├── count-template-main.html ├── count-template-media.html ├── count-template-monthly.html ├── count-template-new-term.html ├── count-template-podcast.html ├── count-template-relation.html ├── count-template-restart.html ├── count-template-shopping.html ├── count-template-sleep.html ├── count-template-time.html ├── count-template-todo.html ├── count-template-tracker2.0.html ├── count-template-travel.html ├── count-template-tunhuo.html ├── count-template-waikan.html ├── count-template-weekly.html ├── count-template-workspace.html └── tomato.html ├── v220 ├── colorful-svg-time_w.html ├── date.html ├── day-set.html ├── day.html ├── greetings-date-clock.html ├── holiday-row.html ├── holiday.html ├── progress.html └── rotate-clock.html ├── v221 ├── countdown-card.html ├── countdown.html ├── socials.html ├── socials_files │ ├── all.css │ ├── all.min.css │ ├── css │ ├── css2 │ ├── default_popup(1).html │ ├── default_popup.html │ └── reset.min.css └── weather.html ├── v230 ├── countdown-p.html ├── countdown.html └── week.html ├── v3 ├── circle-progress.html ├── countdown.html ├── daily-ian.html ├── day.html ├── month-kt-2.html ├── month-kt-3.html ├── month-kt.html ├── month-moon.html ├── month.html ├── music-s.html ├── music.html ├── retro-calendar.html ├── tomato.html ├── weather-zh.html ├── week-clock.html └── week-pic.html ├── v300 ├── card-hot.html ├── card-simple-2.html ├── card-simple.html ├── card.html ├── codeWords.html └── countdown-card.html ├── v4 ├── 3d │ ├── 3d-heart.html │ └── heart │ │ ├── CONSOLE-Ban.min.js │ │ ├── MeshSurfaceSampler.js │ │ ├── OBJLoader.js │ │ ├── TrackballControls.js │ │ ├── gsap.min.js │ │ ├── script.js │ │ ├── simplex-noise.js │ │ ├── style.css │ │ └── three.min.js ├── hbd.html ├── love-big.html ├── love-ful.html ├── love-name.html ├── love-u.html ├── love.html ├── month.html ├── month_drink.html └── month_food.html ├── weather-0816.html └── weather.html /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | 3 | widgets -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 9 | # [notion-widget](http://httishere.gitee.io/notion/) 10 | 11 | ## Features 12 | 13 | -- 2022/08 v1.2.1 -- 14 | 15 | - [ ] 个性名片 16 | - [x] 日历(多样式 17 | - [x] 番茄钟 18 | - [x] 圆盘时钟 19 | 20 | -- 2022/04/03 v1.2.0 -- 21 | 22 | - [x] 周开始选择(周一/周日) 23 | - [x] blue week 24 | - [x] calendar 25 | - [x] 选择周 26 | - [ ] 参数加密(便于参数解密以及中文支持) 27 | - [x] 时钟样式 28 | - [ ] 中文转译拼接 29 | - [ ] 自定义颜色 / 自定义背景 30 | - [ ] 自适应暗黑模式 31 | - [ ] 加载速度 32 | - [x] 图床问题 (临时放在github上) 33 | - [x] 官方调整暗黑颜色 34 | 35 | ## Demos 36 | 37 | - 倒计时&进度条:[DEMO](http://httishere.gitee.io/notion/progress.html) 38 | 39 | - 简易日期倒计时:[DEMO](http://httishere.gitee.io/notion/days-matter.html) 40 | - 自定义目标日期和目标日名称,url参数:day(目标日期),name(目标日名称) 41 | 42 | - 引用块(多风格): 43 | - 乳白色字体:适合短分案,大字体,标题等,[DEMO](http://httishere.gitee.io/notion/quote.html?text=test) 44 | - 自定义文案内容,url参数:text(文案内容) 45 | 46 | - 边框阴影文案:适合繁体和英文文案,中等字体,该字体无法识别部分简体字,[DEMO](http://httishere.gitee.io/notion/quote2.html?text=test) 47 | - 自定义文案内容,url参数:text(文案内容) 48 | 49 | - 细文字:适合繁体和英文文案,中等字体,该字体无法识别部分简体字,[DEMO](http://httishere.gitee.io/notion/quote3.html?text=test) 50 | - 自定义文案内容,url参数:text(文案内容) 51 | 52 | - 可爱英文手写体:仅适用于英文,[DEMO](http://httishere.gitee.io/notion/quote-EN.html?text=test) 53 | - 自定义文案内容,url参数:text(文案内容) 54 | 55 | - 日历 56 | - 范围日历:显示所给范围的日历内容,需要给定开始时间和结束时间(**目前仅支持当前月**)。 57 | - 当前日历:显示当前时间的月份日期定位。 58 | 59 | - 天气组件:目前固定杭州天气,来源[weatherwidget](weatherwidget.io)。 -------------------------------------------------------------------------------- /assets/Welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/Welcome.png -------------------------------------------------------------------------------- /assets/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/avatar.png -------------------------------------------------------------------------------- /assets/bao-food-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/bao-food-1.png -------------------------------------------------------------------------------- /assets/covers/0409.2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/0409.2.PNG -------------------------------------------------------------------------------- /assets/covers/0409.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/0409.3.png -------------------------------------------------------------------------------- /assets/covers/0409.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/0409.png -------------------------------------------------------------------------------- /assets/covers/IMG_5339.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/covers/IMG_5339.PNG -------------------------------------------------------------------------------- /assets/days-card/card-bg-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-1.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-10.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-11.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-12.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-13.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-14.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-15.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-2.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-3.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-4.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-5.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-6.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-7.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-8.jpg -------------------------------------------------------------------------------- /assets/days-card/card-bg-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/days-card/card-bg-9.jpg -------------------------------------------------------------------------------- /assets/drink/drink-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-1.png -------------------------------------------------------------------------------- /assets/drink/drink-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-10.png -------------------------------------------------------------------------------- /assets/drink/drink-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-11.png -------------------------------------------------------------------------------- /assets/drink/drink-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-12.png -------------------------------------------------------------------------------- /assets/drink/drink-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-13.png -------------------------------------------------------------------------------- /assets/drink/drink-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-14.png -------------------------------------------------------------------------------- /assets/drink/drink-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-15.png -------------------------------------------------------------------------------- /assets/drink/drink-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-16.png -------------------------------------------------------------------------------- /assets/drink/drink-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-17.png -------------------------------------------------------------------------------- /assets/drink/drink-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-18.png -------------------------------------------------------------------------------- /assets/drink/drink-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-19.png -------------------------------------------------------------------------------- /assets/drink/drink-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-2.png -------------------------------------------------------------------------------- /assets/drink/drink-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-20.png -------------------------------------------------------------------------------- /assets/drink/drink-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-3.png -------------------------------------------------------------------------------- /assets/drink/drink-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-4.png -------------------------------------------------------------------------------- /assets/drink/drink-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-5.png -------------------------------------------------------------------------------- /assets/drink/drink-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-6.png -------------------------------------------------------------------------------- /assets/drink/drink-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-7.png -------------------------------------------------------------------------------- /assets/drink/drink-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-8.png -------------------------------------------------------------------------------- /assets/drink/drink-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/drink/drink-9.png -------------------------------------------------------------------------------- /assets/emoji/emoji-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-1.png -------------------------------------------------------------------------------- /assets/emoji/emoji-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-2.png -------------------------------------------------------------------------------- /assets/emoji/emoji-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-3.png -------------------------------------------------------------------------------- /assets/emoji/emoji-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-4.png -------------------------------------------------------------------------------- /assets/emoji/emoji-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-5.png -------------------------------------------------------------------------------- /assets/emoji/emoji-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/emoji/emoji-6.png -------------------------------------------------------------------------------- /assets/flowers/eto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/eto.jpg -------------------------------------------------------------------------------- /assets/flowers/icons8-flower-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/icons8-flower-64.png -------------------------------------------------------------------------------- /assets/flowers/icons8-flower-75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/icons8-flower-75.png -------------------------------------------------------------------------------- /assets/flowers/tulip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowers/tulip.png -------------------------------------------------------------------------------- /assets/flowus/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/all.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/01.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/02.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/03.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/04.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/05.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/06.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/07.png -------------------------------------------------------------------------------- /assets/flowus/biaoqing/08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/biaoqing/08.png -------------------------------------------------------------------------------- /assets/flowus/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/green.png -------------------------------------------------------------------------------- /assets/flowus/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/pink.png -------------------------------------------------------------------------------- /assets/flowus/slice_0_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_0_0.png -------------------------------------------------------------------------------- /assets/flowus/slice_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_1.png -------------------------------------------------------------------------------- /assets/flowus/slice_1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_1_0.png -------------------------------------------------------------------------------- /assets/flowus/slice_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_2.png -------------------------------------------------------------------------------- /assets/flowus/slice_2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/slice_2_0.png -------------------------------------------------------------------------------- /assets/flowus/slice_3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/flowus/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/white.png -------------------------------------------------------------------------------- /assets/flowus/yellow/y-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-1.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-2.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-3.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-4.PNG -------------------------------------------------------------------------------- /assets/flowus/yellow/y-5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/flowus/yellow/y-5.PNG -------------------------------------------------------------------------------- /assets/food/food-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-1.png -------------------------------------------------------------------------------- /assets/food/food-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-10.png -------------------------------------------------------------------------------- /assets/food/food-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-11.png -------------------------------------------------------------------------------- /assets/food/food-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-12.png -------------------------------------------------------------------------------- /assets/food/food-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-13.png -------------------------------------------------------------------------------- /assets/food/food-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-14.png -------------------------------------------------------------------------------- /assets/food/food-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-15.png -------------------------------------------------------------------------------- /assets/food/food-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-16.png -------------------------------------------------------------------------------- /assets/food/food-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-17.png -------------------------------------------------------------------------------- /assets/food/food-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-18.png -------------------------------------------------------------------------------- /assets/food/food-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-19.png -------------------------------------------------------------------------------- /assets/food/food-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-2.png -------------------------------------------------------------------------------- /assets/food/food-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-20.png -------------------------------------------------------------------------------- /assets/food/food-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-3.png -------------------------------------------------------------------------------- /assets/food/food-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-4.png -------------------------------------------------------------------------------- /assets/food/food-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-5.png -------------------------------------------------------------------------------- /assets/food/food-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-6.png -------------------------------------------------------------------------------- /assets/food/food-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-7.png -------------------------------------------------------------------------------- /assets/food/food-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-8.png -------------------------------------------------------------------------------- /assets/food/food-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/food/food-9.png -------------------------------------------------------------------------------- /assets/fruits/fruit-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-1.png -------------------------------------------------------------------------------- /assets/fruits/fruit-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-10.png -------------------------------------------------------------------------------- /assets/fruits/fruit-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-11.png -------------------------------------------------------------------------------- /assets/fruits/fruit-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-12.png -------------------------------------------------------------------------------- /assets/fruits/fruit-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-13.png -------------------------------------------------------------------------------- /assets/fruits/fruit-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-14.png -------------------------------------------------------------------------------- /assets/fruits/fruit-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-15.png -------------------------------------------------------------------------------- /assets/fruits/fruit-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-16.png -------------------------------------------------------------------------------- /assets/fruits/fruit-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-17.png -------------------------------------------------------------------------------- /assets/fruits/fruit-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-18.png -------------------------------------------------------------------------------- /assets/fruits/fruit-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-19.png -------------------------------------------------------------------------------- /assets/fruits/fruit-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-2.png -------------------------------------------------------------------------------- /assets/fruits/fruit-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-20.png -------------------------------------------------------------------------------- /assets/fruits/fruit-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-3.png -------------------------------------------------------------------------------- /assets/fruits/fruit-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-4.png -------------------------------------------------------------------------------- /assets/fruits/fruit-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-5.png -------------------------------------------------------------------------------- /assets/fruits/fruit-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-6.png -------------------------------------------------------------------------------- /assets/fruits/fruit-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-7.png -------------------------------------------------------------------------------- /assets/fruits/fruit-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-8.png -------------------------------------------------------------------------------- /assets/fruits/fruit-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/fruits/fruit-9.png -------------------------------------------------------------------------------- /assets/heart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/heart.jpg -------------------------------------------------------------------------------- /assets/music/Dott_-_01_-_This_Christmas.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/Dott_-_01_-_This_Christmas.mp3 -------------------------------------------------------------------------------- /assets/music/Mark_Smeby_-_07_-_Jingle_Bell_Swing.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/Mark_Smeby_-_07_-_Jingle_Bell_Swing.mp3 -------------------------------------------------------------------------------- /assets/music/Simon_Panrucker_-_01_-_Snowflakes_Falling_Down.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/Simon_Panrucker_-_01_-_Snowflakes_Falling_Down.mp3 -------------------------------------------------------------------------------- /assets/music/TRG_Banks_-_12_-_No_room_at_the_inn.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/music/TRG_Banks_-_12_-_No_room_at_the_inn.mp3 -------------------------------------------------------------------------------- /assets/rose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/rose.jpg -------------------------------------------------------------------------------- /assets/snow.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow.jpeg -------------------------------------------------------------------------------- /assets/snow/snowflake1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake1.png -------------------------------------------------------------------------------- /assets/snow/snowflake2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake2.png -------------------------------------------------------------------------------- /assets/snow/snowflake3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake3.png -------------------------------------------------------------------------------- /assets/snow/snowflake4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake4.webp -------------------------------------------------------------------------------- /assets/snow/snowflake5.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/snowflake5.webp -------------------------------------------------------------------------------- /assets/snow/spark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snow/spark1.png -------------------------------------------------------------------------------- /assets/snowflake1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/snowflake1.png -------------------------------------------------------------------------------- /assets/spark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/spark1.png -------------------------------------------------------------------------------- /assets/water.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/assets/water.jpeg -------------------------------------------------------------------------------- /charts-kg.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 年度体重记录 17 | 18 | 19 |
20 | 76 | 77 | 78 | -------------------------------------------------------------------------------- /counts/count-template-2024winter.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 2024寒假计划 16 | 51 | 52 | 53 | 54 |
55 | 🎉 你是「」的第 ,感谢关注「阿汪同学」 57 |

小红书:@肥汪卷 59 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

61 |
62 | 63 | 64 | 77 | 78 | -------------------------------------------------------------------------------- /counts/count-template-kn.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 个人知识库体系 · 第二大脑 16 | 51 | 52 | 53 | 54 |
55 | 🎉 你是「」的第 ,感谢关注「阿汪同学」 57 |

小红书:@肥汪卷 59 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

61 |
62 | 63 | 64 | 77 | 78 | -------------------------------------------------------------------------------- /counts/count-template-monthly-v2.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 月度复盘 2.0 16 | 51 | 52 | 53 | 54 |
55 | 🎉 你是「」的第 ,感谢关注「阿汪同学」 57 |

小红书:@肥汪卷 59 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

61 |
62 | 63 | 64 | 77 | 78 | -------------------------------------------------------------------------------- /counts/count-template-monthly-v3.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 月度复盘 3.0 16 | 51 | 52 | 53 | 54 |
55 | 🎉 你是「」的第 ,感谢关注「阿汪同学」 57 |

小红书:@肥汪卷 59 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

61 |
62 | 63 | 64 | 77 | 78 | -------------------------------------------------------------------------------- /counts/count-template-weekly.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 🔥 2024 极简周计划 16 | 51 | 52 | 53 | 54 |
55 | 🎉 你是「」的第 ,感谢关注「阿汪同学」 57 |

小红书:@肥汪卷 59 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

61 |
62 | 63 | 64 | 77 | 78 | -------------------------------------------------------------------------------- /counts/new-counts.sh: -------------------------------------------------------------------------------- 1 | ### 2 | # @Author: Tina Huang 3 | # @Date: 2024-08-01 14:35:36 4 | # @LastEditors: Tina Huang 5 | # @LastEditTime: 2024-11-07 09:10:12 6 | # @Description: 7 | ### 8 | 9 | # 请依次输入文件名,模版名 10 | 11 | echo "目标的文件名:$1,目标模版名为:$2"; 12 | echo "创建新的模版统计组件...."; 13 | cp count-template-kn.html count-template-$1.html 14 | sed -i '' "s/个人知识库体系 · 第二大脑/$2/g" count-template-$1.html 15 | 16 | echo "创建成功!"; -------------------------------------------------------------------------------- /covers/todos.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /css/normalize.min.css: -------------------------------------------------------------------------------- 1 | button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */ -------------------------------------------------------------------------------- /flow/view.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Site views 15 | 16 | 17 | 52 | 53 | 54 |
55 |
56 | 57 |
58 | 浏览量 59 | 60 | 61 | 62 |
63 |
64 |
65 | 66 |
67 | 访客数 68 | 69 |
70 |
71 |
72 | 73 | 74 | -------------------------------------------------------------------------------- /fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf -------------------------------------------------------------------------------- /fonts/Dancing_Script/README.txt: -------------------------------------------------------------------------------- 1 | Dancing Script Variable Font 2 | ============================ 3 | 4 | This download contains Dancing Script as both a variable font and static fonts. 5 | 6 | Dancing Script is a variable font with this axis: 7 | wght 8 | 9 | This means all the styles are contained in a single file: 10 | DancingScript-VariableFont_wght.ttf 11 | 12 | If your app fully supports variable fonts, you can now pick intermediate styles 13 | that aren’t available as static fonts. Not all apps support variable fonts, and 14 | in those cases you can use the static font files for Dancing Script: 15 | static/DancingScript-Regular.ttf 16 | static/DancingScript-Medium.ttf 17 | static/DancingScript-SemiBold.ttf 18 | static/DancingScript-Bold.ttf 19 | 20 | Get started 21 | ----------- 22 | 23 | 1. Install the font files you want to use 24 | 25 | 2. Use your app's font picker to view the font family and all the 26 | available styles 27 | 28 | Learn more about variable fonts 29 | ------------------------------- 30 | 31 | https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts 32 | https://variablefonts.typenetwork.com 33 | https://medium.com/variable-fonts 34 | 35 | In desktop apps 36 | 37 | https://theblog.adobe.com/can-variable-fonts-illustrator-cc 38 | https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts 39 | 40 | Online 41 | 42 | https://developers.google.com/fonts/docs/getting_started 43 | https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide 44 | https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts 45 | 46 | Installing fonts 47 | 48 | MacOS: https://support.apple.com/en-us/HT201749 49 | Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux 50 | Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows 51 | 52 | Android Apps 53 | 54 | https://developers.google.com/fonts/docs/android 55 | https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts 56 | 57 | License 58 | ------- 59 | Please read the full license text (OFL.txt) to understand the permissions, 60 | restrictions and requirements for usage, redistribution, and modification. 61 | 62 | You can use them freely in your products & projects - print or digital, 63 | commercial or otherwise. 64 | 65 | This isn't legal advice, please consider consulting a lawyer and see the full 66 | license for all details. 67 | -------------------------------------------------------------------------------- /fonts/Dancing_Script/static/DancingScript-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Dancing_Script/static/DancingScript-Bold.ttf -------------------------------------------------------------------------------- /fonts/Dancing_Script/static/DancingScript-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Dancing_Script/static/DancingScript-Medium.ttf -------------------------------------------------------------------------------- /fonts/Dancing_Script/static/DancingScript-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Dancing_Script/static/DancingScript-Regular.ttf -------------------------------------------------------------------------------- /fonts/Dancing_Script/static/DancingScript-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Dancing_Script/static/DancingScript-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/Indie_Flower/IndieFlower-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Indie_Flower/IndieFlower-Regular.ttf -------------------------------------------------------------------------------- /fonts/J7aHnp1uDWRBEqV98dVQztYldFcLowEFA87Heg.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/J7aHnp1uDWRBEqV98dVQztYldFcLowEFA87Heg.woff2 -------------------------------------------------------------------------------- /fonts/Klee_One/KleeOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Klee_One/KleeOne-Regular.ttf -------------------------------------------------------------------------------- /fonts/Klee_One/KleeOne-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Klee_One/KleeOne-SemiBold.ttf -------------------------------------------------------------------------------- /fonts/LED.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/LED.ttf -------------------------------------------------------------------------------- /fonts/LEDSimulator.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/LEDSimulator.ttf -------------------------------------------------------------------------------- /fonts/Rampart_One/RampartOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/Rampart_One/RampartOne-Regular.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /fonts/站酷仓耳渔阳体-W02.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/站酷仓耳渔阳体-W02.ttf -------------------------------------------------------------------------------- /fonts/站酷庆科黄油体.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/站酷庆科黄油体.ttf -------------------------------------------------------------------------------- /fonts/荆南波波黑-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/fonts/荆南波波黑-Bold.ttf -------------------------------------------------------------------------------- /github.readme.md: -------------------------------------------------------------------------------- 1 | - 👋 Hi, I’m @httIsHere 2 | - 👀 I’m interested in myself 3 | - 🌱 I’m currently learning Japanese and some computer language 4 | - 💞️ I’m looking to collaborate on what I don't know 5 | - 📫 Here here 6 | 7 | 11 |
12 | 13 | httIsHere's github stats 14 | 15 |
16 |
17 | 18 | ![httIsHere](https://streak-stats.demolab.com/?user=httIsHere&theme=default) 19 | 20 | [![httIsHere's github activity graph](https://activity-graph.herokuapp.com/graph?username=httIsHere&theme=react)](https://github.com/ashutosh00710/github-readme-activity-graph) 21 | 22 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 目录 16 | 20 | 21 | 22 |
23 |

目录

24 | 48 |
49 | 50 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | /* 2 | * @Author: your name 3 | * @Date: 2021-08-19 13:45:46 4 | * @LastEditTime: 2021-08-19 14:37:23 5 | * @LastEditors: Please set LastEditors 6 | * @Description: In User Settings Edit 7 | * @FilePath: /notion/index.js 8 | */ 9 | // import { Client } from "@notionhq/client" 10 | var { Client } = require('@notionhq/client') 11 | 12 | const notion = new Client({ auth: process.env.NOTION_KEY }) 13 | 14 | const databaseId = process.env.NOTION_DATABASE_ID 15 | 16 | async function addItem(text) { 17 | try { 18 | const response = await notion.pages.create({ 19 | parent: { database_id: databaseId }, 20 | properties: { 21 | title: { 22 | title:[ 23 | { 24 | "text": { 25 | "content": text 26 | } 27 | } 28 | ] 29 | } 30 | }, 31 | }) 32 | console.log(response) 33 | console.log("Success! Entry added.") 34 | } catch (error) { 35 | console.error(error.body) 36 | } 37 | } 38 | 39 | addItem("Yurts in Big Sur, California") -------------------------------------------------------------------------------- /js/CopyShader.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author alteredq / http://alteredqualia.com/ 3 | * 4 | * Full-screen textured quad shader 5 | */ 6 | 7 | THREE.CopyShader = { 8 | 9 | uniforms: { 10 | 11 | "tDiffuse": { value: null }, 12 | "opacity": { value: 1.0 } 13 | 14 | }, 15 | 16 | vertexShader: [ 17 | 18 | "varying vec2 vUv;", 19 | 20 | "void main() {", 21 | 22 | " vUv = uv;", 23 | " gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );", 24 | 25 | "}" 26 | 27 | ].join( "\n" ), 28 | 29 | fragmentShader: [ 30 | 31 | "uniform float opacity;", 32 | 33 | "uniform sampler2D tDiffuse;", 34 | 35 | "varying vec2 vUv;", 36 | 37 | "void main() {", 38 | 39 | " vec4 texel = texture2D( tDiffuse, vUv );", 40 | " gl_FragColor = opacity * texel;", 41 | 42 | "}" 43 | 44 | ].join( "\n" ) 45 | 46 | }; 47 | -------------------------------------------------------------------------------- /js/LuminosityHighPassShader.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author bhouston / http://clara.io/ 3 | * 4 | * Luminosity 5 | * http://en.wikipedia.org/wiki/Luminosity 6 | */ 7 | 8 | THREE.LuminosityHighPassShader = { 9 | 10 | shaderID: "luminosityHighPass", 11 | 12 | uniforms: { 13 | 14 | "tDiffuse": { value: null }, 15 | "luminosityThreshold": { value: 1.0 }, 16 | "smoothWidth": { value: 1.0 }, 17 | "defaultColor": { value: new THREE.Color( 0x000000 ) }, 18 | "defaultOpacity": { value: 0.0 } 19 | 20 | }, 21 | 22 | vertexShader: [ 23 | 24 | "varying vec2 vUv;", 25 | 26 | "void main() {", 27 | 28 | " vUv = uv;", 29 | 30 | " gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );", 31 | 32 | "}" 33 | 34 | ].join( "\n" ), 35 | 36 | fragmentShader: [ 37 | 38 | "uniform sampler2D tDiffuse;", 39 | "uniform vec3 defaultColor;", 40 | "uniform float defaultOpacity;", 41 | "uniform float luminosityThreshold;", 42 | "uniform float smoothWidth;", 43 | 44 | "varying vec2 vUv;", 45 | 46 | "void main() {", 47 | 48 | " vec4 texel = texture2D( tDiffuse, vUv );", 49 | 50 | " vec3 luma = vec3( 0.299, 0.587, 0.114 );", 51 | 52 | " float v = dot( texel.xyz, luma );", 53 | 54 | " vec4 outputColor = vec4( defaultColor.rgb, defaultOpacity );", 55 | 56 | " float alpha = smoothstep( luminosityThreshold, luminosityThreshold + smoothWidth, v );", 57 | 58 | " gl_FragColor = mix( outputColor, texel, alpha );", 59 | 60 | "}" 61 | 62 | ].join( "\n" ) 63 | 64 | }; 65 | -------------------------------------------------------------------------------- /js/RenderPass.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author alteredq / http://alteredqualia.com/ 3 | */ 4 | 5 | THREE.RenderPass = function ( scene, camera, overrideMaterial, clearColor, clearAlpha ) { 6 | 7 | THREE.Pass.call( this ); 8 | 9 | this.scene = scene; 10 | this.camera = camera; 11 | 12 | this.overrideMaterial = overrideMaterial; 13 | 14 | this.clearColor = clearColor; 15 | this.clearAlpha = ( clearAlpha !== undefined ) ? clearAlpha : 0; 16 | 17 | this.clear = true; 18 | this.clearDepth = false; 19 | this.needsSwap = false; 20 | 21 | }; 22 | 23 | THREE.RenderPass.prototype = Object.assign( Object.create( THREE.Pass.prototype ), { 24 | 25 | constructor: THREE.RenderPass, 26 | 27 | render: function ( renderer, writeBuffer, readBuffer /*, deltaTime, maskActive */ ) { 28 | 29 | var oldAutoClear = renderer.autoClear; 30 | renderer.autoClear = false; 31 | 32 | var oldClearColor, oldClearAlpha, oldOverrideMaterial; 33 | 34 | if ( this.overrideMaterial !== undefined ) { 35 | 36 | oldOverrideMaterial = this.scene.overrideMaterial; 37 | 38 | this.scene.overrideMaterial = this.overrideMaterial; 39 | 40 | } 41 | 42 | if ( this.clearColor ) { 43 | 44 | oldClearColor = renderer.getClearColor().getHex(); 45 | oldClearAlpha = renderer.getClearAlpha(); 46 | 47 | renderer.setClearColor( this.clearColor, this.clearAlpha ); 48 | 49 | } 50 | 51 | if ( this.clearDepth ) { 52 | 53 | renderer.clearDepth(); 54 | 55 | } 56 | 57 | renderer.setRenderTarget( this.renderToScreen ? null : readBuffer ); 58 | 59 | // TODO: Avoid using autoClear properties, see https://github.com/mrdoob/three.js/pull/15571#issuecomment-465669600 60 | if ( this.clear ) renderer.clear( renderer.autoClearColor, renderer.autoClearDepth, renderer.autoClearStencil ); 61 | renderer.render( this.scene, this.camera ); 62 | 63 | if ( this.clearColor ) { 64 | 65 | renderer.setClearColor( oldClearColor, oldClearAlpha ); 66 | 67 | } 68 | 69 | if ( this.overrideMaterial !== undefined ) { 70 | 71 | this.scene.overrideMaterial = oldOverrideMaterial; 72 | 73 | } 74 | 75 | renderer.autoClear = oldAutoClear; 76 | 77 | } 78 | 79 | } ); 80 | -------------------------------------------------------------------------------- /js/ShaderPass.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @author alteredq / http://alteredqualia.com/ 3 | */ 4 | 5 | THREE.ShaderPass = function ( shader, textureID ) { 6 | 7 | THREE.Pass.call( this ); 8 | 9 | this.textureID = ( textureID !== undefined ) ? textureID : "tDiffuse"; 10 | 11 | if ( shader instanceof THREE.ShaderMaterial ) { 12 | 13 | this.uniforms = shader.uniforms; 14 | 15 | this.material = shader; 16 | 17 | } else if ( shader ) { 18 | 19 | this.uniforms = THREE.UniformsUtils.clone( shader.uniforms ); 20 | 21 | this.material = new THREE.ShaderMaterial( { 22 | 23 | defines: Object.assign( {}, shader.defines ), 24 | uniforms: this.uniforms, 25 | vertexShader: shader.vertexShader, 26 | fragmentShader: shader.fragmentShader 27 | 28 | } ); 29 | 30 | } 31 | 32 | this.fsQuad = new THREE.Pass.FullScreenQuad( this.material ); 33 | 34 | }; 35 | 36 | THREE.ShaderPass.prototype = Object.assign( Object.create( THREE.Pass.prototype ), { 37 | 38 | constructor: THREE.ShaderPass, 39 | 40 | render: function ( renderer, writeBuffer, readBuffer /*, deltaTime, maskActive */ ) { 41 | 42 | if ( this.uniforms[ this.textureID ] ) { 43 | 44 | this.uniforms[ this.textureID ].value = readBuffer.texture; 45 | 46 | } 47 | 48 | this.fsQuad.material = this.material; 49 | 50 | if ( this.renderToScreen ) { 51 | 52 | renderer.setRenderTarget( null ); 53 | this.fsQuad.render( renderer ); 54 | 55 | } else { 56 | 57 | renderer.setRenderTarget( writeBuffer ); 58 | // TODO: Avoid using autoClear properties, see https://github.com/mrdoob/three.js/pull/15571#issuecomment-465669600 59 | if ( this.clear ) renderer.clear( renderer.autoClearColor, renderer.autoClearDepth, renderer.autoClearStencil ); 60 | this.fsQuad.render( renderer ); 61 | 62 | } 63 | 64 | } 65 | 66 | } ); 67 | -------------------------------------------------------------------------------- /lib/aes.min.js: -------------------------------------------------------------------------------- 1 | !function(e,r){"object"==typeof exports?module.exports=exports=r(require("./core"),require("./enc-base64"),require("./md5"),require("./evpkdf"),require("./cipher-core")):"function"==typeof define&&define.amd?define(["./core","./enc-base64","./md5","./evpkdf","./cipher-core"],r):r(e.CryptoJS)}(this,function(i){return function(){var e=i,r=e.lib.BlockCipher,o=e.algo,u=[],f=[],h=[],y=[],a=[],p=[],v=[],_=[],k=[],l=[];!function(){for(var e=[],r=0;r<256;r++)e[r]=r<128?r<<1:r<<1^283;for(var o=0,i=0,r=0;r<256;r++){var t=i^i<<1^i<<2^i<<3^i<<4;u[o]=t=t>>>8^255&t^99;var n=e[f[t]=o],c=e[n],s=e[c],d=257*e[t]^16843008*t;h[o]=d<<24|d>>>8,y[o]=d<<16|d>>>16,a[o]=d<<8|d>>>24,p[o]=d,v[t]=(d=16843009*s^65537*c^257*n^16843008*o)<<24|d>>>8,_[t]=d<<16|d>>>16,k[t]=d<<8|d>>>24,l[t]=d,o?(o=n^e[e[e[s^n]]],i^=e[e[i]]):o=i=1}}();var S=[0,1,2,4,8,16,32,64,128,27,54],o=o.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,r=e.words,o=e.sigBytes/4,i=4*(1+(this._nRounds=6+o)),t=this._keySchedule=[],n=0;n>>24]<<24|u[d>>>16&255]<<16|u[d>>>8&255]<<8|u[255&d]):(d=u[(d=d<<8|d>>>24)>>>24]<<24|u[d>>>16&255]<<16|u[d>>>8&255]<<8|u[255&d],d^=S[n/o|0]<<24),t[n]=t[n-o]^d);for(var c=this._invKeySchedule=[],s=0;s>>24]]^_[u[d>>>16&255]]^k[u[d>>>8&255]]^l[u[255&d]]}}},encryptBlock:function(e,r){this._doCryptBlock(e,r,this._keySchedule,h,y,a,p,u)},decryptBlock:function(e,r){var o=e[r+1];e[r+1]=e[r+3],e[r+3]=o,this._doCryptBlock(e,r,this._invKeySchedule,v,_,k,l,f);o=e[r+1];e[r+1]=e[r+3],e[r+3]=o},_doCryptBlock:function(e,r,o,i,t,n,c,s){for(var d=this._nRounds,u=e[r]^o[0],f=e[r+1]^o[1],h=e[r+2]^o[2],y=e[r+3]^o[3],a=4,p=1;p>>24]^t[f>>>16&255]^n[h>>>8&255]^c[255&y]^o[a++],_=i[f>>>24]^t[h>>>16&255]^n[y>>>8&255]^c[255&u]^o[a++],k=i[h>>>24]^t[y>>>16&255]^n[u>>>8&255]^c[255&f]^o[a++],l=i[y>>>24]^t[u>>>16&255]^n[f>>>8&255]^c[255&h]^o[a++],u=v,f=_,h=k,y=l;v=(s[u>>>24]<<24|s[f>>>16&255]<<16|s[h>>>8&255]<<8|s[255&y])^o[a++],_=(s[f>>>24]<<24|s[h>>>16&255]<<16|s[y>>>8&255]<<8|s[255&u])^o[a++],k=(s[h>>>24]<<24|s[y>>>16&255]<<16|s[u>>>8&255]<<8|s[255&f])^o[a++],l=(s[y>>>24]<<24|s[u>>>16&255]<<16|s[f>>>8&255]<<8|s[255&h])^o[a++];e[r]=v,e[r+1]=_,e[r+2]=k,e[r+3]=l},keySize:8});e.AES=r._createHelper(o)}(),i.AES}); -------------------------------------------------------------------------------- /lib/busuanzi.pure.mini.js: -------------------------------------------------------------------------------- 1 | var bszCaller,bszTag;!function(){var c,d,e,a=!1,b=[];ready=function(c){return a||"interactive"===document.readyState||"complete"===document.readyState?c.call(document):b.push(function(){return c.call(this)}),this},d=function(){for(var a=0,c=b.length;c>a;a++)b[a].apply(document);b=[]},e=function(){a||(a=!0,d.call(window),document.removeEventListener?document.removeEventListener("DOMContentLoaded",e,!1):document.attachEvent&&(document.detachEvent("onreadystatechange",e),window==window.top&&(clearInterval(c),c=null)))},document.addEventListener?document.addEventListener("DOMContentLoaded",e,!1):document.attachEvent&&(document.attachEvent("onreadystatechange",function(){/loaded|complete/.test(document.readyState)&&e()}),window==window.top&&(c=setInterval(function(){try{a||document.documentElement.doScroll("left")}catch(b){return}e()},5)))}(),bszCaller={fetch:function(a,b){var c="BusuanziCallback_"+Math.floor(1099511627776*Math.random());window[c]=this.evalCall(b),a=a.replace("=BusuanziCallback","="+c),scriptTag=document.createElement("SCRIPT"),scriptTag.type="text/javascript",scriptTag.defer=!0,scriptTag.src=a,scriptTag.referrerPolicy="no-referrer-when-downgrade",document.getElementsByTagName("HEAD")[0].appendChild(scriptTag)},evalCall:function(a){return function(b){ready(function(){try{a(b),scriptTag.parentElement.removeChild(scriptTag)}catch(c){bszTag.hides()}})}}},bszCaller.fetch("//busuanzi.ibruce.info/busuanzi?jsonpCallback=BusuanziCallback",function(a){bszTag.texts(a),bszTag.shows()}),bszTag={bszs:["site_pv","page_pv","site_uv"],texts:function(a){this.bszs.map(function(b){var c=document.getElementById("busuanzi_value_"+b);c&&(c.innerHTML=a[b])})},hides:function(){this.bszs.map(function(a){var b=document.getElementById("busuanzi_container_"+a);b&&(b.style.display="none")})},shows:function(){this.bszs.map(function(a){var b=document.getElementById("busuanzi_container_"+a);b&&(b.style.display="inline")})}}; 2 | -------------------------------------------------------------------------------- /lib/jinrishici.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 今日诗词V2 JS-SDK 1.2.2 3 | * 今日诗词API 是一个可以免费调用的诗词接口:https://www.jinrishici.com 4 | */ 5 | !function(e){var n,t={},o="jinrishici-token";function i(){return document.getElementById("jinrishici-sentence")||0!=document.getElementsByClassName("jinrishici-sentence").length}function c(){t.load(function(e){var n=document.getElementById("jinrishici-sentence"),t=document.getElementsByClassName("jinrishici-sentence");if(n&&(n.innerText=e.data.content),0!==t.length)for(var o=0;o 9 | 10 | 11 | 12 | 13 | 14 | 15 | Quote 16 | 26 | 27 | 28 |
29 |
30 | 31 |

32 | 33 |
34 |
35 | 36 | 50 | -------------------------------------------------------------------------------- /new/Xnip2022-04-04_13-12-52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/new/Xnip2022-04-04_13-12-52.jpg -------------------------------------------------------------------------------- /new/big-clock.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 桌面时钟 17 | 18 | 19 | 20 | 55 | 56 | 57 | 58 |
22:12:45
59 | 60 | 81 | 82 | -------------------------------------------------------------------------------- /new/quick-entry.html: -------------------------------------------------------------------------------- 1 | 9 | -------------------------------------------------------------------------------- /new/week-ceils.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 周格子 17 | 18 | 19 | 66 | 67 | 68 | 69 |
70 |
    71 |
  • 72 |
  • 73 |
  • 74 |
  • 75 |
  • 76 |
  • 77 |
  • 78 |
79 |
80 | 81 | 89 | 90 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "notion-by-httishere", 3 | "version": "1.0.0", 4 | "description": "Sync GitHub issues with Notion.", 5 | "main": "index.js", 6 | "engines": { 7 | "node": "12.x" 8 | }, 9 | "scripts": { 10 | "test": "echo \"Error: no test specified\" && exit 1", 11 | "start": "" 12 | }, 13 | "author": "httishere", 14 | "license": "MIT", 15 | "dependencies": { 16 | "@notionhq/client": "^0.2.3", 17 | "dotenv": "^10.0.0", 18 | "lodash": "^4.17.21", 19 | "octokit": "^1.1.0" 20 | } 21 | } -------------------------------------------------------------------------------- /private/waline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 18 | -------------------------------------------------------------------------------- /quote-EN.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Quote 17 | 18 | 19 | 77 | 78 | 79 | 80 |
81 |
82 | 83 |

84 | 85 |
86 |
87 | 88 | 98 | 99 | -------------------------------------------------------------------------------- /quote3.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Quote 17 | 18 | 19 | 68 | 69 | 70 | 71 |
72 |
73 | 74 |

75 | 76 |
77 |
78 | 79 | 88 | 89 | -------------------------------------------------------------------------------- /temps/flowus-2023review.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 16 | 17 | 18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /temps/flowus-2024travle.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 16 | 17 | 18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /temps/flowus-2024yearly.html: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Document 22 | 23 | 24 | 25 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /temps/flowus-gtd.html: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Document 22 | 23 | 24 | 25 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /temps/flowus-jz.html: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | Document 22 | 23 | 24 | 25 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /temps/flowus-kaoyan.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 16 | 17 | 18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /temps/flowus-share.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | FlowUs Share 15 | 16 | 17 | 39 | 40 | 41 | 42 |
43 |
💔
44 |
45 |

模板加载中...

46 |
47 | 48 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /temps/flowus-tunhuo.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 16 | 17 | 18 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /v201/logos/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/facebook.png -------------------------------------------------------------------------------- /v201/logos/figma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/figma.png -------------------------------------------------------------------------------- /v201/logos/flowus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/flowus.png -------------------------------------------------------------------------------- /v201/logos/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/github.png -------------------------------------------------------------------------------- /v201/logos/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/gmail.png -------------------------------------------------------------------------------- /v201/logos/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/instagram.png -------------------------------------------------------------------------------- /v201/logos/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/linkedin.png -------------------------------------------------------------------------------- /v201/logos/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/mail.png -------------------------------------------------------------------------------- /v201/logos/notion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/notion.png -------------------------------------------------------------------------------- /v201/logos/stack-overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/stack-overflow.png -------------------------------------------------------------------------------- /v201/logos/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/twitter.png -------------------------------------------------------------------------------- /v201/logos/weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/weibo.png -------------------------------------------------------------------------------- /v201/logos/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/youtube.png -------------------------------------------------------------------------------- /v201/logos/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v201/logos/zoom.png -------------------------------------------------------------------------------- /v201/my-btns.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | custom button 18 | 67 | 68 | 69 | 70 | 71 | 72 | Github 73 | 74 | 96 | 97 | 98 | -------------------------------------------------------------------------------- /v201/one.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | One 16 | 17 | 18 | 19 | 20 | 68 | 69 | 70 | 71 |
72 |

73 | 74 |
75 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /v201/tomato.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Title 13 | 43 | 44 | 45 |
46 |
47 |
48 |
49 |
50 | 51 | -------------------------------------------------------------------------------- /v211/count-template-2024aio.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Count 16 | 42 | 43 | 44 | 45 |
46 | 🎉 你是第 ,感谢关注「阿汪同学」 48 |

小红书:@肥汪卷 50 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

52 |
53 | 54 | 55 | 67 | 68 | -------------------------------------------------------------------------------- /v211/count-template-2024result.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-2024win.html: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | Count 23 | 49 | 50 | 51 | 52 |
53 | 🎉 你是第 ,感谢关注「阿汪同学」 55 |

小红书:@肥汪卷 57 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

59 |
60 | 61 | 62 | 74 | 75 | -------------------------------------------------------------------------------- /v211/count-template-2025kaoyan.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-abhs.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-aibin.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-bill3.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-brain.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-daily.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-flashcard.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-flowus-crm.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-flowus-home.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-jfdk.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-jizhang-3.0.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-kaogong.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-kaoyan.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-library.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-main.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-media.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-monthly.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-new-term.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-relation.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-restart.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-shopping.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-sleep.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-time.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-todo.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-tracker2.0.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-travel.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-tunhuo.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v211/count-template-waikan.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-weekly.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Count 17 | 43 | 44 | 45 | 46 |
47 | 🎉 你是第 ,感谢关注「阿汪同学」 49 |

小红书:@肥汪卷 51 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

53 |
54 | 55 | 56 | 68 | 69 | -------------------------------------------------------------------------------- /v211/count-template-workspace.html: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Count 24 | 50 | 51 | 52 | 53 |
54 | 🎉 你是第 ,感谢关注「阿汪同学」 56 |

小红书:@肥汪卷 58 | | B站:阿汪同学 | 微信公众号:汪汪汪世界

60 |
61 | 62 | 63 | 75 | 76 | -------------------------------------------------------------------------------- /v221/countdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/httIsHere/notion-widget/fcb21c2007d21b42552025ca74686934c7c89aea/v221/countdown.html -------------------------------------------------------------------------------- /v221/socials_files/css: -------------------------------------------------------------------------------- 1 | /* cyrillic-ext */ 2 | @font-face { 3 | font-family: 'Roboto'; 4 | font-style: normal; 5 | font-weight: 400; 6 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2'); 7 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 8 | } 9 | /* cyrillic */ 10 | @font-face { 11 | font-family: 'Roboto'; 12 | font-style: normal; 13 | font-weight: 400; 14 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2'); 15 | unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 16 | } 17 | /* greek-ext */ 18 | @font-face { 19 | font-family: 'Roboto'; 20 | font-style: normal; 21 | font-weight: 400; 22 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2'); 23 | unicode-range: U+1F00-1FFF; 24 | } 25 | /* greek */ 26 | @font-face { 27 | font-family: 'Roboto'; 28 | font-style: normal; 29 | font-weight: 400; 30 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2'); 31 | unicode-range: U+0370-03FF; 32 | } 33 | /* vietnamese */ 34 | @font-face { 35 | font-family: 'Roboto'; 36 | font-style: normal; 37 | font-weight: 400; 38 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2'); 39 | unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; 40 | } 41 | /* latin-ext */ 42 | @font-face { 43 | font-family: 'Roboto'; 44 | font-style: normal; 45 | font-weight: 400; 46 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2'); 47 | unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 48 | } 49 | /* latin */ 50 | @font-face { 51 | font-family: 'Roboto'; 52 | font-style: normal; 53 | font-weight: 400; 54 | src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2'); 55 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 56 | } 57 | -------------------------------------------------------------------------------- /v221/socials_files/css2: -------------------------------------------------------------------------------- 1 | /* cyrillic-ext */ 2 | @font-face { 3 | font-family: 'Roboto Mono'; 4 | font-style: normal; 5 | font-weight: 200; 6 | font-display: swap; 7 | src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Xvq_SeW4AJi8SJQtQ4Y.woff2) format('woff2'); 8 | unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; 9 | } 10 | /* cyrillic */ 11 | @font-face { 12 | font-family: 'Roboto Mono'; 13 | font-style: normal; 14 | font-weight: 200; 15 | font-display: swap; 16 | src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Xvq_QOW4AJi8SJQtQ4Y.woff2) format('woff2'); 17 | unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; 18 | } 19 | /* greek */ 20 | @font-face { 21 | font-family: 'Roboto Mono'; 22 | font-style: normal; 23 | font-weight: 200; 24 | font-display: swap; 25 | src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Xvq_R-W4AJi8SJQtQ4Y.woff2) format('woff2'); 26 | unicode-range: U+0370-03FF; 27 | } 28 | /* vietnamese */ 29 | @font-face { 30 | font-family: 'Roboto Mono'; 31 | font-style: normal; 32 | font-weight: 200; 33 | font-display: swap; 34 | src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Xvq_S-W4AJi8SJQtQ4Y.woff2) format('woff2'); 35 | unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; 36 | } 37 | /* latin-ext */ 38 | @font-face { 39 | font-family: 'Roboto Mono'; 40 | font-style: normal; 41 | font-weight: 200; 42 | font-display: swap; 43 | src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Xvq_SuW4AJi8SJQtQ4Y.woff2) format('woff2'); 44 | unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; 45 | } 46 | /* latin */ 47 | @font-face { 48 | font-family: 'Roboto Mono'; 49 | font-style: normal; 50 | font-weight: 200; 51 | font-display: swap; 52 | src: url(https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Xvq_ROW4AJi8SJQt.woff2) format('woff2'); 53 | unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 54 | } 55 | -------------------------------------------------------------------------------- /v221/socials_files/reset.min.css: -------------------------------------------------------------------------------- 1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0} -------------------------------------------------------------------------------- /v221/weather.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | weather 16 | 19 | 20 | BEIJING WEATHER 21 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /v3/daily-ian.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 16 | 17 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /v3/weather-zh.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Document 15 | 16 | 17 | 18 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /v3/week-clock.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 复古周日历 15 | 52 | 53 | 54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 62 | 63 | -------------------------------------------------------------------------------- /v3/week-pic.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Cute Week 16 | 17 | 41 | 42 | 43 | 44 |
45 | 46 |
47 | 48 | 49 | -------------------------------------------------------------------------------- /v300/codeWords.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 转义文字 15 | 16 | 17 | 18 | 19 |
20 |

转义文字

21 |
22 | 文字: 23 | 24 |
25 |
26 | 转义后: 27 |
28 |
29 |
30 | 31 | 41 | 42 | -------------------------------------------------------------------------------- /v4/3d/heart/style.css: -------------------------------------------------------------------------------- 1 | /*更多前端代码:HTTP://WWW.BOOTSTRapmb.com*/body { 2 | background: #000; 3 | overflow: hidden; 4 | margin: 0; 5 | }/*更多前端代码:HTTP://WWW.BOOTSTRapmb.com*/ -------------------------------------------------------------------------------- /weather-0816.html: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | weather 16 | 17 | 18 | 19 | 20 | HANGZHOU 22 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /weather.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | weather 16 | 19 | 20 | 21 | 29 | 41 | 42 | 43 | --------------------------------------------------------------------------------