diff --git "a/\345\262\263\345\215\223\351\230\263/20251110-JavaScript-\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251110-JavaScript-\347\273\203\344\271\240.md" new file mode 100644 index 0000000000000000000000000000000000000000..2584777db9eed499c2576f2786bd89d733460fb2 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251110-JavaScript-\347\273\203\344\271\240.md" @@ -0,0 +1,16 @@ + + + + + + 第一个Javascript程序 + + + + alert("http://www.mingrisoft.com") + + + + diff --git "a/\345\262\263\345\215\223\351\230\263/20251112-JavaScript\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251112-JavaScript\347\273\203\344\271\240.md" new file mode 100644 index 0000000000000000000000000000000000000000..9bc10cc1b5f9bf53480214ffe0b59a2dd34c0d5f --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251112-JavaScript\347\273\203\344\271\240.md" @@ -0,0 +1,97 @@ + + + + + + + 课后练习 + + + + + +

+ + + + + + + + + + + + + + + + + Document + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251114-JavaScript\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251114-JavaScript\347\273\203\344\271\240.md" new file mode 100644 index 0000000000000000000000000000000000000000..aef07214a15450711404d11292a7921e9277d625 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251114-JavaScript\347\273\203\344\271\240.md" @@ -0,0 +1,273 @@ + + + + + + + panduan + + + + + + + + + + + + + + + Document + + + + + + + + + + + + + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + 流程控制语句 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10X10 + + + +
+ + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251117-JavaScript\347\254\254\345\233\233\347\253\240\345\207\275\346\225\260.md" "b/\345\262\263\345\215\223\351\230\263/20251117-JavaScript\347\254\254\345\233\233\347\253\240\345\207\275\346\225\260.md" new file mode 100644 index 0000000000000000000000000000000000000000..d533588626ef9fd4bb41df4cb429a1f574c8b170 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251117-JavaScript\347\254\254\345\233\233\347\253\240\345\207\275\346\225\260.md" @@ -0,0 +1,39 @@ +# 笔记 +## 函数的定义 + 在一个页面定义的函数名称必须唯一 + 1.匿名函数定义: + let getNameById = funstion(){ + + } + + 2.第一种定义方式传统 原始方式 + funstion getNameById(){ + + } + 3.箭头: + let getNameById = () = >{ + + } + arguments:用于调用函数时传入的参数(实际参数) +## 函数的返回值 + 有return,则有返回值,而通常不为undefined + 无return,总是私下返回一个undefined + + +# 作业 +## 实训一 + +## 实训二 + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251119-Javascript\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251119-Javascript\347\273\203\344\271\240.md" new file mode 100644 index 0000000000000000000000000000000000000000..da4b62363f82c94842efb4ca0ba17b1a93bc178c --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251119-Javascript\347\273\203\344\271\240.md" @@ -0,0 +1,138 @@ + + + + + + 练习3 + + + + + + + + + + + + + 练习4 + + + + + + + + + + + + + + 练习5 + + + + + + + + + + + + + + + 练习6 + + + + + + + + + + + + + 练习7 + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251120-Javascript\347\254\224\350\256\260\344\270\216\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251120-Javascript\347\254\224\350\256\260\344\270\216\347\273\203\344\271\240.md" new file mode 100644 index 0000000000000000000000000000000000000000..eaf46dc8e826bb8c83a3ddcfbe22ae3d2329f2d5 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251120-Javascript\347\254\224\350\256\260\344\270\216\347\273\203\344\271\240.md" @@ -0,0 +1,116 @@ + + + + + + 综合练习1 + + + + + + + + + + + + + 综合练习2 + + + + + + + + 综合练习1 + + + + + + + + + + + + + + 综合练习3 + + + +

短宽度空白表格(5行6列)

+
+ + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251121-Javascript\347\254\224\350\256\260\347\273\203\344\271\240.md" "b/\345\262\263\345\215\223\351\230\263/20251121-Javascript\347\254\224\350\256\260\347\273\203\344\271\240.md" new file mode 100644 index 0000000000000000000000000000000000000000..76311630d84a7176b1530f640bac05b1ae08a48a --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251121-Javascript\347\254\224\350\256\260\347\273\203\344\271\240.md" @@ -0,0 +1,162 @@ + + + + + + Document + + + + + + + + + + + + + Document + + + + + + + + + + + + + Document + + + + + + + + + + + + + Document + + + + + + + + + + + + + Document + + +

请输入要生成随机数的位数:

+
+ + +
+ + + + + + + + + + + Document + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251124-JavaScript\346\225\260\347\273\204string.md" "b/\345\262\263\345\215\223\351\230\263/20251124-JavaScript\346\225\260\347\273\204string.md" new file mode 100644 index 0000000000000000000000000000000000000000..99a00f0b2220fed9eaf8a9d3f8ab1ab06da08b6b --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251124-JavaScript\346\225\260\347\273\204string.md" @@ -0,0 +1,190 @@ + + + + + + 综合练习1 + + + + + + + + + + + + + + 综合练习2 + + + +

2022年国内手机销量排行榜(前五名)

+
+ +
+
排名
+
品牌
+
市场份额
+
+
+ + + + + + + + + + + + + + 手机号检索(含0431) + + + +

通讯录 - 查找含「0431」的手机号

+
+

全部联系人手机号:

+

含「0431」的手机号:

+
+ + + + + + + + + + + + 截取QQ邮箱中的QQ号 + + + +

QQ邮箱:4006****66@qq.com

+
+ 截取的QQ号: +
+ + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251126-JavaScript\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" "b/\345\262\263\345\215\223\351\230\263/20251126-JavaScript\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" new file mode 100644 index 0000000000000000000000000000000000000000..974f928e6a20b94562c00b340a01b6a526971cd3 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251126-JavaScript\346\255\243\345\210\231\350\241\250\350\276\276\345\274\217.md" @@ -0,0 +1,86 @@ + + + + + + Document + + + + + + + + + + + + + + Document + + + + + + + + + + + + + + Document + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251127-JavaScript\345\274\202\345\270\270\345\244\204\347\220\206.md" "b/\345\262\263\345\215\223\351\230\263/20251127-JavaScript\345\274\202\345\270\270\345\244\204\347\220\206.md" new file mode 100644 index 0000000000000000000000000000000000000000..4a9bb532989039b71e3a57aac5adbb4cf9e1c804 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251127-JavaScript\345\274\202\345\270\270\345\244\204\347\220\206.md" @@ -0,0 +1,233 @@ + + + + + + Document + + + + + + + + + + + + + + Document + + + + + + + + + + + + + 数组字母查询 + + + +
+ + + + + + +
+ + + + + + + + + + + + 注册信息验证 + + + +
+

注册信息验证

+
+ +
+ + +
+ +
+ + +
+ + +
+
+ + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251128-JavaScript\344\272\213\344\273\266\345\244\204\347\220\206.md" "b/\345\262\263\345\215\223\351\230\263/20251128-JavaScript\344\272\213\344\273\266\345\244\204\347\220\206.md" new file mode 100644 index 0000000000000000000000000000000000000000..a0f73c705afc7d85d76b36d3a1534dc4a6775b46 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251128-JavaScript\344\272\213\344\273\266\345\244\204\347\220\206.md" @@ -0,0 +1,198 @@ + + + + + + Document + + +
+ +function visible(cursor, i) { + if (i == 0) { + cursor.style.border = "none" + } else { + cursor.style.border = "5px solid black" + } + } + + + + + + + + + + + Document + + +

中国的“国球”是( )

+
+
A.篮球
+
B.排球
+
C.乒乓球
+
D.羽毛球
+
+ + function choose(event) { + const key = event.key.toUpperCase(); + if (key === "C") { + document.getElementById('text').textContent = '乒乓球'; + alert('正确!'); + } else if (['A','B','D'].includes(key)) { + document.getElementById('text').textContent = event.target?.dataset.key || key; + alert('错误!'); + } + } + document.onkeydown = choose; + + + + + + + + + + + Document + + + function getTime() { + let now = new Date(); + const formatTime = now.toLocaleString('zh-CN'); + alert(`当前时间:${formatTime}`); + } + + + + + + + + + + + Document + + + function getWindowSize() { + let width = window.innerWidth; + let height = window.innerHeight; + alert(`窗口宽度:${width}px\n窗口高度:${height}px`) + } + + + + + + + + + + + + Document + + + function color(event) { + let obj = event.target; + obj.style.background = "red"; + obj.onblur = function () { + obj.style.background = "blue"; + }; + } +const inputs = document.querySelectorAll('select, input'); + inputs.forEach(input => input.onfocus = color); + + + + + + + + + + + Document + + + let yearSelect = document.getElementById('year'); + let currentYear = new Date().getFullYear(); + for (let i = currentYear; i >= 1900; i--) { + let option = document.createElement('option'); + option.value = i; + option.textContent = i + '年'; + yearSelect.appendChild(option); + } + + function showBirth() { + let year = yearSelect.value; + let month = document.getElementById('month').value; + let resultDom = document.getElementById('result'); + + if (year && month) { + let formatMonth = month.toString().padStart(2, '0'); + resultDom.textContent = `你的出生年月是:${year}年${formatMonth}月`; + } else { + resultDom.textContent = ''; + } + } + + +
+ + + + + + + + + + + + + + Document + + + function showBirth() { + let year = yearSelect.value; + let month = document.getElementById('month').value; + let resultDom = document.getElementById('result'); + + if (year && month) { + let formatMonth = month.toString().padStart(2, '0'); + resultDom.textContent = `你的出生年月是:${year}年${formatMonth}月`; + } else { + resultDom.textContent = ''; + } + } + + function resetBirth() { + document.getElementById('year').value = ''; + document.getElementById('month').value = ''; + document.getElementById('result').textContent = ''; + return true; + } + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251201-JavaScript.md" "b/\345\262\263\345\215\223\351\230\263/20251201-JavaScript.md" new file mode 100644 index 0000000000000000000000000000000000000000..ce39920c1204b165c5799b8e8aef11dcb106f030 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251201-JavaScript.md" @@ -0,0 +1,101 @@ + + + + +
+
+
+ +
定义的文本
+ +
+ + + + + +

第一题

+
+ 欢迎购买明日科技图书 +
+ +

第二题

+ + +

第三题

+ + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251203-JavaScript.md" "b/\345\262\263\345\215\223\351\230\263/20251203-JavaScript.md" new file mode 100644 index 0000000000000000000000000000000000000000..74f0d1be7e56f16ce4fb5c8af6a45e0d2ce3f764 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251203-JavaScript.md" @@ -0,0 +1,175 @@ + + + + + + 主题切换 + + + + +

李白《行路难·其一》

+

金樽清酒斗十千,玉盘珍羞直万钱。

+

停杯投箸不能食,拔剑四顾心茫然。

+

欲渡黄河冰塞川,将登太行雪满山。

+

闲来垂钓碧溪上,忽复乘舟梦日边。

+

行路难,行路难,多歧路,今安在?

+

长风破浪会有时,直挂云帆济沧海。

+ + + + + + + + + + + + + Document + + + + + 打开图片对话框 +
+
+ + 示例图片 +
+
+ + + + + + + + + + + + + + + 添加用户头像 + + + + +
+ + + + diff --git "a/\345\262\263\345\215\223\351\230\263/20251204JavaScript.md" "b/\345\262\263\345\215\223\351\230\263/20251204JavaScript.md" new file mode 100644 index 0000000000000000000000000000000000000000..a130911813b88d127c5674775ac355935048fcec --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251204JavaScript.md" @@ -0,0 +1,148 @@ + + + + + + 训练1 + + + +
+ + +
+ + + + + + + + + + + + + + + 训练2 + + + + + + +
+
+ +
+ 我们紧紧相拥,头也不抬
+ 因为不想告别,就悄然离开
+ 不用认真的说,多舍不得你
+ 每一个未来,都有人在
+ 那你无需感慨,我别徘徊
+ 因为谁也没有想过再更改
+ 谁也没有想过再想回来 + + + + + + + + + + + + + + + 删除影片信息 + + +
+
    +
  • 1.《金蝉脱壳》两大动作巨星联手
  • +
  • 2.《阿甘正传》励志而传奇的一生
  • +
  • 3.《爱乐之城》爱情与梦想的交织
  • +
  • 4.《头号玩家》游戏梦想照进现实
  • +
+
+ + 输入影片咨询编号: + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251205JavaScript-widow.md" "b/\345\262\263\345\215\223\351\230\263/20251205JavaScript-widow.md" new file mode 100644 index 0000000000000000000000000000000000000000..08c8251cedef093f254f726a2e16ad91d8bd7ed4 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251205JavaScript-widow.md" @@ -0,0 +1,257 @@ + + + + + + Document + + + +

训练1:弹出警告对话框

+

播放歌曲:

+ + + + +
+ +

训练2:弹出确认对话框

+

当前用户:游客

+ 退出登录 + +
+ +

训练3:打开影片详情页面

+

点击图片查看详情:

+ 影片海报 +

《流浪地球》

+ +
+ +

训练4:自动关闭广告窗口

+ + + + + + + +

简单计时器

+
00:00
+ + + +

下降的窗口

+ + + + + + + + + +

综合练习1:计算两个数的和并判断结果

+ +
+ +
+ +

综合练习2:选择选项并输出结果

+ +
+ +
+ +

综合练习3:循环显示图片

+ + +
+ + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251208-\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" "b/\345\262\263\345\215\223\351\230\263/20251208-\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" new file mode 100644 index 0000000000000000000000000000000000000000..6925f5b08ea59bcf916e4629f0816b090aa5fde0 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251208-\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" @@ -0,0 +1,89 @@ + + + + + + Document + + + + + + + + + + + + + + + Document + + + + + + + + + + + + + + Document + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251210-style\345\257\271\350\261\241.md" "b/\345\262\263\345\215\223\351\230\263/20251210-style\345\257\271\350\261\241.md" new file mode 100644 index 0000000000000000000000000000000000000000..16e92e1ea936987a530dff34ef8a7f874aa9e724 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251210-style\345\257\271\350\261\241.md" @@ -0,0 +1,242 @@ + + + + + + Document + + +
文本
+ + + + + + + + + + + + Document + + + + 示例图片 + + + + + + + + + + + + Document + + + + + + + + + + + + + + + 图片自由摆放(三角形初始位置) + + + + + 图片1 + 图片2 + 图片3 + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251211-form\345\257\271\350\261\241.md" "b/\345\262\263\345\215\223\351\230\263/20251211-form\345\257\271\350\261\241.md" new file mode 100644 index 0000000000000000000000000000000000000000..21b6d09bc0d9dcb5ae16eca2c1b8123be56c001f --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251211-form\345\257\271\350\261\241.md" @@ -0,0 +1,337 @@ + + + + + + 自动取票机 + + + +

万达影城取票机

+ 姓名:

+ 兑换码:

+ + +
+ + + + + + + + + + + + + 协议调整 + + + + + + + + + + + + + + + + + + + + + 选课限制 + + + +
+

课程选择(最多选6门)

+ +
C语言
+
机械制图
+
单片机
+
自动控制
+
传感器
+
高等数学
+
计算机基础
+
Oracle数据库
+
商务英语
+
PLC设计基础
+ +
最多只能选择6门课程!
+
+ + + + + + + + + + + + + + Document + + + +
+

电影《变相怪杰》的主演是谁?

+
+ 布拉德·皮特 + + 亚当·桑德勒 + + 金·凯瑞 + + 杰夫·丹尼尔斯 +
+ + + +
+ + + + + + + + + + + + + Document + + + + + 看电影 + 听音乐 + 演奏乐器 + 打篮球 + 看书 + 上网 +
+ + + + + + + + + + + + + + + + + + + Document + + + + 选择城市: + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251212-josn.md" "b/\345\262\263\345\215\223\351\230\263/20251212-josn.md" new file mode 100644 index 0000000000000000000000000000000000000000..5c96164d92a35be7aca26c5eb742073f3fac50b4 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251212-josn.md" @@ -0,0 +1,37 @@ +一、什么是Json + +1、 + +(1)JSON(JavaScript Object Notation, JS对象标记)是一种轻量级的数据交换格式,目前使用特别广泛。 + +(2)采用完全独立于编程语言的文本格式来存储和表示数据。 + +(3)简洁和清晰的层次结构使得JSON成为理想的数据交换语言。 + +(4)易于人阅读和编写,同时也易于机器解析和生成,并有效地提升网络传输效率。 + +2、 +  在JavaScript语言中,一切都是对象。因此,任何JavaScript支持的类型都可以通过JSON来表示,例如字符串、数字、对象、数组等。看看他的要求和语法格式: +(1)对象表示为键值对,数据由逗号分隔 +(2)花括号保存对象 +(3)方括号保存数组 + +3、 +  JSON键值对是用来保存JavaScript对象的一种方式,和JavaScript对象的写法也大同小异,键值对组合中的键名写在前面并用双引号""句裹,使用冒号:分隔,然后紧接着值: + + +{"name": "QinJiang"} +{"age": "3"} +{"sex": "男"} +4、JSON是JavaScript对象的字符串表示法,它使用文本表示一个JS对象的信息,本质是一个字符串。 + +var obj = {a: 'Hello', b: 'World'}; //这是一个对象,注意键名也是可以使用引号包裹的 +var json = '{"a": "Hello", "b": "World"}'; //这是一个 JSON 字符串,本质是一个字符串 +5、实现从JSON字符串转换为JavaScript对象,使用JSON.parse()方法: + +var obj = JSON.parse('{"a": "Hello", "b": "World"}'); +//结果是 {a: 'Hello', b: 'World'} +6、要实现从JavaScript对象转换为JSON字符串,使用JSON.stringify()方法: + +var json = JSON.stringify({a: 'Hello', b: 'World'}); +//结果是 '{"a": "Hello", "b": "World"}' \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251215.md" "b/\345\262\263\345\215\223\351\230\263/20251215.md" new file mode 100644 index 0000000000000000000000000000000000000000..d365f4564a67f000cf73791699e607d479a4224e --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251215.md" @@ -0,0 +1,69 @@ + + + + + + + Document + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251217.md" "b/\345\262\263\345\215\223\351\230\263/20251217.md" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\345\262\263\345\215\223\351\230\263/20251218.md" "b/\345\262\263\345\215\223\351\230\263/20251218.md" new file mode 100644 index 0000000000000000000000000000000000000000..905636948f5bbd0c4e85cf55e7d0c65081bf59bf --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251218.md" @@ -0,0 +1,49 @@ + // 练习1 + let aa = 10; + let bb = 3; + const jia = aa + bb; + const jian = aa - bb; + const cheng = aa * bb; + const chu = aa / bb; + const yu = aa % bb; + + console.log(`加:${jia},减:${jian},乘:${cheng},除:${chu},余:${yu}`); + + // 练习2 + const cgstr = "123"; + const cgnum = 456; + + console.log(+cgstr); + console.log(`${cgnum}`); + + // 练习3 + function compare(a, b) { + const 大于 = a > b; + const 等于 = a === b; + const 不等于 = a != b; + return { 大于, 等于, 不等于 }; + } + + const compareNum = compare(5, 3); + console.log(compareNum); + + // 练习4 + let x = "5"; + let y = 5; + let z = "5"; + + const comparexy = x == y; + const comparexy1 = x === y; + const comparexz = x == z; + const comparexz1 = x === z; + + console.log(`x == y:${comparexy},x === y:${comparexy1},x == z:${comparexz},x === z:${comparexz1}`); + + // 练习5 + let agecar = 25; + let hasLiscence = true; + let canDrive = (agecar > 18 && agecar < 60) && hasLiscence == true; + + let answer = canDrive ? '可以开车' : '不可以开车'; + + console.log(canDrive + answer); \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251219.md" "b/\345\262\263\345\215\223\351\230\263/20251219.md" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\345\262\263\345\215\223\351\230\263/20251222.md" "b/\345\262\263\345\215\223\351\230\263/20251222.md" new file mode 100644 index 0000000000000000000000000000000000000000..ed7cded0809ae3c68ea7ac1e8eba66d1f8a2173b --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251222.md" @@ -0,0 +1,181 @@ + + + + + + + 表格 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251224.md" "b/\345\262\263\345\215\223\351\230\263/20251224.md" new file mode 100644 index 0000000000000000000000000000000000000000..6ddaa3b9803f5b6a092055fb02aabc8abd86d933 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251224.md" @@ -0,0 +1,36 @@ + + + + + + Document + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251225.md" "b/\345\262\263\345\215\223\351\230\263/20251225.md" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/\345\262\263\345\215\223\351\230\263/20251226.md" "b/\345\262\263\345\215\223\351\230\263/20251226.md" new file mode 100644 index 0000000000000000000000000000000000000000..cbe63b49bdda80b3f98b3b4c669e9c39782abf14 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251226.md" @@ -0,0 +1,117 @@ + + + + + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251229.md" "b/\345\262\263\345\215\223\351\230\263/20251229.md" new file mode 100644 index 0000000000000000000000000000000000000000..d5d4194e49a2d6f2e70b2d7c3442a16c143242b2 --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251229.md" @@ -0,0 +1,74 @@ + + + + + + + Document + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/20251231.md" "b/\345\262\263\345\215\223\351\230\263/20251231.md" new file mode 100644 index 0000000000000000000000000000000000000000..a66395d0b22ce28afd9f60cb54c7e73112783f4b --- /dev/null +++ "b/\345\262\263\345\215\223\351\230\263/20251231.md" @@ -0,0 +1,157 @@ + + + + + + + Document + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/\345\262\263\345\215\223\351\230\263/\345\233\276\347\211\207imgs/PixPin_2025-11-10.png" "b/\345\262\263\345\215\223\351\230\263/\345\233\276\347\211\207imgs/PixPin_2025-11-10.png" new file mode 100644 index 0000000000000000000000000000000000000000..d9250e276163965873fcfd86a7073c630e292bad Binary files /dev/null and "b/\345\262\263\345\215\223\351\230\263/\345\233\276\347\211\207imgs/PixPin_2025-11-10.png" differ