iuiu
iuiu
那个主题自动随系统主题切换呢?
这问题不应该在V2上反馈么。。
simple主题是要加载插件的 如果你会打包插件jar包,则可参见 [spring-boot 项目利用spring切面实现插件功能,对项目无侵入](https://atjiu.github.io/2019/07/02/spring-boot-plugin/) 来实现 如果你不会打包插件jar包,可将项目根目录下的 `plugins/theme-simple-plugin/src` 所有文件都复制到 `pybbs/src` 下,再重启项目应该也能实现
i install and run , it throw an error ``` /Users/h/demo/node_modules/koa-mongoose/lib/mongoose.js:68 db.open(options.host, database, options.port, options) ^ TypeError: db.open is not a function at Function.middleware.open (/Users/h/demo/node_modules/koa-mongoose/lib/mongoose.js:68:8) at module.exports.options (/Users/h/demo/node_modules/koa-mongoose/lib/mongoose.js:26:16) at Object....
再提一个建议,给选择的主题加上缓存,下次再打开app的时候,还是上一次选择的主题 折腾这个的时候我还碰到个问题,就是把enum存到UserDefaults里时报错,后来通过能enum设置rawValue解决了 ThemeManager ```swift /// 当前使用的主题 var theme: ThemeProtocol! var type: ThemeType! //MARK: - Private Method /// ThemeManager的私有构造器 private override init() { super.init() if let themeType = UserDefaults.standard.object(forKey: "themeType") {...
你看看package.json不就知道了
我是直接在config.js里配置一个limit,这个比较方便我觉得,代码改动也不大
@fandasoft https://github.com/TakWolf/CNode-Material-Design
@fandasoft ios版的 https://github.com/soliury/noder-react-native
nodeclub 用的编辑器是这个 https://github.com/lepture/editor 你可以从这里下手