WP Manifestindependent plugin directory
manifest / utilities / saiita-age-calculator

Saiita Age Calculator

WordPress 年龄计算器插件 - 精确计算年龄,支持闰年优化,提供短代码和页面模板集成

by chenghoufeng · github.com/a506488043/saiita-age-calculator · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/a506488043/saiita-age-calculator/archive/refs/heads/main.zip

Readme

Saiita Age Calculator

WordPress 年龄计算器插件 — 精确计算年龄,支持闰年优化,提供短代码和页面模板集成。

✨ 功能特点

  • 🎯 精确计算年龄(周岁),考虑闰年
  • 📝 支持多种显示格式:年、月、天、详细
  • 🔧 提供短代码嵌入,灵活集成到页面和文章
  • 📄 支持页面模板集成
  • ⚡ AJAX 实时计算,无需刷新页面
  • 📱 响应式设计,适配各种设备

📦 安装

方式一:后台安装

  1. 进入 WordPress 后台 → 插件 → 安装插件 → 上传插件
  2. 选择插件 zip 文件上传
  3. 启用插件

方式二:FTP 上传

  1. 下载插件并解压
  2. 上传 saiita-age-calculator 文件夹到 /wp-content/plugins/
  3. 在 WordPress 后台启用插件
  4. 前往 设置 → 年龄计算器 配置选项

🚀 使用方法

短代码

短代码 说明
[manus_age_calculator birthdate="1990-01-01"] 显示指定生日的计算结果
[manus_age_calculator_form] 显示交互式计算器表单
[age_calculator birthdate="1990-01-01"] 别名短代码,功能同上

示例

// 显示某个人的年龄
[manus_age_calculator birthdate="1990-06-15"]

// 嵌入计算器表单,让访客自行计算
[manus_age_calculator_form]

📋 系统要求

要求 版本
WordPress >= 5.0
PHP >= 7.4
测试兼容 至少 6.9

🔗 项目信息

项目 详情
作者 chenghoufeng
许可证 GPLv2 or later
插件来源 从 Saiita AI Content Toolkit 提取为独立插件

📝 更新日志

1.0.1

  • Bug 修复和优化

1.0.0

  • 从 Saiita AI Content Toolkit 中提取为独立插件
  • 保留所有原有功能和设置
  • 选项键名保持向后兼容

Read the full README on GitHub →

Releases

TagPublished
v1.0.1 Jun 10, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.