-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[需求]:制作低成本延时摄影设备 #52
Labels
Comments
html 展示参考以下代码: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Example</title>
<script>
// JavaScript 函数以设置图片路径
function setImage() {
const imgElement = document.getElementById('dynamicImage');
const prefix = 'prefix/';
const date = '2024-01-11'; // 你可以根据需要动态生成日期
const imgPath = prefix + date + '.jpg';
imgElement.src = imgPath;
}
// 在页面加载时设置图片
window.onload = setImage;
</script>
</head>
<body>
<h1>自动设置图片路径</h1>
<img id="dynamicImage" alt="动态图片" />
</body>
</html> |
反对,请说明本任务的实际价值意义 |
@wapapapapoo (山东人)提出的想法, 每日 IO,可以放在网站主页上 我们上周六 (2924-11-30) 开会都同意了,你没参加 |
那请你向我讲述实际意义😓 |
实际意义
其他
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如何认领
请直接在下方回复,我会把 issue 的 assignees 设置为你
认领者需要遵守以下要求
注意事项
需求描述
每日 IO,每天拍一张照片上传到 alist,放在 IO 网站展示
用于记录卫生情况等
实现方式
xxxx-xx-xx
格式@qq
机器人上传到 alist文档资料
难度
简单 (什么都不会也能学习做)
能力要求
本项目可以作为嵌入式方向的学习的练手项目
关闭 Issue 前请确认以下内容
The text was updated successfully, but these errors were encountered: