mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-30 14:14:55 +08:00
Merge branch 'koogua/v1.3.5-hotfix'
This commit is contained in:
commit
a4d50205df
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
/config/config.php
|
/config/config.php
|
||||||
/config/xs.course.ini
|
/config/xs.course.ini
|
||||||
/config/xs.article.ini
|
/config/xs.article.ini
|
||||||
|
/config/xs.question.ini
|
||||||
/config/xs.group.ini
|
/config/xs.group.ini
|
||||||
/config/xs.user.ini
|
/config/xs.user.ini
|
||||||
/config/alipay/*.crt
|
/config/alipay/*.crt
|
||||||
|
@ -1,75 +0,0 @@
|
|||||||
project.name = question
|
|
||||||
project.default_charset = UTF-8
|
|
||||||
|
|
||||||
server.index = 8383
|
|
||||||
server.search = 8384
|
|
||||||
|
|
||||||
[id]
|
|
||||||
type = id
|
|
||||||
|
|
||||||
[title]
|
|
||||||
type = title
|
|
||||||
|
|
||||||
[cover]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[summary]
|
|
||||||
type = body
|
|
||||||
|
|
||||||
[category_id]
|
|
||||||
type = string
|
|
||||||
index = self
|
|
||||||
tokenizer = full
|
|
||||||
|
|
||||||
[owner_id]
|
|
||||||
type = string
|
|
||||||
index = self
|
|
||||||
tokenizer = full
|
|
||||||
|
|
||||||
[create_time]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[last_reply_time]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[tags]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[category]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[owner]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[last_replier]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[last_answer]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[accept_answer]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[bounty]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[anonymous]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[solved]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[view_count]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[like_count]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[answer_count]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[comment_count]
|
|
||||||
type = string
|
|
||||||
|
|
||||||
[favorite_count]
|
|
||||||
type = string
|
|
Loading…
x
Reference in New Issue
Block a user