mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-25 00:02:39 +00:00
18 lines
323 B
TOML
18 lines
323 B
TOML
[plugin]
|
|
id = "com.rust-blog.excerpt-generator"
|
|
name = "Excerpt Generator"
|
|
version = "1.0.0"
|
|
description = "自动从内容生成文章摘要"
|
|
author = "rust-blog"
|
|
license = "MIT"
|
|
runtime = "lua"
|
|
language = "lua"
|
|
entry = "init.lua"
|
|
|
|
[permissions]
|
|
max_memory_mb = 4
|
|
timeout_ms = 1000
|
|
|
|
[hooks.on_post_creating]
|
|
priority = 10
|