考虑到用户使用环境,给相册站加了个深浅色模式,效果如下。
也可以直接去我相册站体验下:https://photo.ouxiaopi.com
JS部分
document.addEventListener("DOMContentLoaded", function() {
const toggleButton = document.getElementById('toggleMode');
const body = document.body;
toggleButton.addEventListener('click', function() {
if (body.classList.contains('day-mode')) {
body.classList.remove('day-mode');
body.classList.add('night-mode...
相册站终于上线,太懒了,只为简单的图片展示,加上灯箱。但在PC端,如果图片数量较多,排列是个大问题。
成品在下面
https://photo.ouxiaopi.com/
php部分
//文章图片张数自定义
function display_post_images_and_metadata($post_id) {
// 获取当前文章的所有附件(图片)
$attachments = get_posts(array(
'post_type' => 'attachment',
'post_mime_type' => 'image',
'posts_per_page' => -1,
'post_parent' => $post_id
));
// 根据图片数量...
部署
安装 Node.js
git clone https://github.com/atomicals/atomicals-js.git
cd atomicals-JavaScript
npm install -g typescript
npm run build
npm install -g yarn
yarn install
yarn cli wallet-init //这是创建钱包命令
最后一步是创建钱包,命令运行后,会在文件夹内生成一个 wallet.json 文件,保存着助记词和私钥,请务必保存好该文件。创建钱包后,会自动生成两个地址,Primary Address 及 Funding Address:
Primary:用于接收Atomicals生态资...
此内容受密码保护。如需查阅,请在下列字段中输入您的密码。
密码:
此内容受密码保护。如需查阅,请在下列字段中输入您的密码。
密码:
弄了一个云盘,pan.ouxiaopi.com用的免费开源的 Dzzoffice 在线办公系统,功能很强大。
开源系统(基本包含以下常用功能,不常用的不一一列举了)
|
|—— 个人网盘
|—— 团队网盘
|—— 文档 — 在线word工具
|—— 表格 — 在线Excel工具
|—— 文稿 — 在线PPT工具
|—— 相册 — 团队图片管理
|—— 通讯录 — 团队人员通讯信息
|—— 记录本 — 可供多人更新的记录本
|—— 云存储支持
|—— STPF/FTP支持
另外推荐几款,大家可以从优选择。
Kodcloud,可道云,类似我现在用的这种...
此内容受密码保护。如需查阅,请在下列字段中输入您的密码。
密码: