更新文档

master
宇天 2020-04-06 23:57:15 +08:00
parent fbec8cfdd0
commit de97924950
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const smarty = new Smartyx({cache: true, path: '{path_of_views}', ...})
1. **cache** - 是否缓存模板编译, 默认 true 1. **cache** - 是否缓存模板编译, 默认 true
2. **path** - 模板根目录 2. **path** - 模板根目录
3. **delimiter** - 模板界定符, 默认为`['<!--{', '}-->']` 3. **ext** - 模板后缀名, 默认为 .tpl
### 2.assign(key, val) ### 2.assign(key, val)