feat: 拆分主题模板为独立仓库,完善功能开关系统#32
Merged
Merged
Conversation
将主题开发模板拆分为独立仓库,通过 submodule 挂载到 template/ 目录。
- isFeatureEnabled 默认值 true → false - RSS 订阅按钮、OAuth 配置页按特性开关显隐 - ThemeInfo 功能列表改由 featureLabels 驱动 - ThemeMenu 移除多余 v-if - core-nuxt 升至 1.0.0,依赖同步更新
- FlecBlog → FlecHub 品牌更新 - changelog 日期格式化 - 主题列表显示 slug - docs 配置/指南文档结构调整
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
flec-panel | ef57d3c | Jun 27 2026, 05:47 AM |
Deploying flechub with
|
| Latest commit: |
ef57d3c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://70e15915.flechub.pages.dev |
| Branch Preview URL: | https://feature-using-themes.flechub.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能说明
变更文件
子模块
.gitmodules- 新增 submodule 配置template/flec-theme-tmpl-nuxt- submodule 指针管理端
admin/src/utils/visibility.ts- isFeatureEnabled 默认值改为 falseadmin/src/views/rssfeed/RssFeedList.vue- 订阅按钮按特性开关显隐admin/src/views/setting/Setting.vue- OAuth 配置页按特性开关显隐admin/src/views/theme/components/ThemeInfo.vue- 功能列表改由 featureLabels 驱动admin/src/views/theme/components/ThemeMenu.vue- 移除多余 v-if文档站
hub/app/app.vue- FlecBlog → FlecHub 品牌更新hub/app/components/AppHeader.vue- FlecBlog → FlecHub 品牌更新hub/app/pages/changelog.vue- 日期格式化hub/app/pages/themes.vue- 主题列表显示 slughub/content/- 配置/指南文档结构调整