{"id":15375296,"url":"https://github.com/sy-records/memorialday","last_synced_at":"2025-09-04T19:45:29.196Z","repository":{"id":98040156,"uuid":"252690646","full_name":"sy-records/MemorialDay","owner":"sy-records","description":"WordPress \u0026 Typecho插件：「特殊节日使用」在国家公祭日、全国哀悼日时网站增加灰色滤镜。","archived":false,"fork":false,"pushed_at":"2025-04-23T02:50:21.000Z","size":373,"stargazers_count":21,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T06:37:16.658Z","etag":null,"topics":["memorial-day","typecho","typecho-plugin","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sy-records.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://donate.qq52o.me","github":"sy-records"}},"created_at":"2020-04-03T09:40:53.000Z","updated_at":"2025-07-26T12:15:55.000Z","dependencies_parsed_at":"2024-04-03T01:29:24.730Z","dependency_job_id":"316349ef-106f-489f-9886-c850e201e57b","html_url":"https://github.com/sy-records/MemorialDay","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.1578947368421053,"last_synced_commit":"32fcb2797771d64f2a822eec02c97ec753f26aef"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/sy-records/MemorialDay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2FMemorialDay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2FMemorialDay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2FMemorialDay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2FMemorialDay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sy-records","download_url":"https://codeload.github.com/sy-records/MemorialDay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sy-records%2FMemorialDay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273665976,"owners_count":25146273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["memorial-day","typecho","typecho-plugin","wordpress","wordpress-plugin"],"created_at":"2024-10-01T14:02:34.361Z","updated_at":"2025-09-04T19:45:24.179Z","avatar_url":"https://github.com/sy-records.png","language":"PHP","funding_links":["https://donate.qq52o.me","https://github.com/sponsors/sy-records"],"categories":[],"sub_categories":[],"readme":"# MemorialDay\n\nWordPress \u0026 Typecho 插件：「特殊节日使用」在国家公祭日、全国哀悼日时网站增加灰色滤镜。\n\n## WordPress\n\n### 安装\n\n#### 后台安装(推荐使用)\n\n[WordPress](https://wordpress.org/plugins/memorialday/) 后台安装插件页面搜索：`MemorialDay`，安装由`沈唁`提供的插件即可。\n\n\u003ca href=\"https://wordpress.org/plugins/memorialday\"\u003e\u003cimg src=\".wordpress-org/wordpress-MemorialDay.png\"\u003e\u003c/a\u003e\n\n#### 源码安装\n\n从 GitHub 下载源码，通过 WordPress 后台上传安装，或者直接将源码上传到 WordPress 插件目录 `wp-content/plugins`，然后在后台启用\n\n### 设置\n\n默认日期为：`0404,0512,0918,1213`，可自行添加需要的日期\n\n## Typecho\n\n### 安装\n\n1. 从 GitHub 下载源码，将源码上传到 Typecho 插件目录 `usr/plugins` 下\n\n2. 修改插件文件名为`MemorialDay`\n\n3. 修改目录权限和用户组\n\n```bash\nchown -R www:www MemorialDay/\nchmod 755 MemorialDay/\n```\n\n4. 启用~\n\n### 设置\n\n默认日期为：`0404,0512,0918,1213`，可自行添加需要的日期\n\n## 其他系统站点\n\n其他系统站点可以直接添加代码给`header`中添加`css`样式\n\n```css\nhtml{filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url(\"data:image/svg+xml;utf8,#grayscale\"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fmemorialday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsy-records%2Fmemorialday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsy-records%2Fmemorialday/lists"}