Go to file
浪子 074af5187a Refactor IP region lookup to use external API
Replaced the local ip2region database and related PHP classes with an external API (ip.asbid.cn) for IP region lookup in functions.php. Removed the entire ip2region directory and its dependencies, simplifying maintenance and reducing local storage requirements. Updated caching logic to store API results for one month. Also updated the theme version in index.php to 1.1.
2025-06-29 11:29:04 +08:00
assets 1.0.4 2025-06-28 08:51:07 +08:00
.gitignore 1.0.1 2025-06-26 19:35:46 +08:00
404.php 1.0 2025-06-25 15:16:12 +08:00
README.MD 1.0.1 2025-06-26 19:35:46 +08:00
archive.php 1.0 2025-06-25 15:16:12 +08:00
card.php 1.0.3 2025-06-27 17:29:49 +08:00
cms.php 1.0 2025-06-25 15:16:12 +08:00
comments.php 1.0.1 2025-06-26 19:35:46 +08:00
footer.php 1.0.1 2025-06-26 19:35:46 +08:00
functions.php Refactor IP region lookup to use external API 2025-06-29 11:29:04 +08:00
header.php 1.0.1 2025-06-25 18:59:04 +08:00
index.php Refactor IP region lookup to use external API 2025-06-29 11:29:04 +08:00
page-archives.php 1.0 2025-06-25 15:16:12 +08:00
page-commentuserlist.php 1.0.2 2025-06-27 09:09:47 +08:00
page-full.php 1.0.2 2025-06-27 09:09:47 +08:00
page-links.php 1.0 2025-06-25 15:16:12 +08:00
page-tags.php 1.0 2025-06-25 15:16:12 +08:00
page-talks.php 1.0.1 2025-06-26 19:35:46 +08:00
page.php 1.0 2025-06-25 15:16:12 +08:00
post.php 1.0.2 2025-06-27 09:09:47 +08:00
screenshot.png 1.0 2025-06-25 15:16:12 +08:00
sidebar.php 1.0.3 2025-06-27 17:29:49 +08:00
sticky.php 1.0 2025-06-25 15:16:12 +08:00

README.MD

说明

主题介绍

源主题为wordpress主题puock,现移植到Typecho平台。

主题特点

  • 主题简洁,适合个人博客使用
  • 支持Typecho的所有功能

主题预览

主题预览

使用说明

  1. 将主题文件夹放入Typechousr/themes目录下。
  2. 在后台管理界面启用该主题。
  3. 根据需要自定义主题设置。
  4. 主题部分功能需要安装插件Puock。项目地址: Puock Plugin
  5. 友情链接功能需要使用插件Links。项目地址: Links Plugin,首页友情链接需要在友链分类中添加分类home

主题配置

  • 全部标签页面需要启用php的 iconv 扩展